Discuz 오류 Fatal error: Uncaught Error: Call to undefined function setmagic_quotes_runtime()

Fatal error: Uncaught Error: Call to undefined function set_magic_quotes_runtime() in/data/www/install/index.php:12 Stack trace: #0 {main} thrown in/data/www/install/index.php on line 12
치명적 오류: 포획되지 않은 오류: 정의되지 않은 함수 호출setmagic_quotes_runtime (), 이 파일의 12번째 줄에서
해결 방법:
//  
  set_magic_quotes_runtime(0); 
  //  
  ini_set("magic_quotes_runtime",0);

해석할 수 있어.
출처:http://www.itdadao.com/article/182532/

좋은 웹페이지 즐겨찾기