php session 오류 이것저것 다 해봤는데도 안되네요... 해결좀
글쓴이: archie / 작성시간: 금, 2003/07/25 - 4:07오후
Warning: Unknown(): Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively. in Unknown on line 0
register_globals = On
setting session.bug_compat_42 = On
session.bug_compat_warn = off
다했는데도 같은 오류 메세지가 뜹니다. 부탁드립니다.
Forums:
PHP를 설치 하실때 php.ini파일의 위치를 지정하지 않으셨나보네요.
PHP를 설치 하실때 php.ini파일의 위치를 지정하지 않으셨나보네요.
<?
phpinfo();
?>
내용을 담은 파일을 만들어서 웹상에서 열어보세요.
그러면 php.ini파일의 위치가 어디로 지정되어 있는지 나올것입니다.
올바르지 않은 곳에 php.ini가 들어가 있으면 내용을 아무리 변경해도 소용없습니다.
그럼이만.
Be the Miracle!
Do rush at the Goal and you will be the no1.
댓글 달기