묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
compiled.php 에러 해결방법
2010.10.17 00:12
새로운 모듈 개발중에 다음과 같은 에러가 발견 되었습니다.
- 소스 코드 가운데
function dispSomethingWrite() {
// 권한 체크
if(!$this->grant->write_document) return $this->dispSomethingMessage('msg_not_permitted'); -- 여기서 에러
..
-- <여기서 에러> 부분에서 에러가 나면서
아래와 같은 메시지가 출력됩니다.
.. /cache/template_compiled/57810e91e9eaf586d8074ac26a3aced5.compiled.php on line 63
compiled.php on line 등의 에러 원인은 어떤 방법으로 문제를 찾아봐야 하나요?
댓글 2
-
Arp
2010.10.17 09:18
-
SMaker
2010.10.17 14:56
정확히 어떤 에러가 나오는지 알려주세요.
일부만 올리신 것 같은데요.
compiled.php 파일 내용도 알고 싶고요.
function dispSomethingMessage 가 function dispSomethingWrite 위에 있는가요?
if 구문을 {} 로도 묶어보세요
그거 말고는 저 코드상에선 잘 모르겠네요..