problem with pdo_sqlite module
I have a problem with pdo module, this is error (I use EA4 with php56)
[26-Jul-2018 11:15:02 UTC] PHP Warning: PHP Startup: PDO: Unable to initialize module
Module compiled with module API=20121212
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[26-Jul-2018 11:15:02 UTC] PHP Warning: PHP Startup: pdo_sqlite: Unable to initialize module
Module compiled with module API=20121212
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
[26-Jul-2018 11:15:02 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20121212/pdo_mysql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20121212/pdo_mysql.so: undefined symbol: mysqlnd_allocator in Unknown on line 0
-
Hi @upsforum Do you have a local php.ini in /home/$user/ or /home/$user/public_html? If you do is pdo_mysql enabled in it? Thanks! 0 -
it is solved by activating php fpm, thank you 0 -
Hi @upsforum Just note that if you need to disable php-fpm the issue will present itself again. Thanks! 0
Please sign in to leave a comment.
Comments
3 comments