phpMyAdmin – Error : Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly
[code] phpMyAdmin – Error Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly. [/code] I face this problem in CentOS 6 with nginx and php-fpm, so I solve using this way [code lang=”bash”] sudo mkdir /var/lib/php/session sudo chown nginx:nginx /var/lib/php/session sudo chmod […]
