Module 'pdo_sqlite' already loaded

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
gizoom
Posts: 1
Joined: Sun Jan 13, 2013 1:25 pm

Module 'pdo_sqlite' already loaded

Post 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.
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: Module 'pdo_sqlite' already loaded

Post 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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply