페이지 접속 시 그누보드 에러가 나옵니다. 정보
페이지 접속 시 그누보드 에러가 나옵니다.본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 : https://www.zape.co.kr:59765/sub3_2_holland2.html
Warning: ini_set() [function.ini-set]: A session is active. You cannot change the session module's ini settings at this time. in /home/hosting_users/sove_zape/www/common.php on line 174
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/sove_zape/www/common.php:174) in /home/hosting_users/sove_zape/www/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/sove_zape/www/common.php:174) in /home/hosting_users/sove_zape/www/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/sove_zape/www/common.php:174) in /home/hosting_users/sove_zape/www/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/sove_zape/www/common.php:174) in /home/hosting_users/sove_zape/www/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/sove_zape/www/common.php:174) in /home/hosting_users/sove_zape/www/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/sove_zape/www/common.php:174) in /home/hosting_users/sove_zape/www/head.sub.php on line 38
비슷한 페이지들도 이와같은 오류가나오는데 무엇이 잘못되었는지 모르겠습니다..
오류 주소 : https://www.zape.co.kr:59765/sub3_2_holland2.html
Warning: ini_set() [function.ini-set]: A session is active. You cannot change the session module's ini settings at this time. in /home/hosting_users/sove_zape/www/common.php on line 174
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/sove_zape/www/common.php:174) in /home/hosting_users/sove_zape/www/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/sove_zape/www/common.php:174) in /home/hosting_users/sove_zape/www/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/sove_zape/www/common.php:174) in /home/hosting_users/sove_zape/www/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/sove_zape/www/common.php:174) in /home/hosting_users/sove_zape/www/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/sove_zape/www/common.php:174) in /home/hosting_users/sove_zape/www/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/sove_zape/www/common.php:174) in /home/hosting_users/sove_zape/www/head.sub.php on line 38
비슷한 페이지들도 이와같은 오류가나오는데 무엇이 잘못되었는지 모르겠습니다..
댓글 전체

common.php 174번째 줄에서 뭔가 의도하지 않게 출력이 시작되어서 생기는 문제입니다.
해당 코드에 어떤 내용이 있는지 확인해보셔야겠네요
해당 코드에 어떤 내용이 있는지 확인해보셔야겠네요

head.sub.php 에서 include 하는 부분 위에 다른 소스가 들어가 있으신거 아닌가요?
빈 공백이나 소스가 들어가면 오류가 나는 메세지 인것 같습니다^^
빈 공백이나 소스가 들어가면 오류가 나는 메세지 인것 같습니다^^

session 명령이 있는 부분과 같이 header 영역 이전에 출력되는 명령이 나와서 오류가 나는 것입니다. 이페이지의 상단부터 include 포함해서 순서대로 체크해보세요..
홈페이지는 header 영역이 제일 먼저 출력되어야 합니다.
큰 오류는 아니니 침착하게 체크해보세요.. ^^
홈페이지는 header 영역이 제일 먼저 출력되어야 합니다.
큰 오류는 아니니 침착하게 체크해보세요.. ^^

include 부분앞에 @ 를 붙여서
@include 로 바꾸어 보세요.
@include 로 바꾸어 보세요.