다시 여쭘니다. 설치시 에러가 나서 그렇습니다. 정보
다시 여쭘니다. 설치시 에러가 나서 그렇습니다.본문
외국에 있는 서버입니다.
그누 보드 설치시 아래와 같은 에러 메세지가 나오는데요.
어떻게 해야 하나요.
config.php 파일 보면
$g4[charset] = "UTF-8"; 이란 항목이 있던데요.
이 외국 서버는 MySQL에서
collation이 항상 latin1_german2_ci
가 되던데요 이 collation 때문에 생기는 문제인가요?
Warning: set_time_limit(): Cannot set time limit in safe mode in /hp/ab/ab/be/www/g4/install/install_db.php on line 2
Warning: Cannot modify header information - headers already sent by (output started at /hp/ab/ab/be/www/g4/install/install_db.php:2) in /hp/ab/ab/be/www/g4/install/install_db.php on line 19
Warning: Cannot modify header information - headers already sent by (output started at /hp/ab/ab/be/www/g4/install/install_db.php:2) in /hp/ab/ab/be/www/g4/install/install_db.php on line 20
Warning: Cannot modify header information - headers already sent by (output started at /hp/ab/ab/be/www/g4/install/install_db.php:2) in /hp/ab/ab/be/www/g4/install/install_db.php on line 21
Warning: Cannot modify header information - headers already sent by (output started at /hp/ab/ab/be/www/g4/install/install_db.php:2) in /hp/ab/ab/be/www/g4/install/install_db.php on line 22
Warning: Cannot modify header information - headers already sent by (output started at /hp/ab/ab/be/www/g4/install/install_db.php:2) in /hp/ab/ab/be/www/g4/install/install_db.php on line 23
그누 보드 설치시 아래와 같은 에러 메세지가 나오는데요.
어떻게 해야 하나요.
config.php 파일 보면
$g4[charset] = "UTF-8"; 이란 항목이 있던데요.
이 외국 서버는 MySQL에서
collation이 항상 latin1_german2_ci
가 되던데요 이 collation 때문에 생기는 문제인가요?
Warning: set_time_limit(): Cannot set time limit in safe mode in /hp/ab/ab/be/www/g4/install/install_db.php on line 2
Warning: Cannot modify header information - headers already sent by (output started at /hp/ab/ab/be/www/g4/install/install_db.php:2) in /hp/ab/ab/be/www/g4/install/install_db.php on line 19
Warning: Cannot modify header information - headers already sent by (output started at /hp/ab/ab/be/www/g4/install/install_db.php:2) in /hp/ab/ab/be/www/g4/install/install_db.php on line 20
Warning: Cannot modify header information - headers already sent by (output started at /hp/ab/ab/be/www/g4/install/install_db.php:2) in /hp/ab/ab/be/www/g4/install/install_db.php on line 21
Warning: Cannot modify header information - headers already sent by (output started at /hp/ab/ab/be/www/g4/install/install_db.php:2) in /hp/ab/ab/be/www/g4/install/install_db.php on line 22
Warning: Cannot modify header information - headers already sent by (output started at /hp/ab/ab/be/www/g4/install/install_db.php:2) in /hp/ab/ab/be/www/g4/install/install_db.php on line 23
댓글 전체
set_time_limit(): Cannot set time limit in safe mode
위 메시지는 다음 링크를 보시면 이유가 나오는데
http://kr.php.net/manual/kr/function.set-time-limit.php
문제는 install_db.php는 php젠더 형태라서 소스를 고칠 수가 없습니다.
set_time_limit() 앞에 @를 붙혀야겠네요.
위 메시지는 다음 링크를 보시면 이유가 나오는데
http://kr.php.net/manual/kr/function.set-time-limit.php
문제는 install_db.php는 php젠더 형태라서 소스를 고칠 수가 없습니다.
set_time_limit() 앞에 @를 붙혀야겠네요.
set_time_limit() 앞에 @를 붙혔더니 에러 메시지가 다르게 나오는 군요.
어떻게 해야 되는지 모르겠습니다.
까페24를 사용할때는 아무런 문제가 없었는데요...
Warning: Cannot modify header information - headers already sent by (output started at /hp/ab/ab/be/www/g4/install/install_db.php:1) in /hp/ab/ab/be/www/g4/install/install_db.php on line 19
Warning: Cannot modify header information - headers already sent by (output started at /hp/ab/ab/be/www/g4/install/install_db.php:1) in /hp/ab/ab/be/www/g4/install/install_db.php on line 20
Warning: Cannot modify header information - headers already sent by (output started at /hp/ab/ab/be/www/g4/install/install_db.php:1) in /hp/ab/ab/be/www/g4/install/install_db.php on line 21
Warning: Cannot modify header information - headers already sent by (output started at /hp/ab/ab/be/www/g4/install/install_db.php:1) in /hp/ab/ab/be/www/g4/install/install_db.php on line 22
Warning: Cannot modify header information - headers already sent by (output started at /hp/ab/ab/be/www/g4/install/install_db.php:1) in /hp/ab/ab/be/www/g4/install/install_db.php on line 23
어떻게 해야 되는지 모르겠습니다.
까페24를 사용할때는 아무런 문제가 없었는데요...
Warning: Cannot modify header information - headers already sent by (output started at /hp/ab/ab/be/www/g4/install/install_db.php:1) in /hp/ab/ab/be/www/g4/install/install_db.php on line 19
Warning: Cannot modify header information - headers already sent by (output started at /hp/ab/ab/be/www/g4/install/install_db.php:1) in /hp/ab/ab/be/www/g4/install/install_db.php on line 20
Warning: Cannot modify header information - headers already sent by (output started at /hp/ab/ab/be/www/g4/install/install_db.php:1) in /hp/ab/ab/be/www/g4/install/install_db.php on line 21
Warning: Cannot modify header information - headers already sent by (output started at /hp/ab/ab/be/www/g4/install/install_db.php:1) in /hp/ab/ab/be/www/g4/install/install_db.php on line 22
Warning: Cannot modify header information - headers already sent by (output started at /hp/ab/ab/be/www/g4/install/install_db.php:1) in /hp/ab/ab/be/www/g4/install/install_db.php on line 23
install_db.php:
이 파일 맨 앞에 그러니까 <? 앞에 공백이 있나요?
이 파일 맨 앞에 그러니까 <? 앞에 공백이 있나요?
공백없습니다.
이거 정말 미치겠습니다.
이틀동안 그누보드 설치도 못하니...ㅡ.ㅡ
이거 정말 미치겠습니다.
이틀동안 그누보드 설치도 못하니...ㅡ.ㅡ
제가 사용하는 호스팅 컴퍼니랑 데이타 베이스 세팅이 비슷한듯한데...
http://www.sir.co.kr/bbs/board.php?bo_table=g4_tiptech&wr_id=2497
참고 해보세요..
그누보드에 약간 수정해줄 부분들이 있더라고요..
http://www.sir.co.kr/bbs/board.php?bo_table=g4_tiptech&wr_id=2497
참고 해보세요..
그누보드에 약간 수정해줄 부분들이 있더라고요..
UTF-8버전 header already sent by 문제때문에 골머리를 앓고 있는 분들께...
여기에 올려서 적당한지 모르겠지만 UTF-8 버전에서 저처럼...
Warning: Cannot modify header information - headers already sent by (output started at C:\\Program Files\\xampp\\htdocs\\KB7\\club\\club.lib.php:1) in C:\\Program Files\\xampp\\…
여기에 올려서 적당한지 모르겠지만 UTF-8 버전에서 저처럼...
Warning: Cannot modify header information - headers already sent by (output started at C:\\Program Files\\xampp\\htdocs\\KB7\\club\\club.lib.php:1) in C:\\Program Files\\xampp\\…