스킨 설정 후 Warning 오류

2015-07-17 (금) 14:14:54 2,463

Warning: include_once(G5_URL/jsmenu/js12/menu.php): failed to open stream: No such file or directory in /host/home/tiki/html/gb/head.php on line 61


Warning: include_once(): Failed opening 'G5_URL/jsmenu/js12/menu.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /host/home/tiki/html/gb/head.php on line 61 



61번째 줄 코드는 이것입니다..


<?php include_once(G5_JSMENU_PATH.'/js12/menu.php'); ?>

​


최상위폴더 (head.php와 같은 디렉터리) 에 jsmenu라는 폴더도 있는데

무엇이 문제인가요 ㅠ

|

답변 2개

_common.php 또는 common.php가 inlucde 되어 있어야 G5_JSMENU_PATH config.php에 선언을 사용할 수 있습니다.
2015-07-17 (금) 14:20:43
G5_JSMENU_PATH

 가 정의 되었나요 ? 

답변을 작성하려면 로그인이 필요합니다.