언제부터인가 사이트 하단에 이런 오류 메시지가 뜹니다. 정보
언제부터인가 사이트 하단에 이런 오류 메시지가 뜹니다.
관련링크
본문
select * from where po_start_date < '2009-11-25 12:35:30' and po_end_date > '2009-11-25 12:35:30' and po_openchk = '1'
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 'where po_start_date < '2009-11-25 12:35:30' and po_end_date > '2009-11-25 12:35:' at line 1
error file : /bbs/board.php
건든적이 없는 것 같은데.
위에 오류 메시지가 출력 되네요.
출력되는 사이트 주소는
http://www.talkting.com/
입니다.
각 페이지마다 오류가 뜨네요.
index 화면에서는.
select * from where po_start_date < '2009-11-25 12:38:19' and po_end_date > '2009-11-25 12:38:19' and po_openchk = '1'
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 'where po_start_date < '2009-11-25 12:38:19' and po_end_date > '2009-11-25 12:38:' at line 1
error file : /index.php
어떤 문제인지..어떻게 해결하면 되는지 도움 청합니다.
댓글 전체
뭐하는 필드인지를 모르니 ^^;;
select * from 테이블 이름 where po_start_date 에서....테이블 이름이 없는것 같은데...요...