오류가나는데 해결을 못하겠어요. 정보
오류가나는데 해결을 못하겠어요.
본문
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/quick4u/www/gnu/dbconfig.php:8) in /home/hosting_users/quick4u/www/gnu/head.sub.php on line 47
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/quick4u/www/gnu/dbconfig.php:8) in /home/hosting_users/quick4u/www/gnu/head.sub.php on line 49
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/quick4u/www/gnu/dbconfig.php:8) in /home/hosting_users/quick4u/www/gnu/head.sub.php on line 50
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/quick4u/www/gnu/dbconfig.php:8) in /home/hosting_users/quick4u/www/gnu/head.sub.php on line 51
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/quick4u/www/gnu/dbconfig.php:8) in /home/hosting_users/quick4u/www/gnu/head.sub.php on line 52
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/quick4u/www/gnu/dbconfig.php:8) in /home/hosting_users/quick4u/www/gnu/head.sub.php on line 53
댓글 전체
<?
$mysql_host = "localhost";
$mysql_user = "username";
$mysql_password = "password";
$mysql_db = "gnuboard";
?>
로 6줄입니다. 그런데 오류 메세지가 dbconfig.php:8인걸로 보아 dbconfig.php를 열어보아 확인해 보세요.