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

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 Read More »

How to install Git in CentOS in fastest way ?

yum install git git –version git version 1.7.1 Update git git clone https://github.com/git/git remote: Finding bitmap roots… remote: Counting objects: 163718, done. remote: Compressing objects: 100% (45304/45304), done. remote: Total 163718 (delta 117789), reused 162282 (delta 116441) Receiving objects: 100% (163718/163718), 50.96 MiB | 2.24 MiB/s, done. Resolving deltas: 100% (117789/117789), done.

How to install Git in CentOS in fastest way ? Read More »