错误1 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行, 找到该路径下的index.php这个文件打开,查找set_magic_quotes_runtime 解决: //把 set_magic_quotes_runtime(0); //替代成 ini_set("magic_quotes_runtime",0);
|