시하님 빌더에서 갤러리 글쓸때 에러입니다 정보
시하님 빌더에서 갤러리 글쓸때 에러입니다본문
delete from ingxing.g4_board_file where wr_id > '100000000'
1044 : Access denied for user: 'hdslr@localhost' to database 'ingxing'
error file : /bbs/write.php
일반 게시판의 글쓰기는 정상적으로 되는데요
갤러리만 그렇게 되는군요
호스팅 버젼은 다음과 같습니다
Apache 버젼 | Apache/1.3.36 (Unix) PHP/4.3.10 mod_perl/1.29 mod_gzip/1.3.19.1a mod_throttle/3.1.2 mod_become/1.3 mod_ssl/2.8.27 OpenSSL/0.9.7a |
PHP 버젼 | 4.3.10 |
MYSQL 버젼 | 4.0.20 |
Zend 버젼 | 1.3.0 |
GD 버젼 | bundled (2.0.28 compatible) |
댓글 전체
시하님 홈에서 참고합니다.
게시판스킨폴더에서
. /skin/board/series/write.skin.php 파일의 3번째줄
sql_query(" delete from ingxing.g4_board_file where wr_id > '100000000' ");
을 자신의 디비아이디로 바꿔 주세요.
/skin/board/series2/write.skin.php 도 같습니다.
즉 ingxing 를 자신의 디비로 바꿔보세요
sql_query(" delete from 디비아이디.g4_board_file where wr_id > '100000000' ");
게시판스킨폴더에서
. /skin/board/series/write.skin.php 파일의 3번째줄
sql_query(" delete from ingxing.g4_board_file where wr_id > '100000000' ");
을 자신의 디비아이디로 바꿔 주세요.
/skin/board/series2/write.skin.php 도 같습니다.
즉 ingxing 를 자신의 디비로 바꿔보세요
sql_query(" delete from 디비아이디.g4_board_file where wr_id > '100000000' ");
감사합니다
해당 부분을 해결했는데 이전 자료를 이동했던 폴더의 퍼미션이 변경되지 않아서 문제가 발생하는군요
해당 부분을 해결했는데 이전 자료를 이동했던 폴더의 퍼미션이 변경되지 않아서 문제가 발생하는군요