PDA

View Full Version : VB 4.1 Site throwing PHP Error Warning Constantly


arct1k
06-18-2011, 03:35 PM
I thought this was an issue with my 3.4 version or my old shoutbox so pack the 175$ upgraded to 4.1 and removed the shoutbox however I still getting this constantly.

It grows until the max 2GB file limit is hit and crashes the site. Can anyone point me in the correct direction.

Thanks

[17-Jun-2011 22:33:22] PHP Warning: Module 'PDO' already loaded in Unknown on line 0
[17-Jun-2011 22:33:22] PHP Warning: Module 'pdo_sqlite' already loaded in Unknown on line 0
[17-Jun-2011 22:33:22] PHP Warning: Module 'SQLite' already loaded in Unknown on line 0
[17-Jun-2011 22:33:22] PHP Warning: Module 'pdo_mysql' already loaded in Unknown on line 0
[17-Jun-2011 22:33:22] PHP Warning: Module 'PDO' already loaded in Unknown on line 0
[17-Jun-2011 22:33:22] PHP Warning: Module 'pdo_sqlite' already loaded in Unknown on line 0
[17-Jun-2011 22:33:22] PHP Warning: Module 'SQLite' already loaded in Unknown on line 0
[17-Jun-2011 22:33:22] PHP Warning: Module 'pdo_mysql' already loaded in Unknown on line 0
[17-Jun-2011 22:33:23] PHP Warning: Module 'PDO' already loaded in Unknown on line 0
[17-Jun-2011 22:33:23] PHP Warning: Module 'pdo_sqlite' already loaded in Unknown on line 0

Lynne
06-18-2011, 03:43 PM
I would talk to your host about this.

arct1k
06-18-2011, 04:12 PM
I use VodaHost - Any idea what I should ask?

Lynne
06-18-2011, 05:23 PM
You should tell them what errors you are getting and ask them if they can fix them.

LifesGreatestGift
06-19-2011, 02:21 AM
They need to edit php.ini, search for

extension=pdo.so
extension=pdo_sqlite.so
extension=sqlite.so
extension=pdo_mysql.so

and make sure there is only one instance of each. Looks as though they may be duplicated. then save the file, re-upload it, restart apache or whatever you're using.