외부로그인 오류좀 봐주세요 ^^ 정보
외부로그인 오류좀 봐주세요 ^^본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 :
http://keywar.co.kr/shop/test.php
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/keywars/www/shop/index.php:1) in /home/hosting_users/keywars/www/shop/common.php on line 8
ID 패스워드 찾기도 안되네요
http://keywar.co.kr/shop/index.php
위주소로 접속하면 로그인은 정상작동하나 에러가 엄청뜨네요 ㅠㅠ
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/keywars/www/shop/index.php:1) in /home/hosting_users/keywars/www/shop/common.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/keywars/www/shop/index.php:1) in /home/hosting_users/keywars/www/shop/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/keywars/www/shop/index.php:1) in /home/hosting_users/keywars/www/shop/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/keywars/www/shop/index.php:1) in /home/hosting_users/keywars/www/shop/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/keywars/www/shop/index.php:1) in /home/hosting_users/keywars/www/shop/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/keywars/www/shop/index.php:1) in /home/hosting_users/keywars/www/shop/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/keywars/www/shop/index.php:1) in /home/hosting_users/keywars/www/shop/head.sub.php on line 38
오류 주소 :
http://keywar.co.kr/shop/test.php
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/keywars/www/shop/index.php:1) in /home/hosting_users/keywars/www/shop/common.php on line 8
ID 패스워드 찾기도 안되네요
http://keywar.co.kr/shop/index.php
위주소로 접속하면 로그인은 정상작동하나 에러가 엄청뜨네요 ㅠㅠ
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/keywars/www/shop/index.php:1) in /home/hosting_users/keywars/www/shop/common.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/keywars/www/shop/index.php:1) in /home/hosting_users/keywars/www/shop/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/keywars/www/shop/index.php:1) in /home/hosting_users/keywars/www/shop/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/keywars/www/shop/index.php:1) in /home/hosting_users/keywars/www/shop/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/keywars/www/shop/index.php:1) in /home/hosting_users/keywars/www/shop/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/keywars/www/shop/index.php:1) in /home/hosting_users/keywars/www/shop/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/keywars/www/shop/index.php:1) in /home/hosting_users/keywars/www/shop/head.sub.php on line 38
댓글 전체
저도 잘되다가도 문득 나타나는 저 오류땜에 무척 곤란했던적이 있었는데
index.php 맨 윗줄에 <? ob_start(); ?> 넣어서 해결했어요..
아래 오류에 대해 정리해놓은 글에서 참고한겁니다..
http://www.sir.co.kr/bbs/board.php?bo_table=pl_php&wr_id=33
index.php 맨 윗줄에 <? ob_start(); ?> 넣어서 해결했어요..
아래 오류에 대해 정리해놓은 글에서 참고한겁니다..
http://www.sir.co.kr/bbs/board.php?bo_table=pl_php&wr_id=33
붙여도 오류계속나네요.
첨부터 오류났으니 아무래도 문제가있는거같아요전 ㅎ
첨부터 오류났으니 아무래도 문제가있는거같아요전 ㅎ

test.php에
첫 글자는
<?
이어야 합니다.
첫 글자는
<?
이어야 합니다.
<?
include_once("./_common.php");
include_once("$g4[path]/lib/outlogin.lib.php"); // outlogin() 함수를 사용하여야 하므로 이 프로그램을 포함시킵니다.
echo outlogin("basic"); // basic 스킨으로 아웃로그인을 출력합니다.
?>
로 설정해두었습니다. ㅠ
호스팅은 카페24 광아우토반 비지니스 UTF-8로 사용중에 있습니다.
include_once("./_common.php");
include_once("$g4[path]/lib/outlogin.lib.php"); // outlogin() 함수를 사용하여야 하므로 이 프로그램을 포함시킵니다.
echo outlogin("basic"); // basic 스킨으로 아웃로그인을 출력합니다.
?>
로 설정해두었습니다. ㅠ
호스팅은 카페24 광아우토반 비지니스 UTF-8로 사용중에 있습니다.
