discuz 安装错误:Fatal error: Uncaught Error: Call to undefined function set_magic_quotes_runtime() in


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

致命错误:未捕获错误:未定义的函数的调用set_magic_quotes_runtime(),在这个文件的第12行,

解决:

//把 
  set_magic_quotes_runtime(0); 
  //替代成 
  ini_set("magic_quotes_runtime",0);

可以解析了。

声明:雨果书斋|版权所有,违者必究|如未注明,均为原创|本网站采用BY-NC-SA协议进行授权

转载:转载请注明原文链接 - discuz 安装错误:Fatal error: Uncaught Error: Call to undefined function set_magic_quotes_runtime() in


Carpe Diem and Do what I like