Question fréquemment posée

I get the message: “Fatal error: Class ‘PDO’ not found”
Dernière mise à jour il y a 10 ans

  • 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.

Veuillez patienter!

S'il vous plaît patienter... il faudra une seconde !