개인적인 정리

maximum execution time of 30 seconds exceeded codeigniter 본문

PHP

maximum execution time of 30 seconds exceeded codeigniter

yeon.Biju 2022. 6. 10. 12:24
maximum execution time of 30 seconds exceeded codeigniter

 

화면이 제대로 열리지 않아서 봤더니 위와 같은 에러가 발생하였다.

 

물론 30초내에 열리도록 처리를 하면 좋겠지만 임시변통으로 아래와 같이 상단에 추가하고 나니 일단은 열린다.

무려 74초 후에 열리는 경험을 하였다.

 

ini_set('max_execution_time', 0); 
//ini_set('memory_limit','2048M');

 

아래것은 사용하지 않아도 잘 열려서 일단 주석처리 해두었다.

'PHP' 카테고리의 다른 글

php 현재 시간  (0) 2019.11.29
404 페이지 강제로 발생시키기  (0) 2017.07.17
국가별 접근 설정, 아이피, ip  (0) 2017.03.21
file_get_contents 대체  (0) 2017.03.21
sql injection 정리  (0) 2017.03.21
파일 업로드시 확장자 체크  (0) 2017.03.21
xss filter  (0) 2017.03.21
[워드프레스] 워드프레스 최초 설치할 때  (0) 2017.03.21
Comments