사이트 접속하면 아래와 같은 메세지가 나옵니다.
도와주세요ㅜㅜ
로그인을 하면 아래 메세지가 사라집니다.
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 의 문제라고 나오는건데..
답변에 대한 댓글 1개
head.sub.php 파일 소스 맨상단에 ob_start(); 이소스를 다 추가해 보세요..
<?php
ob_start();
?>
답변에 대한 댓글 1개
답변을 작성하려면 로그인이 필요합니다.