블로그 최신글에서 문제입니다.
그누보드는 4.20.03버전이고요,
블로그버전은 0.0.6 입니다.
도메인/그누보드/gblog.index.php 로 불러오면 아래와 같은 에러메세지가 뜹니다.
어떻게 해야하는가요?
어떻게 해야하는가요?
select * from where secret=1 order by id desc limit 7
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 secret=1 order by id desc limit 7' at line 1
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기
댓글 2개
$gb4['post_table'] = $gb4['blog_prefix'] . 'post';
2. gblog.head.php 파일을 열어서 아래 구문이 존재하는지 확인해주세요.
include_once("$g4[path]/gblog.config.php");
감사드립니다.
include_once("$g4[path]/gblog.config.php"); 요부분이 빠졌었습니다.