Alternative for PDO in cakephp

205 views Asked by At

Working on a new project in CakePHP, completed the basic requirements client requested and works fine in my local system. But when i uploaded it to server i encountered

Fatal error: Class 'PDO' not found in lib/Cake/Model/Datasource/Database/Mysql.php on line 210

So on referring some links i knew that its about enabling the PDO in server. So i sent some link regarding enabling of PDO in server to client(server is managed by him). So he replied as

This is not supported in the current hosting, What is the alternate option?

So is there any alternative to PDO in cakephp to make database connection?

0

There are 0 answers