+ Reply to Thread
Results 1 to 1 of 1
-
Administrator
- Join Date
- Mar 2010
- Posts
- 74
phpMyAdmin Error: Cannot start session without errors
When we try to access phpMyAdmin in WHM and if we are getting the following error:
Error: Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.
Do the following:
1. open php.ini file in the location /usr/local/cpanel/3rdparty/etc/phpmyadmin/
2. Search for "session.save_handler" and "session.save_path"
3. Change session.save_handler = files and
session.save_path = /tmp
4. Now it should work.


LinkBack URL
About LinkBacks



Reply With Quote