도저히....몰겠네요..
작성자 정보
- ch 작성
- 작성일
컨텐츠 정보
- 1,414 조회
- 0 추천
- 목록
본문
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
===>애러 메시지
누가 php.ini파일을 수정하면 된다고 해서..
php.ini.파일에 register_globals를 on으로 수정한 거
; You should do your best to write your scripts so that they do not require
; register_globals to be on; Using form variables as globals can easily lead
; to possible security problems, if the code is not very well thought of.
register_globals = On
; This directive tells PHP whether to declare the argv&argc variables (that
; would contain the GET information). If you don't use these variables, you
; should turn it off for increased performance.
register_argc_argv = On
php4.ini파일의 경로
[root@localhost conf]# ls -l php*
-rw-r--r-- 1 root root 37583 5월 17 14:05 php4.ini
[root@localhost conf]# pwd
/usr/local/apache/conf
[root@localhost conf]#
도저히 해결할 방법을 알지 못해서 이렇케 글 남깁니다..
php연동이 잘못 된 건지 설정이 잘못된 건지..
APM이구요..애러메시지는 게시판에서 로그아웃 할 때나
첨 게시판을 띄울 때 저런 애러가 뜨네요..
조언 부탁드리겠씁니당,..그럼 수고 하세요...
관련자료
-
이전
-
다음