Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: cPanel phpMyAdmin Session Error  (Read 4991 times)

0 Members and 1 Guest are viewing this topic.

lathu_official

  • Guest
cPanel phpMyAdmin Session Error
« on: March 01, 2015, 07:03:55 am »
The most common problem in newly installed cPanel server is as follows after browsing the phpmyadmin problem.

“cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly”

Solution :


 vi /usr/local/cpanel/3rdparty/etc/phpmyadmin/php.ini
 Change the session.save_handler to files and session.save_path to /tmp
 session.save_handler = files
 session.save_path = /tmp

Clear the cache or try to access phpmyadmin from another browser.

 ;)