jojuniori
5/4/2017 - 6:56 AM

http://www.discuz.net/thread-3775915-1-1.html

解决方法一:
打开/source/function/function_core.php
搜索
$content = preg_replace($_G['setting']['output']['preg']['search'], $_G['setting']['output']['preg']['replace'], $content);
复制代码

在上面加入
if (preg_match("(/|#|\+|%).*(/|#|\+|%)e", $_G['setting']['output']['preg']['search']) !== FALSE) { die("request error"); }
复制代码


解决方法二:  停止使用或卸载memcache