아웃로그인(외부로그인)이 도저히 안되네요.. 정보
아웃로그인(외부로그인)이 도저히 안되네요..본문
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hershhh/www/ch/login.php:12) in /home/hosting_users/hershhh/www/ch/gb4/common.php on line 9
로그인페이지만 만들어봤는데 이에러만 나고 계속 안되네요..
질답에 설명해 놓으신분들꺼 보고 해도 안되고..
소스는 딸랑이거 하나뿐인데..넘 어렵네요..ㅠㅠ
login.php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<?
include_once("./gb4/_common.php");
include_once("./gb4/head.sub.php");
include_once("./gb4/lib/outlogin.lib.php");
?>
</HEAD>
<BODY>
<?=outlogin("basic");?>
</BODY>
</HTML>
# _common.php
<?
$g4_path = ""; // common.php 의 상대 경로
include_once("common.php");
?>
댓글 전체
login.php 소스입니다.
<?
include_once("./_common.php");
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/lib/outlogin.lib.php");
echo outlogin("basic");
?>
login.php와 같은 폴더에 _common.php 파일 만들고 소스는 다음과 같습니다.
<?
$g4_path = "./gb4";
include_once("$g4_path/common.php");
?>
<?
include_once("./_common.php");
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/lib/outlogin.lib.php");
echo outlogin("basic");
?>
login.php와 같은 폴더에 _common.php 파일 만들고 소스는 다음과 같습니다.
<?
$g4_path = "./gb4";
include_once("$g4_path/common.php");
?>
그렇게 하니깐 한없이 에러가 나던데요..ㅠㅠ
그누보드 폴더는 ch/gb4 에 있고
login.php 는 /ch 폴더에 있습니다..
즉 메인폴더는 ch 그누보드 폴더는 ch/gb4/ 에 있습니다..
그누보드 폴더는 ch/gb4 에 있고
login.php 는 /ch 폴더에 있습니다..
즉 메인폴더는 ch 그누보드 폴더는 ch/gb4/ 에 있습니다..
아, 야심한 밤에 오타가 들어갔습니다.
수정했습니다.
/ch/login.php 소스입니다.
<?
include_once("./_common.php");
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/outlogin.lib.php");
echo outlogin("basic");
?>
/ch/_common.php 소스입니다.
<?
$g4_path = "./gb4";
include_once("$g4_path/common.php");
?>
수정했습니다.
/ch/login.php 소스입니다.
<?
include_once("./_common.php");
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/outlogin.lib.php");
echo outlogin("basic");
?>
/ch/_common.php 소스입니다.
<?
$g4_path = "./gb4";
include_once("$g4_path/common.php");
?>
야심한 밤에 감사합니다..그런데 ^^;
로그인페이지는 나오느네 로그인페이지 위로 아래의 메시지가 나오네요 ㅠㅠ
쉽지않네요 정말 ㅠㅠ
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hershhh/www/ch/_common.php:4) in /home/hosting_users/hershhh/www/ch/gb4/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hershhh/www/ch/_common.php:4) in /home/hosting_users/hershhh/www/ch/gb4/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hershhh/www/ch/_common.php:4) in /home/hosting_users/hershhh/www/ch/gb4/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hershhh/www/ch/_common.php:4) in /home/hosting_users/hershhh/www/ch/gb4/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hershhh/www/ch/_common.php:4) in /home/hosting_users/hershhh/www/ch/gb4/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hershhh/www/ch/_common.php:4) in /home/hosting_users/hershhh/www/ch/gb4/head.sub.php on line 38
로그인페이지는 나오느네 로그인페이지 위로 아래의 메시지가 나오네요 ㅠㅠ
쉽지않네요 정말 ㅠㅠ
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hershhh/www/ch/_common.php:4) in /home/hosting_users/hershhh/www/ch/gb4/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hershhh/www/ch/_common.php:4) in /home/hosting_users/hershhh/www/ch/gb4/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hershhh/www/ch/_common.php:4) in /home/hosting_users/hershhh/www/ch/gb4/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hershhh/www/ch/_common.php:4) in /home/hosting_users/hershhh/www/ch/gb4/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hershhh/www/ch/_common.php:4) in /home/hosting_users/hershhh/www/ch/gb4/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hershhh/www/ch/_common.php:4) in /home/hosting_users/hershhh/www/ch/gb4/head.sub.php on line 38
/ch/_common.php 파일에서 ?> 뒤로 나오는 공백을 모두 제거해보세요.
오 감사합니다!! 아는게 없어서 머리만 고생이네요 ^^
정말감사합니다..^^
정말감사합니다..^^