Jump to content

Another problem (phpMyAdmin)!


eduard

Recommended Posts

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

Link to comment
Share on other sites

It looks like you need to find your log file. Log files will be in your web server directory structure somewhere. Apache, MySQL, and PHP may each have their own log files. If you want to find out if PHP is using an error log by default, open your php.ini file again and search for "log_errors" and "error_log". The log_errors setting will tell you if PHP is using an error log at all by default, and the error_log setting will tell you where the log is.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...