Wednesday, February 6, 2013

phpMyAdmin - Error

Don't you just love them errors? They make you stress your mind, check everything all over again, force to communicate with people around you and basically waste your time.

One such lovely error is:

Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.
There are quite a few answers online for fixing this problem but sometimes, especially if there's a chance you did something silly along the way, it just won't help.  So, yet another solution if everything else fails:

# chmod 0777 /var/lib/php/session

No comments:

Post a Comment