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
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번째 줄 확인 등등 다 확인해보세요.
/home/hosting_users/test/www/extend/online.lib.php 의 두번째 줄 확인.
/home/hosting_users/test/www/extend/_common.php 3번째 줄 확인 등등 다 확인해보세요.
파일을 넣어줘야 하나요?;; 어떻게 넣어주면 되나요?...

소스 상단에 반드시 _common.php 가 인크루드 되어야 합니다.
include_once("./_common.php");
include_once("./_common.php");

extend 폴더에 _common.php 파일이 들어가면 안 됩니다. 중복되기 때문에....
online.lib.php파일 에는 --> include_once("./_common.php"); 들어가 있구요...
/home/hosting_users/test/www/extend/_common.php --> extend 폴더에 _common.php 파일은
오류가 나서 제가 _common.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 되었기 때문에 오류나는 것 같기는 합니다.
" extend 안에 _common.php 지우세요.
상단에서 이미 include 되었기 때문에 오류나는 것 같기는 합니다.
와, 해결 되었네요...정말 감사합니다.. 포인트 더 필요하시면 말씀하세요 ...채택 안된거 드릴게요~!

포인트는 머 그럭 저럭 170위 안팍이니 따로 별 필요가 없습니다.
포인트 : 255,516
포인트 : 255,516