이 에러 왜 나올까요??
select * from g4_write_notice where wr_is_comment = 0 order by wr_num, wr_reply limit -15, 15
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 '-15, 15' at line 1
error file : /infocube/bbs/board.php
게시판 생성하고
상단파일 결로를
../sub/sub_4/head.php
로 맞추고
../sub/sub_4/head.php 파일에...
include_once("./_common.php");
include_once("$g4[path]/_head.php");
이렇게 맞추고 동일 폴더_common.php에는
<?
$g4_path = "../.."; // common.php 의 상대 경로
include_once("$g4_path/common.php");
?>
이렇게 했습니다.
보드 버전은 최신 버전입니다.
동일 방법으로 셋팅한 다른 사이트는 잘되고 있습니다.
신버전 에러인가...
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 '-15, 15' at line 1
error file : /infocube/bbs/board.php
게시판 생성하고
상단파일 결로를
../sub/sub_4/head.php
로 맞추고
../sub/sub_4/head.php 파일에...
include_once("./_common.php");
include_once("$g4[path]/_head.php");
이렇게 맞추고 동일 폴더_common.php에는
<?
$g4_path = "../.."; // common.php 의 상대 경로
include_once("$g4_path/common.php");
?>
이렇게 했습니다.
보드 버전은 최신 버전입니다.
동일 방법으로 셋팅한 다른 사이트는 잘되고 있습니다.
신버전 에러인가...
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 3개
불러올 레코드 >= 0