테스트 사이트 - 개발 중인 베타 버전입니다

모바일 접속시 에러... 채택완료

따라하기 10년 전 조회 4,075

 

카테고리 분류의 상품보기를 눌르면, 아래와 같은 에러가 뜨네요.

 

Warning: include(/home/hosting_users/programs/www/project/koteka_4/mobile/skin/shop/basic): failed to open stream: No such device in /home/hosting_users/programs/www/project/koteka_4/lib/shop.lib.php on line 324 Warning: include(): Failed opening '/home/hosting_users/programs/www/project/koteka_4/mobile/skin/shop/basic/' for inclusion (include_path='.:/usr/local/php53/lib/php') in /home/hosting_users/programs/www/project/koteka_4/lib/shop.lib.php on line 324  

 

이 부분이 문제???

        $file = $this->list_skin;

        }             return $this->count."번 item_list() 의 스킨파일이 지정되지 않았습니다.";         } else if (!file_exists($file)) {             return $file." 파일을 찾을 수 없습니다.";         } else {             ob_start();             $list_mod = $this->list_mod;             include($file);             $content = ob_get_contents();             ob_end_clean();             return $content;         }​

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

답변 1개

d
10년 전

경로문제 입니다.

해당위치에 스킨이 있는지 확인을 해보세요.

(/home/hosting_users/programs/www/project/koteka_4/mobile/skin/shop/basic):  

로그인 후 평가할 수 있습니다

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

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

로그인