미채택 완료

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

2019-09-27 (금) 15:34:34 3,646

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

도와주세요ㅜㅜ

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

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개 / 댓글 2개

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

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

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

답변에 대한 댓글 1개

답변 감사합니다. 확인해보겠습니다.

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

<?php

ob_start();

?>

답변에 대한 댓글 1개

답변 감사합니다. 하지만 에러메세지가 사라지진 않습니다.

답변을 작성하려면 로그인이 필요합니다.