계속된 오류... 정보
계속된 오류...
관련링크
http://sol-corp.com/sol_/
185회 연결
본문
Warning: Cannot modify header information - headers already sent by (output started at /home2/sadmin/public_html/sol_/index.php:1) in /home2/sadmin/public_html/sol_/common.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home2/sadmin/public_html/sol_/index.php:1) in /home2/sadmin/public_html/sol_/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home2/sadmin/public_html/sol_/index.php:1) in /home2/sadmin/public_html/sol_/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home2/sadmin/public_html/sol_/index.php:1) in /home2/sadmin/public_html/sol_/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home2/sadmin/public_html/sol_/index.php:1) in /home2/sadmin/public_html/sol_/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home2/sadmin/public_html/sol_/index.php:1) in /home2/sadmin/public_html/sol_/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home2/sadmin/public_html/sol_/index.php:1) in /home2/sadmin/public_html/sol_/head.sub.php on line 38
이런 오류가 계속 뜹니다.
index.php 의 내용은
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
$g4['title'] = "SOL";
include_once("./_head.php");
?>
<!-- main start -->
<table width="800" border="0" cellpadding="0" cellspacing="0">
<tr><td height="7"></td></tr>
<tr>
<td width="30"></td>
<td width="210" valign="top">
<table width="210" border="0" cellpadding="0" cellspacing="0" valign="top">
<tr>
<td valign="top" width="210" height="120"><?=latest("01_003", "6_1", 3, 22)?></td>
</tr>
<tr>
<td valign="top" width="210" height="120"><?=latest("01_003", "6_2", 3, 22)?></td>
</tr>
</table>
</td>
<td width="20"></td>
<td width="300" valign="top" height="240"><?=latest("01_003", "3", 7, 40)?></td>
<td width="240"></td>
</tr>
<tr><td height="23"></td></tr>
</table>
<!-- main end -->
<?
include_once("./_intro_tail.php");
?>
입니다.
오류나는 곳입니다.
http://sol-corp.com/sol_/
Warning: Cannot modify header information - headers already sent by (output started at /home2/sadmin/public_html/sol_/index.php:1) in /home2/sadmin/public_html/sol_/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home2/sadmin/public_html/sol_/index.php:1) in /home2/sadmin/public_html/sol_/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home2/sadmin/public_html/sol_/index.php:1) in /home2/sadmin/public_html/sol_/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home2/sadmin/public_html/sol_/index.php:1) in /home2/sadmin/public_html/sol_/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home2/sadmin/public_html/sol_/index.php:1) in /home2/sadmin/public_html/sol_/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home2/sadmin/public_html/sol_/index.php:1) in /home2/sadmin/public_html/sol_/head.sub.php on line 38
이런 오류가 계속 뜹니다.
index.php 의 내용은
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
$g4['title'] = "SOL";
include_once("./_head.php");
?>
<!-- main start -->
<table width="800" border="0" cellpadding="0" cellspacing="0">
<tr><td height="7"></td></tr>
<tr>
<td width="30"></td>
<td width="210" valign="top">
<table width="210" border="0" cellpadding="0" cellspacing="0" valign="top">
<tr>
<td valign="top" width="210" height="120"><?=latest("01_003", "6_1", 3, 22)?></td>
</tr>
<tr>
<td valign="top" width="210" height="120"><?=latest("01_003", "6_2", 3, 22)?></td>
</tr>
</table>
</td>
<td width="20"></td>
<td width="300" valign="top" height="240"><?=latest("01_003", "3", 7, 40)?></td>
<td width="240"></td>
</tr>
<tr><td height="23"></td></tr>
</table>
<!-- main end -->
<?
include_once("./_intro_tail.php");
?>
입니다.
오류나는 곳입니다.
http://sol-corp.com/sol_/
댓글 전체
<?
include_once("./_common.php");
$g4['title'] = "SOL";
include_once("./_head.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
include_once("./_common.php");
$g4['title'] = "SOL";
include_once("./_head.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
감사한데 현상은 여전합니다. ㅜㅜ