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.)
Problem:
Getiing “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.)” error while accessing phpmyadmin for the domain.
1st Solution:
First thing you’ll neet to do is have a look at your error logs.(Generally its here /usr/local/apache/logs/error_log) You will probably see errors referencing permission errors writing to your session directory.
You’ll just to change the permission of the session directory (chmod 777) you should be good to go.
OR
2nd Solution::
1. Login in to the Shell with the root user and then open the file using your favorite editor.
vi /usr/local/cpanel/3rdparty/etc/phpmyadmin/php.ini
2. Search for [Session] and change the following
FROM:
—–
session.save_handler = sqlite
session.save_path = /var/cpanel/userhomes/cpanelphpmyadmin/sessions/
—–
TO
—–
session.save_handler = files
session.save_path = /tmp
—–
Save & Exit
3. Restart apache on the same.
🙂 🙂 🙂
January 26, 2010 at 7:59 pm
Thank you very much, helped me
February 11, 2011 at 1:55 pm
Good tips
June 17, 2011 at 2:36 pm
it works ! thx
August 10, 2011 at 11:02 am
thanks helped me
August 11, 2011 at 8:48 pm
Eu nu gasesc sectiunea / usr / local / apache / busteni / error_log) Veţi vedea, probabil, erori de erorile de afiliere permisiunea scris directorul sesiunea..
EU am un domeniu pe ilive , si folosesc winscp .si am acceasi problema .
Ce pot face Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.
August 10, 2012 at 12:28 pm
Thank you . you help me 🙂
September 13, 2012 at 5:14 am
dude its not working.. i hate to say this i have follow your steps but the phpmyadmin can’t login and does not display errors.please do advice it’s only on the local