Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Service Backpack on Jan 10, 2010 11:34
open dhtmlx forum
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
Answer posted by Stanislav (support) on Jan 11, 2010 01:53
>>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