묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
rank_point 위젯에서 자꾸 이런 오류가 뜹니다.
2015.08.02 01:49
Fatal error: Cannot redeclare class logged_members in /WEB/xynex/html/widgets/rank_point/rank_point.class.php on line 115
페이지 로딩하면 저런 오류 메시지가 뜹니다.
매번 나는게 아니라 가끔 나오는데 캐시 설정해서 그런가
캐시 설정한 게 꼬여서 그런 걸까요??;
댓글 3
-
이온디
2015.08.02 01:50
-
이온디
2015.08.02 01:52
http://stackoverflow.com/questions/708140/php-fatal-error-cannot-redeclare-class
여기 글을 보면
class Foo {} // some code here class Foo {}
이런 식으로 중복해서 들어갈 경우 그렇다고 하네요.
-
이온디
2015.08.02 01:57
제가 작업하면서 소스가 좀 꼬였었다 봅니다. 원본 소스와 비교해보니 좀 달라져있네요.
덮어쓰기했는데 이제 문제 안생기길 바래봅니다. ㅎ
https://www.xpressengine.com/index.php?mid=qna&search_target=title_content&search_keyword=Cannot+redeclare+class&document_srl=19491098
저 글 댓글에서는 인클루드문이 중복으로 들어가면 그렇다고 하네요.