Warning: main(./_common.php) 이거 왜 오류가 나는건가요?;; > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

Warning: main(./_common.php) 이거 왜 오류가 나는건가요?;; 정보

Warning: main(./_common.php) 이거 왜 오류가 나는건가요?;;

본문

Warning: main(./_common.php) [function.main]: failed to open stream: No such file or directory in /home/hosting_users/test/www/extend/online.lib.php on line 2

Warning: main() [function.include]: Failed opening './_common.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/test/www/extend/online.lib.php on line 2

Warning: main(../common.php) [function.main]: failed to open stream: No such file or directory in /home/hosting_users/test/www/extend/_common.php on line 3

Warning: main() [function.include]: Failed opening '../common.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/test/www/extend/_common.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/test/www/extend/online.lib.php:2) in /home/hosting_users/test/www/head.sub.php on line 32

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/test/www/extend/online.lib.php:2) in /home/hosting_users/test/www/head.sub.php on line 34

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/test/www/extend/online.lib.php:2) in /home/hosting_users/test/www/head.sub.php on line 35

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/test/www/extend/online.lib.php:2) in /home/hosting_users/test/www/head.sub.php on line 36

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/test/www/extend/online.lib.php:2) in /home/hosting_users/test/www/head.sub.php on line 37

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/test/www/extend/online.lib.php:2) in /home/hosting_users/test/www/head.sub.php on line 38
  • 복사

댓글 전체

해당 경로에 파일이 없는 듯. 경로 오류 같습니다.
/home/hosting_users/test/www/extend/online.lib.php 의 두번째 줄 확인.
/home/hosting_users/test/www/extend/_common.php 3번째 줄 확인 등등 다 확인해보세요.
online.lib.php파일 에는 -->  include_once("./_common.php");  들어가 있구요...
/home/hosting_users/test/www/extend/_common.php --> extend 폴더에 _common.php 파일은
오류가 나서 제가 _common.php을 한번 넣어본거구요.. 오류나서 다시 삭제 하였습니다.

include_once("./_common.php"); 들어가 있는데 뭐가 문제일까요?;; 어디 빠진 부분이 있는건가요?;
extend 안에 위치한 모든 파일에는 include_once("./_common.php");  시키면 오류납니다.

 "  extend 안에  _common.php 지우세요.

상단에서 이미 include 되었기 때문에 오류나는 것 같기는 합니다.
© SIRSOFT
현재 페이지 제일 처음으로