설치시에 이런 에러가 뜨네요.. 도와주세요 정보
설치시에 이런 에러가 뜨네요.. 도와주세요본문
Notice: Undefined variable: cb_id in /home/grootugi/www/gnu/club/admin/_common.php on line 4
Warning: Cannot modify header information - headers already sent by (output started at /home/grootugi/www/gnu/club/admin/_common.php:4) in /home/grootugi/www/gnu/common.php on line 8
설치시에 나타나는 에러입니다. 설치후에도 많은 에러가 뜹니다. --::: 이건 무슨 문제일까요?
도와주세요 ㅜㅜ
Warning: Cannot modify header information - headers already sent by (output started at /home/grootugi/www/gnu/club/admin/_common.php:4) in /home/grootugi/www/gnu/common.php on line 8
설치시에 나타나는 에러입니다. 설치후에도 많은 에러가 뜹니다. --::: 이건 무슨 문제일까요?
도와주세요 ㅜㅜ
추천
0
0
댓글 전체
_commend.php 의 내용을
<?
$g4_path = "..";
$cb_path = ".";
$bo_table = isset($cb_id);
include_once "$g4_path/common.php";
include_once "$cb_path/common.php";
//뮤존님의 그누용빌더 사용자를 위한 코드
$cofig_adm = 1;
?>
이렇게 바꾸어서 모양은 나오게 했네요 --: 이게 왜 이렇게 문제가 된거죠?
<?
$g4_path = "..";
$cb_path = ".";
$bo_table = isset($cb_id);
include_once "$g4_path/common.php";
include_once "$cb_path/common.php";
//뮤존님의 그누용빌더 사용자를 위한 코드
$cofig_adm = 1;
?>
이렇게 바꾸어서 모양은 나오게 했네요 --: 이게 왜 이렇게 문제가 된거죠?