그누보드 [G4] [갤러리] Fatal error: Allowed memory size ...
페이지 정보
본문
사례.1
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4384 bytes) in /home/****/www/gnuboard/club/skin/gallery/default/skin.lib.php on line 57
사례.2
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 980 bytes) in /home/****/gnuboard/lib/thumb.lib.php on line 284
사례.3
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 14592 bytes) in /home/****/gnuboard/skin/board/gallery/list.skin.php on line 129
방법.1
갤러리 스킨 사용시 위와 같은 오류 메세지를 확인하시게 되는 경우 첨부된 이미지의 사이즈가 너무 크기 때문입니다.
FTP로 해당 파일을 찾아서 사이즈를 줄인후 다시 올리면 정상작동합니다.
방법.2
호스팅 최상단 폴더에 .htaccess 파일을 생성후 아래 내용을 추가합니다.
php_value memory_limit 512M
php_value max_execution_time 38000
참고자료
http://generalhomepage.com/help/12350
https://www.happyjung.com/lecture/2578
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4384 bytes) in /home/****/www/gnuboard/club/skin/gallery/default/skin.lib.php on line 57
사례.2
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 980 bytes) in /home/****/gnuboard/lib/thumb.lib.php on line 284
사례.3
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 14592 bytes) in /home/****/gnuboard/skin/board/gallery/list.skin.php on line 129
방법.1
갤러리 스킨 사용시 위와 같은 오류 메세지를 확인하시게 되는 경우 첨부된 이미지의 사이즈가 너무 크기 때문입니다.
FTP로 해당 파일을 찾아서 사이즈를 줄인후 다시 올리면 정상작동합니다.
방법.2
호스팅 최상단 폴더에 .htaccess 파일을 생성후 아래 내용을 추가합니다.
php_value memory_limit 512M
php_value max_execution_time 38000
참고자료
http://generalhomepage.com/help/12350
https://www.happyjung.com/lecture/2578
댓글목록
등록된 댓글이 없습니다.