织梦5.7sp1 版本2013年7月15日补丁更新后出现后台前台错误提示:
DedeCMS Error:Tag disabled:"php" more...!
或者
以下是引用片段:
DedeCMS Error:Tag disabled:"php" more...!DedeCMS Error:Tag disabled:"php" more...!DedeCMS Error:Tag disabled:"php" more...!DedeCMS Error:Tag disabled:"php" more...!
解决办法:1.登陆织梦系统后台--系统设置--SQL命令行工具 --运行SQL命令行: 多行命令,运行如下命令。
以下是引用片段:
INSERT INTO `#@__sysconfig` (`varname`, `info`, `groupid`, `type`, `value`) VALUES ('cfg_disable_funs', '模板引擎禁用PHP函数', 7, 'bstring', 'phpinfo,eva l,exec,passthru,shell_exec,system,proc_open,popen,curl_exec,curl_multi_exec,parse_ini_file,show_source,file_put_contents');
INSERT INTO `#@__sysconfig` (`varname`, `info`, `groupid`, `type`, `value`) VALUES ('cfg_disable_tags', '模板引擎禁用标签', 7, 'bstring', 'php');
2.后台--系统--系统基本参数--其它选项 --模板引擎禁用标签:删除里面的 PHP ---确定
后台--自动任务--一键更新网站 ---更新系统缓存。
插播:织梦建站教程_03织梦建站前的准备工作