Frequently Asked Question
I get the message: “Fatal error: Class ‘PDO’ not found”
Last Updated 9 years ago
- PDO and PDO_MySQL libraries are needed. You must enable them in php.ini on the WordPress host.
On Windows:
Edit php.ini and uncomment the line: extension=pdo_mysql.so
Or on Ubuntu:
sudo php5enmod pdo
sudo service apache2 reload
If you don’t have access to these commands, please contact the system administrator of your WordPress server.