블로그 최신글에서 문제입니다. 정보
블로그 최신글에서 문제입니다.본문
그누보드는 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
추천
0
0
댓글 전체

1. gblog.config.php 파일을 열어서 아래 구문이 존재하는지 확인해주세요.
$gb4['post_table'] = $gb4['blog_prefix'] . 'post';
2. gblog.head.php 파일을 열어서 아래 구문이 존재하는지 확인해주세요.
include_once("$g4[path]/gblog.config.php");
$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"); 요부분이 빠졌었습니다.
감사드립니다.
include_once("$g4[path]/gblog.config.php"); 요부분이 빠졌었습니다.