미채택 완료

모바일 접속시 에러...

2015-05-11 (월) 14:54:52 4,284

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

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개

경로문제 입니다.

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

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

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