웹진형 최신글..설치후 에러...미치기직전..입니다... 정보
웹진형 최신글..설치후 에러...미치기직전..입니다...본문
Warning: chmod(): Operation not permitted in /web/home/nihao/html/skin/latest/cygnus_zine2/latest.skin.php on line 31
거참..이상하게 자꾸 에러가 생기네요
다른곳은 안생기는데 한곳만 계속..계속 생기네요...미치겠습니다...
해당페이지소스 :
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
$g4['title'] = "니하오커뮤니티";
include_once("./head2.php");
?>
include_once("./head2.php");
?>
<!-- 메인화면 최신글 시작 -->
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><img src="images/title/golf04.gif" width="397" height="44"></td>
</tr>
<tr>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td width="357"><img src="images/golf/02.gif" width="357" height="204"></td>
<td>
<table width="97%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<?=latest("cygnus_zine2", "golf01", 4, 40)?>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top"> </td>
</tr>
<tr>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td width="357"><img src="images/golf/01.gif" width="357" height="204"></td>
<td>
<table width="97%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<?=latest("basic5", "golf02", 4, 40)?>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top"> </td>
</tr>
<tr>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td width="357"><img src="images/golf/03.gif" width="357" height="204"></td>
<td>
<table width="97%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<?= latest("cygnus_zine2","golf03",2,30)?>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<?
include_once("./tail2.php");
?>
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><img src="images/title/golf04.gif" width="397" height="44"></td>
</tr>
<tr>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td width="357"><img src="images/golf/02.gif" width="357" height="204"></td>
<td>
<table width="97%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<?=latest("cygnus_zine2", "golf01", 4, 40)?>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top"> </td>
</tr>
<tr>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td width="357"><img src="images/golf/01.gif" width="357" height="204"></td>
<td>
<table width="97%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<?=latest("basic5", "golf02", 4, 40)?>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top"> </td>
</tr>
<tr>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td width="357"><img src="images/golf/03.gif" width="357" height="204"></td>
<td>
<table width="97%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<?= latest("cygnus_zine2","golf03",2,30)?>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<?
include_once("./tail2.php");
?>
빨간색으로 쓴 최근게시물 소스가 문제를 자꾸 일으킵니다..
댓글 전체

<?= latest("cygnus_zine2",golf03, 2, 30)?>
Warning: chmod(): Operation not permitted in /web/home/nihao/html/skin/latest/cygnus_zine2/latest.skin.php on line 31
Warning: chmod(): Operation not permitted in /web/home/nihao/html/skin/latest/cygnus_zine2/latest.skin.php on line 136
그래도...에러가 납니다....거참...알수가 없네요....허허....
Warning: chmod(): Operation not permitted in /web/home/nihao/html/skin/latest/cygnus_zine2/latest.skin.php on line 136
그래도...에러가 납니다....거참...알수가 없네요....허허....

cygnus_zine2/latest.skin.php 의 chmod(): 를 찾아,
@chmod(): 해주면 됩니다.
@chmod(): 해주면 됩니다.
감사합니다!!! 바로 해결되었네요~~~~