WHM 10.8.0 cPanel 10.8.2-E260
RedHat 7.3 i686 - WHM X v3.1.0
In my error logs, I am receiving this listing over and over again, about 6 times per minute... I have no idea what is generating this error several times per minute.
PHP Warning: Function registration failed - duplicate name - mysql_affected_rows in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - mysql_fetch_assoc in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - mysql_listfields in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - mysql_db_name in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - mysql_dbname in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - mysql_tablename in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - mysql_table_name in Unknown on line 0
PHP Warning: mysql: Unable to register functions, unable to load in Unknown on line 0
PHP Warning: Unknown(): pgsql: Unable to initialize module
Module compiled with module API=20010901, debug=0, thread-safety=0
PHP compiled with module API=20020429, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
I truncated the first 2/3 of the error message because it involved the duplicate name line, but what I am most perplexed about is the following that is listed in the error log message...
PHP Warning: mysql: Unable to register functions, unable to load in Unknown on line 0
PHP Warning: Unknown(): pgsql: Unable to initialize module
Module compiled with module API=20010901, debug=0, thread-safety=0
PHP compiled with module API=20020429, debug=0, thread-safety=0
1. It appears this is a mysql error message, but then there is the line about PGSQL...
PHP Warning: Unknown(): pgsql: Unable to initialize module
2. Then, there is the part about a module API not matching a PHP compiled API module. What is that telling me?
Thanks..
RedHat 7.3 i686 - WHM X v3.1.0
In my error logs, I am receiving this listing over and over again, about 6 times per minute... I have no idea what is generating this error several times per minute.
PHP Warning: Function registration failed - duplicate name - mysql_affected_rows in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - mysql_fetch_assoc in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - mysql_listfields in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - mysql_db_name in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - mysql_dbname in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - mysql_tablename in Unknown on line 0
PHP Warning: Function registration failed - duplicate name - mysql_table_name in Unknown on line 0
PHP Warning: mysql: Unable to register functions, unable to load in Unknown on line 0
PHP Warning: Unknown(): pgsql: Unable to initialize module
Module compiled with module API=20010901, debug=0, thread-safety=0
PHP compiled with module API=20020429, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
I truncated the first 2/3 of the error message because it involved the duplicate name line, but what I am most perplexed about is the following that is listed in the error log message...
PHP Warning: mysql: Unable to register functions, unable to load in Unknown on line 0
PHP Warning: Unknown(): pgsql: Unable to initialize module
Module compiled with module API=20010901, debug=0, thread-safety=0
PHP compiled with module API=20020429, debug=0, thread-safety=0
1. It appears this is a mysql error message, but then there is the line about PGSQL...
PHP Warning: Unknown(): pgsql: Unable to initialize module
2. Then, there is the part about a module API not matching a PHP compiled API module. What is that telling me?
Thanks..
Last edited: