Admin-Ahead Community

Linux => Control Panels => cPanel => Topic started by: lathu_official on March 01, 2015, 07:03:55 am

Title: cPanel phpMyAdmin Session Error
Post by: lathu_official 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.

 ;)