Class 'PDO' Not found

When installing the connectors on DhtmlXScheduler it writes the config.php file and other files, then faults when it can’t find the PDO class to create the user || or connect to the MySQL database. I am using server language PHP. We are wanting to buy a Commericial License, for the application but we need to get it to work.



Service Backpack

when it can’t find the PDO class to create the user

Connectors can use different DB types. If you are using PDO for DB connection you need to be sure that related module is enabled in php.ini

extension=php_pdo.dll
extension=php_pdo_mysql.dll