We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

centos 6.6 error 500

Hello,

I'm getting a 500 error on a centos 6.6 VPS when I define the database config new Phalcon\Db\Adapter\Pdo\Mysql(). If I comment the db all working fine. I checked the db config and all set correctly. Also the application work on a ubuntu server and another centos 6.6 VPS.

Server details: apache 2.2, mariadb 5.5, php 5.5

I checked pdo_mysql and is installed. Also I get no errors in logs. Any ideas?

Thanks

It's hard to figure out the problem given the information provided.



16.0k
Accepted
answer

seems like for some reason pdo driver wasn't loading properly. Fixed now.