오류확인 좀 부탁드릴께요. 전 디쟈이너라서리...ㅠㅠ 정보
오류확인 좀 부탁드릴께요. 전 디쟈이너라서리...ㅠㅠ본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 : http://www.aucklandsda.com/
Warning: preg_match() [function.preg-match]: Unknown modifier '/' in /home2/aucklandsda/www/common.php on line 360
Warning: preg_match() [function.preg-match]: Unknown modifier '/' in /home2/aucklandsda/www/common.php on line 360
Warning: Cannot modify header information - headers already sent by (output started at /home2/aucklandsda/www/common.php:360) in /home2/aucklandsda/www/lib/common.lib.php on line 109
Warning: Cannot modify header information - headers already sent by (output started at /home2/aucklandsda/www/common.php:360) in /home2/aucklandsda/www/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home2/aucklandsda/www/common.php:360) in /home2/aucklandsda/www/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home2/aucklandsda/www/common.php:360) in /home2/aucklandsda/www/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home2/aucklandsda/www/common.php:360) in /home2/aucklandsda/www/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home2/aucklandsda/www/common.php:360) in /home2/aucklandsda/www/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home2/aucklandsda/www/common.php:360) in /home2/aucklandsda/www/head.sub.php on line 38
오류 주소 : http://www.aucklandsda.com/
Warning: preg_match() [function.preg-match]: Unknown modifier '/' in /home2/aucklandsda/www/common.php on line 360
Warning: preg_match() [function.preg-match]: Unknown modifier '/' in /home2/aucklandsda/www/common.php on line 360
Warning: Cannot modify header information - headers already sent by (output started at /home2/aucklandsda/www/common.php:360) in /home2/aucklandsda/www/lib/common.lib.php on line 109
Warning: Cannot modify header information - headers already sent by (output started at /home2/aucklandsda/www/common.php:360) in /home2/aucklandsda/www/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home2/aucklandsda/www/common.php:360) in /home2/aucklandsda/www/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home2/aucklandsda/www/common.php:360) in /home2/aucklandsda/www/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home2/aucklandsda/www/common.php:360) in /home2/aucklandsda/www/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home2/aucklandsda/www/common.php:360) in /home2/aucklandsda/www/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home2/aucklandsda/www/common.php:360) in /home2/aucklandsda/www/head.sub.php on line 38
댓글 전체
1. preg_match() 라는 함수에서 '/'이런식의 수식어가 없다는 말입니다.
즉 위의 함수를 사용하는 변수의 값중 '/' 이런형식이 포함되어있지 않다는 이야기입니다.
common.php의 360라인에 가보면 함수 사용한 부분이 있을겁니다.
2. 1번이 해결되면 자동해결되는 부분입니다.
즉 위의 함수를 사용하는 변수의 값중 '/' 이런형식이 포함되어있지 않다는 이야기입니다.
common.php의 360라인에 가보면 함수 사용한 부분이 있을겁니다.
2. 1번이 해결되면 자동해결되는 부분입니다.
$is_intercept_ip = preg_match($pat, $_SERVER['REMOTE_ADDR']);
360라인인데요... 어떻게하믄 되요?
360라인인데요... 어떻게하믄 되요?
윗부분에 $pat 관련 부분도 보여 주세요
header 보다 상단에 출력코드가 있을 경우 나오는 에러같습니다만...