How to remove phpmyadmin error xampp

hi all

i am getting this error in xampp phpmyadmin

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

in the apache logs i see this

127.0.0.1 - - [15/Sep/2016:13:47:11 +0530] "GET /phpmyadmin/error.php?lang=en&dir=ltr&type=Error&error=Cannot+start+session+without+errors%2C+please+check+errors+given+in+your+PHP+and%2For+webserver+log+file+and+configure+your+PHP+installation+properly. HTTP/1.1" 200 586 "http://localhost/phpmyadmin/" "Mozilla/5.0 (Windows NT 5.1; rv:48.0) Gecko/20100101 Firefox/48.0"

The error is talking about your PHP error logs. Depending on your installation, the path can vary.

/{XAMPP_INSTALLTION_FOLDER}/php/log/error.log

What ever it says in that error log, you have to fix it. Personally, I wouldn’t use XAMPP simply because I know how to install my own PHP environment. So I wouldn’t use XAMPP simply because XAMPP takes time to get new releases with current versions of PHP out and I can just install the new releases of PHP myself. Don’t need a 1-line submit update because I rather install it myself since I will know what changes and what doesn’t. “1-button click” solution or “1-line update” solution are for the ones who are lazy IMO.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.