Page 1 of 1

Error logs

Posted: 12 Dec 2012, 14:55
by VinnieKempf
These 3 error message show up in the error log consistenelty. Are these soemthign to worry about and how do they get fixed.

[12-Dec-2012 19:38:43 UTC] PHP Warning: PHP Startup: PDO: 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
[12-Dec-2012 19:38:43 UTC] PHP Warning: PHP Startup: pdo_sqlite: 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
[12-Dec-2012 19:38:43 UTC] 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
[12-Dec-2012 19:38:43 UTC] 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

Re: Error logs

Posted: 13 Dec 2012, 01:16
by Nick
This has nothing to do with Imagevue, these errors notify you that php database-access modules were improperly compiled. Imagevue doesn't even use a database. You got to contact your hosting support regarding these messages.