Frequently Asked Question

I get the message: “Fatal error: Class ‘PDO’ not found”
Τελευταία Ενημέρωση πριν 8 χρόνια

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

Παρακαλούμε περιμένετε!

Παρακαλούμε περιμένετε... θα πάρει ένα δευτερόλεπτο!