에러 납니다. 해결책 알려주세요

에러 납니다. 해결책 알려주세요

QA

에러 납니다. 해결책 알려주세요

답변 3

본문

사이트 접속하면 아래와 같은 메세지가 나옵니다.

 

도와주세요ㅜㅜ

 

로그인을 하면 아래 메세지가 사라집니다.

 

 

Warning: preg_match() [function.preg-match]: Compilation failed: missing ) at offset 13 in /home/hosting_users/jsjs_taesan/www/gnu/common.php on line 419


Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/jsjs_taesan/www/gnu/common.php:419) in /home/hosting_users/jsjs_taesan/www/gnu/head.sub.php on line 33

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/jsjs_taesan/www/gnu/common.php:419) in /home/hosting_users/jsjs_taesan/www/gnu/head.sub.php on line 35

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/jsjs_taesan/www/gnu/common.php:419) in /home/hosting_users/jsjs_taesan/www/gnu/head.sub.php on line 36

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/jsjs_taesan/www/gnu/common.php:419) in /home/hosting_users/jsjs_taesan/www/gnu/head.sub.php on line 37

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/jsjs_taesan/www/gnu/common.php:419) in /home/hosting_users/jsjs_taesan/www/gnu/head.sub.php on line 38

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/jsjs_taesan/www/gnu/common.php:419) in /home/hosting_users/jsjs_taesan/www/gnu/head.sub.php on line 39

이 질문에 댓글 쓰기 :

답변 3

head.sub.php 파일 소스 맨상단에 ob_start(); 이소스를 다 추가해 보세요..

 

<?php

ob_start();

?>

common.php:419 의 문제라고 나오는건데..

 

http://egloos.zum.com/totoriver/v/3387009 참고해보세요

처음 경고 나오는 /home/hosting_users/jsjs_taesan/www/gnu/common.php on line 419  에 코드를 확인하셔야 겠네요
아마 패턴형식이 틀린 것 같습니다.

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 35
© SIRSOFT
현재 페이지 제일 처음으로