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.

Class 'PDO' not found

edited February 2011 in Vanilla 2.0 - 2.8
Fatal error: Class 'PDO' not found in /home/(blanked out)/forum/conf/config-defaults.php on line 16

could someone help me please

Comments

  • UnderDogUnderDog MVP
    edited February 2011
    Hi amvsoft, can you check whether you have the PDO-MySQL extension installed?
    Best thing to do is to make a file and add this line to it:
    <?php phpinfo(); ?>
    save it as "info.php" and then try to access it.
    You can then see whether the pdo-mysql extension is installed.

    There was an error rendering this rich post.

  • I install my hosting but still with same error
Sign In or Register to comment.