Jump to content

errors in my error_log file


Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.