Page 1 of 1

Module 'pdo_sqlite' already loaded

Posted: Sun Jan 13, 2013 1:30 pm
by gizoom
Script URL: support.gizoom.com
Version of script: 2.4.2
Hosting company: Self
URL of phpinfo.php: http://support.gizoom.com/phpinfo.php
URL of session_test.php:
What terms did you try when SEARCHING for a solution: pdo_sqlite, sqlite

Write your message below:
Hello,

I have been getting a return message when email piping to hesk.

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/sqlite.so: cannot open shared object file: No such file or directory in Unknown on line 0

so i looked in to that folder and there was only pdo_sqlite.so so i made a copy of that named sqlite.so but i still get a return message saying something similar.


PHP Warning: Module 'pdo_sqlite' already loaded in Unknown on line 0


Any ideas how to resolve this.

Thanks.

Re: Module 'pdo_sqlite' already loaded

Posted: Mon Jan 14, 2013 8:35 am
by Klemen
These are obviously PHP startup errors that should appear if you run any PHP script in command line or for example as a cron job.

You will need to find your sqlite.so file (not rename another one to sqlite.so) and copy it in that folder or disable this module in the php.ini.