1.Discuz! System Error
Call to undefined function mysql_escape_string()
最后一步错误。是因为discuz3.2不支持php7
2.出现这个错误Can't connect to MySQL server on '192.168.211.145' (110)
解决办法:关防火墙或者改规则
3.Fatal error: Uncaught Error: Call to undefined function set_magic_quotes_runtime() in /data/wwwroot/discuz3/install/index.php:12 Stack trace: #0 {main} thrown in/data/wwwroot/discuz3/install/index.php on line 12
解决:
/usr/local/php/etc/php.ini里的display_errors改成on。
//把set_magic_quotes_runtime(0);
//替代成
ini_set("magic_quotes_runtime",0); 可以解析了。
本文转自 虾米的春天 51CTO博客,原文链接:http://blog.51cto.com/lsxme/2049434,如需转载请自行联系原作者