Chiman Posted August 17, 2009 Share Posted August 17, 2009 I have downloaded pdt-2.1.0-win32-x86.zip and installed phpeclipse. When I run login-pdo.php script which connects to mysql database, I am getting following error message PHP Warning: Module 'pdo_sqlite' already loaded in Unknown on line 0 Why it is looking at sqlite module and not mysql module? Any help form anybody? Thanks Chiman Quote Link to comment Share on other sites More sharing options...
trq Posted August 18, 2009 Share Posted August 18, 2009 Why it is looking at sqlite module and not mysql module? Its saying your php installation is attempting to load the pdo_sqlite extension twice. Make sure any extension directives within your php.ini files aren't doubled up. Quote Link to comment Share on other sites More sharing options...
Chiman Posted August 18, 2009 Author Share Posted August 18, 2009 I had two entries for pdo_sqlite.php in plugin folder: one for php5 and other for php53. Same two entries for pdo_sqlite.dll. When I deleted entries (for .php and .dll) for php5 and restarted eclipse, I got following error message: PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\eclipse_php2\eclipse\plugins\org.zend.php.debug.debugger.win32.x86_5.2.26.v20090514\resources\php5\ext\php_pdo_sqlite.dll' - The specified module could not be found. in Unknown on line 0 I appreciate all the help. Thanks Chiman Quote Link to comment 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.