Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Module 'PDO' already loaded

Started by Muut Archive 11 years ago · 8 replies · 887 views
11 years ago

Hi all,
I've installed GetGrav in a subdirectory by uploading the unzipped files. Whenever I go to http://mydomain.com/gravsub it always displays

Whoops \ Exception \ ErrorException (E_CORE_WARNING)
Module 'PDO' already loaded
When I reload it, everything is fine and I could open all pages. But when I close the browser and come back later it again shows this error message. So the problem is repeatable.
Any ideas?

11 years ago

Can you paste a screenshot of your actual whoops error?

11 years ago

From a quick Google of your error, it looks like maybe you switched from an older PHP to PHP 5.4? And perhaps you have a php.ini file from that older version of PHP that is manually loading the pdo.so module.

Grav doesn't even use PDO, and this is purely a PHP setup error. I suggest finding your php.ini file and commenting out the PDO modular installation line and then restart apache.

For reference:

http://www.unixmen.com/solved-php-warning-module-pdo-already-loaded-in-unknown-on-line-0/

http://forum.directadmin.com/showthread.php?t=30053

11 years ago

You will need to contact your hosting provider then. This is a PHP error that will show up no matter what PHP script you use, this isn't related to Grav at all.

11 years ago

Strange, because it does not appear when using e.g. Wordpress...

11 years ago

I think that WordPress is suppressing the warnings, not that the warnings are not happening in WordPress.

11 years ago

Might be, yes. But it seems that the problem is also solved now: In my admin interface I have a "PHP Switcher". Currently 5.4.36 was selected, now I changed it to 5.6.4 and it the error did not appear anymore :-) Many thanks for your support!

11 years ago

Ah good, PHP 5.6.4 is a better option going forward anyway :)

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1321 9 years ago
Archive · by Muut Archive, 9 years ago
2 916 9 years ago
Archive · by Muut Archive, 9 years ago
2 4047 9 years ago
Archive · by Muut Archive, 9 years ago
1 2921 9 years ago
Archive · by Muut Archive, 9 years ago
3 1105 9 years ago