최근 게시물..추출.. 좀 부탁드려요 ㅠㅠ 아무리 해도 잘 안되서요... 정보
최근 게시물..추출.. 좀 부탁드려요 ㅠㅠ 아무리 해도 잘 안되서요...본문
![]() |
![]() |
|||
![]() |
![]() |
|||
![]() |
<?=latest("skin/latest/simple_basic2", notice, 5, 60);?> | |||
![]() |
||||
![]() |
||||
![]() |
||||
![]() |
||||
![]() |
||||
![]() |
댓글 전체
common.php 파일을 못 찾는거네요.
index.php 에서 head.php 불러오는지 체크하고,
head.php 에서 common.php 불러오는지 체크
index.php 에서 head.php 불러오는지 체크하고,
head.php 에서 common.php 불러오는지 체크
/그누보드4/_common.php를 복사해서 root에 넣고 내용 수정
$g4_path="./그누보드4";
////////////////////////////////////
그리고 아래와 같이 하면 안됩니다
<html>
<head>
<title>main</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
----------------------------------수정 후
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
<html>
<head>
<title>main</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
$g4_path="./그누보드4";
////////////////////////////////////
그리고 아래와 같이 하면 안됩니다
<html>
<head>
<title>main</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
----------------------------------수정 후
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
<html>
<head>
<title>main</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>