묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
페이지 수정시 뜨는 오류 메시지
2010.01.23 15:20
아주 돌아삐리겠습니다.
페이지 수정하면 아래와 같이 뜨는 메시지 때문에 기존 페이지를 삭제하고 새로 만들었음에도 계속 이런 현상이 발생합니다.
도대체가 원인도 모르겠고 어딜 건들어야 하는지도 모르겠고....
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 803959 bytes) in C:\APM_Setup\htdocs\zbxe\modules\editor\editor.controller.php on line 194
실제로 모듈쪽은 문제가 없는 거 같은데 왜 이런 현상이 발생하는 거죠?
혹시 아시는 분 답변 부탁드립니다.
댓글 2
-
뚝새
2010.01.23 15:26
-
백성찬
2010.01.24 16:24
브라우저 쿠키 임시파일을 모두 삭제 후 브라우저 모두 담음
새 브라우저에서 실행.
-
뚝새
2010.01.24 16:37
마찬가지임. 현재 사용중인 RAM 용량은 4G, 새로 페이지 구성해서 사용중, 감사
editor.controller.php의 194는 아래 문구와 같습니다.
$content = preg_replace_callback('!<img([^\>]*)editor_component=([^\>]*?)\>!is', array($this,'transEditorComponent'), $content);