Cannot start session without errors, please check errors given in your PHP andor webserver log file and configure your PHP 에러 해결방법

개발툴|2018. 11. 5. 06:00

php 프로그래밍을 한다면 발생을 할 수 있는 에러는 다양합니다. 에러를 해결을 하기란 쉽지 않을 수도 있습니다. 이러한 에러를 해결을 하여야 실력이 한 층 더 업그레이드 되는 계기가 되기도 합니다.


만일 Cannot start session without errors, please check errors given in your PHP andor webserver log file and configure your PHP와 같은 에러가 발생하였다면 해결하는 방법에 대해 알려드릴께요.



Cannot start session without errors, please check errors given in your PHP andor webserver log file and configure your PHP 에러 해결방법



Cannot start session without errors, please check errors given in your PHP andor webserver log file and configure your PHP 에러는 php에 관련된 에러입니다. 해결방법은 간단합니다. 웹서버 종류 중에 아파치를 사용을 한다면 이와 같은 에러가 발생을 합니다.




위와 같이 Cannot start session without errors, please check errors given in your PHP andor webserver log file and configure your PHP 에러가 나타난다면 phpMyAdmin에 관련된 오류입니다. apmsetup에 관련된 에러입니다.



php가 설치된 곳으로 폴더로 갑니다. php.ini를 메모장으로 엽니다.



찾기에 session.auto_start를 입력을 한 후에 다음 찾기를 클릭을 합니다.



session.auto_start에 1로 수정을 한 후에 저장을 합니다. 아파치를 재시작을 합니다. Cannot start session without errors, please check errors given in your PHP andor webserver log file and configure your PHP 에러 해결방법에 대해 방법을 찾으신다면 유용한 정보가 되시길 바래요~!

댓글()