안녕하세요. :)
카테고리에서 특정 글자가 들어가고
카테고리 선택 후 페이지를 이동하거나,
검색을 하게될 때 게시물이 없다는 오류가 발생하면
아래처럼 수정해보세요.
아래 common.php 의 320째줄에서
sca 항목에는 $sca = stripslashes($sca);
stx 항목에는 $stx = stripslashes($stx);
를 추가하면 해결이 됩니다.
/common.php 의 320째줄
if (isset($sca)) {
$sca = mysql_real_escape_string($sca);
$sca = stripslashes($sca);
$qstr .= '&sca=' . urlencode($sca);
}
if (isset($stx)) { // search text (검색어)
$stx = mysql_real_escape_string($stx);
$stx = stripslashes($stx);
$qstr .= '&stx=' . urlencode($stx);
}
카테고리에서 특정 글자가 들어가고
카테고리 선택 후 페이지를 이동하거나,
검색을 하게될 때 게시물이 없다는 오류가 발생하면
아래처럼 수정해보세요.
아래 common.php 의 320째줄에서
sca 항목에는 $sca = stripslashes($sca);
stx 항목에는 $stx = stripslashes($stx);
를 추가하면 해결이 됩니다.
/common.php 의 320째줄
if (isset($sca)) {
$sca = mysql_real_escape_string($sca);
$sca = stripslashes($sca);
$qstr .= '&sca=' . urlencode($sca);
}
if (isset($stx)) { // search text (검색어)
$stx = mysql_real_escape_string($stx);
$stx = stripslashes($stx);
$qstr .= '&stx=' . urlencode($stx);
}
댓글 7개
게시글 목록
| 번호 | 제목 |
|---|---|
| 34706 | |
| 34693 | |
| 34563 | |
| 34536 | |
| 34521 | |
| 34480 | |
| 34479 | |
| 34466 | |
| 34437 | |
| 34436 | |
| 34435 | |
| 34406 | |
| 34398 | |
| 34387 | |
| 34382 | |
| 34375 | |
| 34364 | |
| 34336 | |
| 34294 | |
| 34293 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기