![织梦dedecms 提示 body has not allow words 问题解决,第1张 织梦dedecms 提示 body has not allow words 问题解决,第1张](/aiimages/%E7%BB%87%E6%A2%A6dedecms+%E6%8F%90%E7%A4%BA+body+has+not+allow+words+%E9%97%AE%E9%A2%98%E8%A7%A3%E5%86%B3.png)
概述此句body has not allow words!英文的意思,大概是文章具有不充许的字符!我这才恍然大悟,一定是我在后台系统系统基本参数设置版块中的互动设置中敏感字词开设得太多,让会员用户中招了。 此句“body has not allow words!”英文的意思,大概是“文章具有不充许的字符!”我这才恍然大悟,一定是我在后台“系统”—“系统基本参数”—设置版块中的“互动设置”中敏感字词开设得太多,让会员用户中招了。当我,删去那些可有可无的,结果会员发文章正常。可见问题是出在“系统基本参数”上。而当会员遇到“body has not allow words!”
提示,不知所谓时,你可以通过以下修定,将英文提示,变为中文提示,这样会员就不会心慌意乱啦——修改文件:
inclIDe/fileter.inc.PHP,大约19行左右if($cfg_notallowstr!='' && eregi($cfg_notallowstr,$svar)){preg_match_all("@{$cfg_notallowstr}@",$svar,$me);$me = array_unique($me[0]);$notallowkeys = '';foreach($me as $v){$notallowkeys .= $v . ',';}$msg = '您发布的内容中带有不被允许的文字 :' . $notallowkeys;ShowMsg($msg,'-1');exit();}文件修改后,上传替换即可。 总结
以上是内存溢出为你收集整理的织梦dedecms 提示 body has not allow words 问题解决全部内容,希望文章能够帮你解决织梦dedecms 提示 body has not allow words 问题解决所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
评论列表(0条)