잘못 입력 한거 없는데... 에러가 떠요
- 11-19
- 3,869 회
- 3 건
Warning: main(outlogin.php) [function.main]: failed to create stream: No such file or directory in /home/.../KChatIRC/config.php on line 14
Warning: main() [function.main]: Failed opening 'outlogin.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/.../KChatIRC/config.php on line 14
Warning: main(/home/.../KChatIRC/skin//nick.php) [function.main]: failed to create stream: No such file or directory in /home/.../KChatIRC/nick.php on line 14
Warning: main() [function.main]: Failed opening '/home/.../KChatIRC/skin//nick.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/.../KChatIRC/nick.php on line 14
* 보안상 디렉토리를 '...' 으로 표현
Warning: main() [function.main]: Failed opening 'outlogin.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/.../KChatIRC/config.php on line 14
Warning: main(/home/.../KChatIRC/skin//nick.php) [function.main]: failed to create stream: No such file or directory in /home/.../KChatIRC/nick.php on line 14
Warning: main() [function.main]: Failed opening '/home/.../KChatIRC/skin//nick.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/.../KChatIRC/nick.php on line 14
* 보안상 디렉토리를 '...' 으로 표현
-
-
-
index.php의 16번째줄의
$_mypath = strtr(dirname(__FILE__), '\', '/') . '/';
의 의미를 알려주시면 오류의 원인을 찿을 수 있을거라 생각하는데...
dirname 는 디렉토리 부분을 추출한다는 의미이고
그것을 $_mypath 변수에 저장하는건 알겠는데...
(__FILE__)의 의미를 모르겠어요 php 바이블에서도 찿을 수 없어서 ....- 04-11-19
-
-
혹시나 해서
echo $_mypath;
했더니
/home/.../KChatIRC/
라 제대로 떠요
근데 에러에는
inclusion (include_path='.:/usr/local/lib/php')
라는 난데없는 디렉토리가...?- 04-11-19