Note Submitter: ganesh0713 at gmail dot com
----
Hi,
I thouhght posting this solution might help other's
php -i | more
PHP Warning: Module 'PDO' already loaded in Unknown on line
0
PHP Warning: Module 'SQLite' already loaded in Unknown on
line 0
PHP Warning: Module 'pdo_mysql' already loaded in Unknown
on line 0
PHP Fatal error: PDO: driver sqlite requires PDO API
version 20051128; this is PDO version 20060409 in Unknown on
line 0
PHP Fatal error: Unable to start pdo_sqlite module in
Unknown on line 0
When you receive the above error... and if you are using any
flavor of linux system... find locating the php.ini that was
currently created... and find the extension directive where
the pdo_sqlite is loaded, and hide all of those .so files
loaded. And try to use php -v or -i. This should load the
modules.
If iam wrong.... sorry... :(
GANESH
--
PHP Notes Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|