고수님들 도아주세요요 정보
고수님들 도아주세요요본문
아웃로그인 문제 로 3일 작업중있되요 안되서요 ㅠㅠ
제발좀 도아 주세요
제가 작성한것
상위에
<?
$g4_path = "./manager"; // _common.php 의 상대 경로
include_once("$g4_path/_common.php");
include_once("$g4[path]/lib/outlogin.lib.php");
$g4['title'] = "";
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/outlogin.lib.php"); // outlogin() 함수를 사용하여야 하므로 이 프로그램을 포함시킵니다.
?>
로그인 삽입하는 곳에
<?=outlogin("basic"); // 외부 로그인 ?>
했는되요 에러가
Warning: include_once(./manager/_common.php) [function.include-once]: failed to open stream: No such file or directory in /free/home/food031net/html/test.htm on line 3
Warning: include_once() [function.include]: Failed opening './manager/_common.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /free/home/food031net/html/test.htm on line 3
Warning: include_once(/lib/outlogin.lib.php) [function.include-once]: failed to open stream: No such file or directory in /free/home/food031net/html/test.htm on line 4
Warning: include_once() [function.include]: Failed opening '/lib/outlogin.lib.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /free/home/food031net/html/test.htm on line 4
Warning: include_once(/head.sub.php) [function.include-once]: failed to open stream: No such file or directory in /free/home/food031net/html/test.htm on line 6
Warning: include_once() [function.include]: Failed opening '/head.sub.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /free/home/food031net/html/test.htm on line 6
Warning: include_once(/lib/outlogin.lib.php) [function.include-once]: failed to open stream: No such file or directory in /free/home/food031net/html/test.htm on line 7
Warning: include_once() [function.include]: Failed opening '/lib/outlogin.lib.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /free/home/food031net/html/test.htm on line 7
Fatal error: Call to undefined function outlogin() in /free/home/food031net/html/test.htm on line 12
나오 더라고요 제발 도아주세요... 꾸벅
제발좀 도아 주세요
제가 작성한것
상위에
<?
$g4_path = "./manager"; // _common.php 의 상대 경로
include_once("$g4_path/_common.php");
include_once("$g4[path]/lib/outlogin.lib.php");
$g4['title'] = "";
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/outlogin.lib.php"); // outlogin() 함수를 사용하여야 하므로 이 프로그램을 포함시킵니다.
?>
로그인 삽입하는 곳에
<?=outlogin("basic"); // 외부 로그인 ?>
했는되요 에러가
Warning: include_once(./manager/_common.php) [function.include-once]: failed to open stream: No such file or directory in /free/home/food031net/html/test.htm on line 3
Warning: include_once() [function.include]: Failed opening './manager/_common.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /free/home/food031net/html/test.htm on line 3
Warning: include_once(/lib/outlogin.lib.php) [function.include-once]: failed to open stream: No such file or directory in /free/home/food031net/html/test.htm on line 4
Warning: include_once() [function.include]: Failed opening '/lib/outlogin.lib.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /free/home/food031net/html/test.htm on line 4
Warning: include_once(/head.sub.php) [function.include-once]: failed to open stream: No such file or directory in /free/home/food031net/html/test.htm on line 6
Warning: include_once() [function.include]: Failed opening '/head.sub.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /free/home/food031net/html/test.htm on line 6
Warning: include_once(/lib/outlogin.lib.php) [function.include-once]: failed to open stream: No such file or directory in /free/home/food031net/html/test.htm on line 7
Warning: include_once() [function.include]: Failed opening '/lib/outlogin.lib.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /free/home/food031net/html/test.htm on line 7
Fatal error: Call to undefined function outlogin() in /free/home/food031net/html/test.htm on line 12
나오 더라고요 제발 도아주세요... 꾸벅
댓글 전체

<?
$g4_path = "./manager"; // _common.php 의 상대 경로
include_once("$g4_path/_common.php");
include_once("$g4[path]/lib/outlogin.lib.php");
$g4['title'] = "";
include_once("$g4[path]/head.sub.php");
?>
이게 정상일듯..
$g4_path = "./manager"; // _common.php 의 상대 경로
include_once("$g4_path/_common.php");
include_once("$g4[path]/lib/outlogin.lib.php");
$g4['title'] = "";
include_once("$g4[path]/head.sub.php");
?>
이게 정상일듯..
위 고수님이 가르쳐준되로 하니
Warning: include_once(./manager/_common.php) [function.include-once]: failed to open stream: No such file or directory in /free/home/food031net/html/test.htm on line 3
Warning: include_once() [function.include]: Failed opening './manager/_common.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /free/home/food031net/html/test.htm on line 3
Warning: include_once(/lib/outlogin.lib.php) [function.include-once]: failed to open stream: No such file or directory in /free/home/food031net/html/test.htm on line 4
Warning: include_once() [function.include]: Failed opening '/lib/outlogin.lib.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /free/home/food031net/html/test.htm on line 4
Warning: include_once(/head.sub.php) [function.include-once]: failed to open stream: No such file or directory in /free/home/food031net/html/test.htm on line 6
Warning: include_once() [function.include]: Failed opening '/head.sub.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /free/home/food031net/html/test.htm on line 6
Fatal error: Call to undefined function outlogin() in /free/home/food031net/html/test.htm on line 11
이런 오류가 또 뜨네요 ㅠㅠ
Warning: include_once(./manager/_common.php) [function.include-once]: failed to open stream: No such file or directory in /free/home/food031net/html/test.htm on line 3
Warning: include_once() [function.include]: Failed opening './manager/_common.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /free/home/food031net/html/test.htm on line 3
Warning: include_once(/lib/outlogin.lib.php) [function.include-once]: failed to open stream: No such file or directory in /free/home/food031net/html/test.htm on line 4
Warning: include_once() [function.include]: Failed opening '/lib/outlogin.lib.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /free/home/food031net/html/test.htm on line 4
Warning: include_once(/head.sub.php) [function.include-once]: failed to open stream: No such file or directory in /free/home/food031net/html/test.htm on line 6
Warning: include_once() [function.include]: Failed opening '/head.sub.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /free/home/food031net/html/test.htm on line 6
Fatal error: Call to undefined function outlogin() in /free/home/food031net/html/test.htm on line 11
이런 오류가 또 뜨네요 ㅠㅠ

html/test.htm 파일에도 같은 함수가 존제하는가 봅니다.
해당소스들을 확인해봐야할듯 보입니다.
<?
$g4_path = "."; // _common.php 의 상대 경로
include_once("$g4_path/_common.php");
include_once("$g4[path]/lib/outlogin.lib.php");
$g4['title'] = "";
include_once("$g4[path]/head.sub.php");
?>
이런식이거나.. ^^;;
해당소스들을 확인해봐야할듯 보입니다.
<?
$g4_path = "."; // _common.php 의 상대 경로
include_once("$g4_path/_common.php");
include_once("$g4[path]/lib/outlogin.lib.php");
$g4['title'] = "";
include_once("$g4[path]/head.sub.php");
?>
이런식이거나.. ^^;;
manager 폴더에 그누보드를 설치한 것이 맞나요?
$g4_path = "./manager";<---이것이 그 말이거든요
$g4_path = "./manager";<---이것이 그 말이거든요
정말 감사합니다 꾸벅 ^^ 오늘도 즐거운 하루 되세요