묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
-_-" 다음과 같은 경고가 나오는데 원인을 모르겠습니다.
2004.03.30 10:37
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
내용은 위와 같구요
win2000에 톰갯설치하고 아파치 웹서버 올려서 사용중입니다.
좀 도와주세요..
php 설정에서 register_globals 설정을 On으로 변경해주시면 됩니다.
(검색해보면 관련 질문이 많이 있습니다. 검색하는 습관을 기르세요.)