연습 게시판 전부다 삭제 했는대 이렇게 나와요ㅠㅠ 고수님들 도움 부탁드려요;; 정보
연습 게시판 전부다 삭제 했는대 이렇게 나와요ㅠㅠ 고수님들 도움 부탁드려요;;본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 :
select * from g4_board_new where bn_datetime >= '2012-10-31 17:00:58' and bo_table in ()
1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1
error file : /adm/index.php
오류 주소 :
select * from g4_board_new where bn_datetime >= '2012-10-31 17:00:58' and bo_table in ()
1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1
error file : /adm/index.php
댓글 전체
index.php 열어서 select * from g4_board_new where bn_datetime >= '2012-10-31 17:00:58' and bo_table in () 쿼리 실행하는 부분을 보세요..
select * from g4_board_new where bn_datetime >= '2012-10-31 17:00:58' and bo_table in ()
in () <--- 이게 맞는 문법이 아닙니다. in ('a', 'b') 이런식으로 되어야 정상 문법입니다
select * from g4_board_new where bn_datetime >= '2012-10-31 17:00:58' and bo_table in ()
in () <--- 이게 맞는 문법이 아닙니다. in ('a', 'b') 이런식으로 되어야 정상 문법입니다
흥힝힝님 답변감사합니다.
확인해보니 admin/index.php
에 index.php 가 메인 에 적용 되었어요;;
그래서 다행이도 백업 index.php 덮어서 복구 했습니다 감사합니다 ^^
확인해보니 admin/index.php
에 index.php 가 메인 에 적용 되었어요;;
그래서 다행이도 백업 index.php 덮어서 복구 했습니다 감사합니다 ^^