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