팝업설치오류 ㅠㅠ
select * from g4_topschool_popup where po_start_date < '2012-07-13 13:10:49' and po_end_date > '2012-07-13 13:10:49' and po_openchk = '1'
1146 : Table 'zetzlove_blist.g4_topschool_popup' doesn't exist
error file : /gnuboard4/index.php
팝업 설치중 이러네요 ㅠㅠ
1146 : Table 'zetzlove_blist.g4_topschool_popup' doesn't exist
error file : /gnuboard4/index.php
팝업 설치중 이러네요 ㅠㅠ
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 1개
sql에서는 g4_topschool_popup 테이블을 찾아서 데이터를 가져 오려고 하는데
index.php 파일 1146행에서는 zetzlove_blist.g4_topschool_popup 테이블을 찾는 모양이네요.
그누보드에서는 원래 테이블명이 g4_ 로 시작합니다.
zetzlove_blist.g4_topschool_popup 이 테이블이 없다는 에러 메세지의 의미로 보아
소스에서 위의 테이블을 찾는 것 같은데 소스와 디비에서 테이블을 확인해서
같은 것으로 변경해 주세요.