오류가나서 그러는 데요!~ 이것좀봐주세요!~ 정보
오류가나서 그러는 데요!~ 이것좀봐주세요!~본문
Warning: main(./_common.php): failed to open stream: No such file or directory in /home/web/gnu/shop/mypage.php on line 2
Warning: main(): Failed opening './_common.php' for inclusion (include_path='.:/php/includes:/usr/lib/php4') in /home/web/gnu/shop/mypage.php on line 2
Warning: main(./_head.php): failed to open stream: No such file or directory in /home/web/gnu/shop/mypage.php on line 5
Warning: main(): Failed opening './_head.php' for inclusion (include_path='.:/php/includes:/usr/lib/php4') in /home/web/gnu/shop/mypage.php on line 5
Fatal error: Call to undefined function: alert() in /home/web/gnu/shop/mypage.php on line 11
이런 오류메세지가나는데!~ 경로도수정해보고 했는데!~ 잘안되네요!~ 어떻게해야되는지요!~
고수님들한번봐주세요!~
Warning: main(): Failed opening './_common.php' for inclusion (include_path='.:/php/includes:/usr/lib/php4') in /home/web/gnu/shop/mypage.php on line 2
Warning: main(./_head.php): failed to open stream: No such file or directory in /home/web/gnu/shop/mypage.php on line 5
Warning: main(): Failed opening './_head.php' for inclusion (include_path='.:/php/includes:/usr/lib/php4') in /home/web/gnu/shop/mypage.php on line 5
Fatal error: Call to undefined function: alert() in /home/web/gnu/shop/mypage.php on line 11
이런 오류메세지가나는데!~ 경로도수정해보고 했는데!~ 잘안되네요!~ 어떻게해야되는지요!~
고수님들한번봐주세요!~
댓글 전체

common.php파일 경로와 지금 수정하고 계신 mypage.php를 확인할 수 있다면 좋겠는데..
아마도 경로문제인것 같네요 mypage.php랑 같은 폴더에 _common.php파일 하나 만드시고
$g4[path] = '..';
include ("$g4[path]/common.php");
넣으시고 인클루드해보시면 되지 않을까 싶네요
아마도 경로문제인것 같네요 mypage.php랑 같은 폴더에 _common.php파일 하나 만드시고
$g4[path] = '..';
include ("$g4[path]/common.php");
넣으시고 인클루드해보시면 되지 않을까 싶네요