在error.log日志文件里面出现的错误提示,虽然不影响正常运行,但是最好去掉 2. ERROR Global - Error caught: #8192: Function get_magic_quotes_gpc() is deprecated in /pixmicat-develop/lib/lib_common.php on line 148 打开lib/lib_common.php文件,找到148行 if(get_magic_quotes_gpc()) $str = stripslashes($str); // "\"斜線符號去除 改为 $str = stripslashes($str); // "\"斜線符號去除