>백엔드 개발 >PHP 튜토리얼 > phpMyAdmin 3.4.5报他妈的session异常

phpMyAdmin 3.4.5报他妈的session异常

WBOY
WBOY원래의
2016-06-13 13:17:44739검색

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.');

直接把这句话注释就行了

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.