Warning: include_once() [function.include]: Failed opening '/skin/board/academy/category.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/유저아이디/www/index.php on line 19
카테고리만 따로 호출해서 인덱스에서 노출시키려는데 경로를 아무리 바꿔줘도 되질 않습니다.
고수님의 조언을 바랍니다. 굽신굽신
카테고리만 따로 호출해서 인덱스에서 노출시키려는데 경로를 아무리 바꿔줘도 되질 않습니다.
고수님의 조언을 바랍니다. 굽신굽신
댓글 13개
_common.php 는
<?
$g4_path = "."; // common.php 의 상대 경로
include_once("$g4_path/common.php");
?>
이렇구요
인덱스에는
<? include_once("/skin/board/academy/category.php"); ?>
이렇게 넣었는데 다른 부분은 잘 나오고 나중에 넣은 19째줄의
<? include_once("/skin/board/academy/category.php"); ?> 이 뭔가문제인듯 합니다.
<? include_once("$g4[path]/skin/board/academy/category.php"); ?> 이렇게도 넣어보았습니다만 해결이 안됐습니다.
<?
$g4_path = "."; // common.php 의 상대 경로
include_once("$g4_path/common.php");
?>
이렇구요
인덱스에는
<? include_once("/skin/board/academy/category.php"); ?>
이렇게 넣었는데 다른 부분은 잘 나오고 나중에 넣은 19째줄의
<? include_once("/skin/board/academy/category.php"); ?> 이 뭔가문제인듯 합니다.
<? include_once("$g4[path]/skin/board/academy/category.php"); ?> 이렇게도 넣어보았습니다만 해결이 안됐습니다.
SELECT count(*) as cCount FROM WHERE wr_is_comment = 0
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 wr_is_comment = 0' at line 1
error file : /index.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 'WHERE wr_is_comment = 0' at line 1
error file : /index.php
감사합니다
그런데 이렇게 나옵니다.
나름으로 ../../../ 이런것도 해보았습니다.
절대경로도 써봤구요....
안될리는 없는데 참!
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기