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 when upgrading to PHP 5.3*
fr3em1nd
✭✭
Hi guys i encounter:
Fatal error: Class 'PDO' not found in /home/xxxxx/public_html/library/database/class.database.php on line 54
after the upgrade, everything is fine, so that i could fully run the php5.3 i added
AddType application/x-httpd-php53 .php
on the .htaccess that started the problem above
has someone encountered same issue?
0
Comments
you need to enable PDO, it is a requirement.
http://php.net/manual/en/pdo.installation.php
grep is your friend.