Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Fatal error: Class 'PDO' not found
JonHillier
New
I've successfully been using Vanilla (here: http://www.theartstudent.com/forum/) for some time, until today, when attempting to access the forum I'm greeted by the following:
Fatal error: Class 'PDO' not found in /home/jonhill/public_html/artstudent/forum/conf/config-defaults.php on line 16
I have contacted my host (A Small Orange), who tell me that PDO is enabled, and they are otherwise unaware of why this might have happened.
Heres the phpinfo: http://theartstudent.com/phpinfo.php
It's running on Linux, php version 5.2.14
I have tried a clean, new install elsewhere on the sever, and experience similar issues. I wonder if anyone has any suggestions as to what may be causing this. Again, the forum had been working wonderfully before this.
Fatal error: Class 'PDO' not found in /home/jonhill/public_html/artstudent/forum/conf/config-defaults.php on line 16
I have contacted my host (A Small Orange), who tell me that PDO is enabled, and they are otherwise unaware of why this might have happened.
Heres the phpinfo: http://theartstudent.com/phpinfo.php
It's running on Linux, php version 5.2.14
I have tried a clean, new install elsewhere on the sever, and experience similar issues. I wonder if anyone has any suggestions as to what may be causing this. Again, the forum had been working wonderfully before this.
Tagged:
0
Comments
Yours does not.
Vanilla Forums COO [GitHub, Twitter, About.me]
extension=pdo.so extension=pdo_mysql.so ...
Chances are they're either not there or they're commented out. They need to be added or uncommented and then your webserver needs to be restarted.
See http://php.net/manual/en/pdo.installation.php for details.
extension=pdo_mysql.so
Thanks for your help. Really appreciate and value the whole Vanilla package.
This after I renamed the htaccess file in root - before the rename I got IISPassword Error