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
|
댓글을 작성하시려면 로그인이 필요합니다.
로그인
댓글 8개
/home/hosting_users/test/www/extend/online.lib.php 의 두번째 줄 확인.
/home/hosting_users/test/www/extend/_common.php 3번째 줄 확인 등등 다 확인해보세요.
include_once("./_common.php");
/home/hosting_users/test/www/extend/_common.php --> extend 폴더에 _common.php 파일은
오류가 나서 제가 _common.php을 한번 넣어본거구요.. 오류나서 다시 삭제 하였습니다.
include_once("./_common.php"); 들어가 있는데 뭐가 문제일까요?;; 어디 빠진 부분이 있는건가요?;
" extend 안에 _common.php 지우세요.
상단에서 이미 include 되었기 때문에 오류나는 것 같기는 합니다.
포인트 : 255,516