Error Log - PHP Startup: Unable to load dynamic library
Hi!
Since some days ago, every time i refresh my site apears a error_log file, this file contains these lines:
Could you please help me with those errors, thanks for all.!
[14-Jan-2016 16:55:47 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20121212/php_mysql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20121212/php_mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0[14-Jan-2016 16:55:47 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20121212/php_mysqli.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20121212/php_mysqli.so: cannot open shared object file: No such file or directory in Unknown on line 0Could you please help me with those errors, thanks for all.!
-
Hello :) Please post the output from the following command: php -m|grep mysql
Also, could you verify if this account utilizes it's own php.ini file within it's home or public_html directory? Thank you.0 -
Only apears this list: mysql mysqli mysqlnd pdo_mysql 0 -
That suggests the modules referenced in the error message exist. Could you verify if this account utilizes it's own php.ini file within it's home or public_html directory? Thank you. 0 -
Sorry, im new, so could you please tell me how can i do this? Thanks 0 -
This command will search for any php.ini files within the account: find /home/username -type f -name 'php.ini'
Replace "username" with the username of the account. Thank you.0 -
the command does not return nothing, even no one error. these means something? 0 -
It suggests there's no php.ini file within the account. Do you utilize any custom values in your php.ini file? If not, try running these commands to see if it helps: mv /usr/local/lib/php.ini /usr/local/lib/php.ini.old /scripts/phpini
Thank you.0 -
i ran this lines and all my accounts that exist on my vps came down, i remove the .old and then all the services were restored.. I ran it in the following order... . - ]
- first i type mv /usr/local/lib/php.ini /usr/local/lib/php.ini.old
- then /scripts/phpini
0 -
Could you open a support ticket using the link in my signature so we can take a closer look? You can post the ticket number here so we can update this thread with the outcome. Thank you. 0 -
Tanks for all! You think that this, can this provoke a 500 error? 0 -
The "500" error code is likely a separate issue. You can review /usr/local/apache/logs/error_log to determine the full error message when your browser outputs that error code. Were you able to open a support ticket for the initial issue? Thank you. 0 -
Yeap, already i send a support ticket, they'll reply me as soon as posible i think so! Jajaja OK! :) Thanks for all! 0
Please sign in to leave a comment.
Comments
12 comments