織夢dedecms其他選項(xiàng)中沒有“模板引擎禁用標(biāo)簽”
導(dǎo)讀:織夢文章織夢文章用織夢建站時(shí),5.7版后,在默認(rèn)安裝完后,網(wǎng)站提示DedeCMS Error:Tag disabled:"php" more...!織夢模板修改dede模板下載。
用織夢建站時(shí),5.7版后,在默認(rèn)安裝完后,網(wǎng)站提示DedeCMS Error:Tag
disabled:"php" moredede免費(fèi)校板下戰(zhàn)...!
1、解決的方法是:網(wǎng)站后臺——系統(tǒng)——系統(tǒng)基本參數(shù)——其他選項(xiàng)——模板引
織夢文章模板
擎禁用標(biāo)簽:刪除其中的“php”,問題就解決了。
2、但有時(shí)我們在后臺的其他選項(xiàng)中沒有“模板引擎禁用標(biāo)簽”,怎樣解決呢?
解決方法很簡單,復(fù)制下面代碼到SQL命令行工具-->SQL命令行中,確定一下。然
后就出現(xiàn)了系統(tǒng)--系統(tǒng)基本參數(shù)---其他選項(xiàng) ---模板引擎禁用標(biāo)簽
代碼如下:
INSERT INTO `dede_sysconfig` (`varname`, `info`, `groupid`, `type`, dede免費(fèi)模板;
`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');相關(guān)織夢模板修改dede模板下載。
聲明: 本文由我的SEOUC技術(shù)文章主頁發(fā)布于:2023-07-19 ,文章織夢dedecms其他選項(xiàng)中沒有“模板引擎禁用標(biāo)簽”主要講述標(biāo)簽,模板,織夢網(wǎng)站建設(shè)源碼以及服務(wù)器配置搭建相關(guān)技術(shù)文章。轉(zhuǎn)載請保留鏈接: http://www.bifwcx.com/article/web_30909.html