PHP

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

나호성 2016. 4. 12. 12:07
반응형

apmsetup에서 phpmyadmin을 접속하는데 아래와 같은 오류 발생


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



php.ini 파일 수정


session.auto_start = 0 부분을

session.auto_start = 1 로 수정 후 


아파치 재시작

반응형