phpMyAdmin can't run on CentOS 6.5 with PHP5.5.8 phpMyAdmin can't run on CentOS 6.5 with PHP5.5.8 nginx nginx

phpMyAdmin can't run on CentOS 6.5 with PHP5.5.8


I've found the solution.

The /var/lib/php/session/ folder was not writeable by nginx/php-fpm, I've just edited the permissions to 777 and now it works.


Not sure why, but I could solve this issue only when made chmod 755 to file config.inc.php


Make sure gettext is listed in php -m and if not install it.