織夢(mèng)dedecms其他選項(xiàng)中沒有“模板下載引擎禁用標(biāo)簽”
時(shí)間: 2018-12-06 11:51
閱讀: 次
作者:素材無憂網(wǎng)
用織夢(mèng)dedecms 建站時(shí),5.7版后,在默認(rèn)安裝完后,網(wǎng)站提示織夢(mèng)DedeCMS Error:Tag
disabled:"php" more...!
1、解決的方法是:網(wǎng)站后臺(tái)——系統(tǒng)——系統(tǒng)基本參數(shù)——其他選項(xiàng)——模板引
擎禁用標(biāo)簽:刪除其中的“php”,問題就解決了。
2、但有時(shí)我們?cè)诤笈_(tái)的其他選項(xiàng)中沒有“模板引擎禁用標(biāo)簽”,怎樣解決呢?
解決方法很簡(jiǎn)單,復(fù)制下面代碼到SQL命令行工具-->SQL命令行中,確定一下。然
后就出現(xiàn)了系統(tǒng)--系統(tǒng)基本參數(shù)---其他選項(xiàng) ---模板引擎禁用標(biāo)簽
代碼如下:
INSERT INTO `dede_sysconfig` (`varname`, `info`, `groupid`, `type`,
`value`) VALUES ('cfg_disable_funs', '模板引擎禁用PHP函數(shù)', 7,
'bstring',
'phpinfo,eval,exec,passthru,shell_exec,system,proc_open,popen,curl_exec
,curl_multi_exec,parse_ini_file,show_source,file_put_contents');
INSERT INTO `dede_sysconfig` (`varname`, `info`, `groupid`, `type`,
`value`) VALUES ('cfg_disable_tags', '模板引擎禁用標(biāo)簽', 7, 'bstring',
'php');
標(biāo)簽: