Saturday, October 9, 2010

PHP Warning

Error:-
[22-Sep-2010 00:53:58] PHP Warning: PHP Startup: Unable to load dynamic library
'/usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_sqlite.so' -
/usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_sqlite.so: undefined
symbol: sqlite3_libversion in Unknown on line 0

Or some your error log file for your domain size will increase with the above error more that 1GB

Solution :- comment out pdo_sqlite in php.ini (;) or

Recompile your Apache to 5.2.13 or 14 stable version

No comments:

Post a Comment