MidOhioIT Posted January 3, 2011 Share Posted January 3, 2011 does anyone know what the following errors are and how to correct them? I recently upgraded my php versions and I am positive it is related, just not sure how to make the errors go away [02-Jan-2011 11:02:49] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/sqlite.so: undefined symbol: third_arg_force_ref in Unknown on line 0 [02-Jan-2011 11:02:49] PHP Warning: PHP Startup: pdo_mysql: Unable to initialize module Module compiled with module API=20060613 PHP compiled with module API=20090626 These options need to match in Unknown on line 0 Quote Link to comment https://forums.phpfreaks.com/topic/223298-errors-in-my-error_log-file/ Share on other sites More sharing options...
trq Posted January 4, 2011 Share Posted January 4, 2011 Your php.ini file must be referencing a non existent sqlite extension. if your not using sqlite just remove the entry from your php.ini, otherwise, install the extension. It also looks like you have an older version of pdo_mysql installed, you will need to upgrade this if your using it or remove it otherwise. Quote Link to comment https://forums.phpfreaks.com/topic/223298-errors-in-my-error_log-file/#findComment-1154439 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.