제로보드 경고문: which existed until PHP 4.2.3.
 

경고문:
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


해결방법1:
php.ini 열어서 bug_compat_42 와 bug_compat_warn 를 off 상태로 설정해 주시면 됩니다.

해결방법2:
제로보드 폴더속에 _head.phplib.php 파일을수정하세요
소스 맨~"위에" 아래처럼 회색부분의 소스를 추가하세요


<?
ini_set('register_globals','1');
ini_set('session.bug_compat_42','1');
ini_set('session.bug_compat_warn','0');
ini_set('session.auto_start','1');
?>




 




상호명: 乾宇互联科技有限公司 / 주소: 北京市朝阳区望京街麒麟社

24시간 장애처리 : [SKYPE ID] hostqy24 / [MSN] .hostqy24@hotmail.com / [위쳇ID] hostqy [카톡ID] hostqy

24시간 장애처리 전화: [중국]. 0086)-137-1813-4242 / [한국].070-7616-8411
Copyright ® 2005-2008 QYhosting.Com Corporation. All rights reserved