질문드려요.. php 5.3 -> 5.2 정보
질문드려요.. php 5.3 -> 5.2
본문
Warning: include(../../domain/config.php) [function.include]: failed to open stream: No such file or directory in/home/zrto/public_html/skin/main/main_bottom/basic/main_bottom.skin.php on line 3
Warning: include() [function.include]: Failed opening '../../domain/config.php' for inclusion (include_path='.:/usr/local/php_5.2.12/lib/php') in/home/zrto/public_html/skin/main/main_bottom/basic/main_bottom.skin.php on line 3
Warning: include() [function.include]: Failed opening '../../domain/config.php' for inclusion (include_path='.:/usr/local/php_5.2.12/lib/php') in/home/zrto/public_html/skin/main/main_bottom/basic/main_bottom.skin.php on line 3
위는 오류내용이구요.
php 5.3 -> 5.2 로 변경했습니다.
그 이후로 저런오류가 나는데요.
경로가 잘못되었다는것같은데요. 이전에 php 5.3 사용할때는 문제없었거든요?
위 에러에서 보듯이.. inclube("../../domain/config.php") 한거구요 왜이럴까욤..?
한가지 더 질문드립니다.
Warning: Cannot modify header information - headers already sent by (output started at /home/zrto/public_html/domain/index.php:58) in/home/zrto/public_html/domain/index.php on line 60
이 에러는 내용이 헤더보다 먼저나왔다는것 같은데 어떻게해결하나요?
되도록이면, 소스수정없이 서버에서 수정할수있게 답변주시면 감사하겠습니다.. php.ini 에서 설정하라던지 그런거 주시면 감사..~♡
댓글 전체
config.php의 경로가 잘못된 것 같은데요
header 오류는 header를 보내기 전에 config.php를 못 불러들였다는 오류가 출력되어서 그렇고요.
header 오류는 header를 보내기 전에 config.php를 못 불러들였다는 오류가 출력되어서 그렇고요.
main_bottom.skin.php에서 config.php를 불러들일 필요가 있나요? 아무래도 필요 없을 것 같은데 지워버리는 건 어떨까요?