当前位置:Gxlcms > PHP教程 > phpMyAdmin3.4.5报他妈的session异常

phpMyAdmin3.4.5报他妈的session异常

时间:2021-07-01 10:21:17 帮助过:32人阅读

phpMyAdmin 3.4.5报他妈的session错误
phpMyAdmin 3.4.5报他妈的session错误
一直报这个错误
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
什么都不显示的,又不出界面

找了好长时间都没有搞定的,最后搜索一个源代码发现有句话libraries/session.inc.php(大概在78行)有句话

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

直接把这句话注释就行了

人气教程排行