婷婷综合国产,91蜜桃婷婷狠狠久久综合9色 ,九九九九九精品,国产综合av

主頁(yè) > 網(wǎng)站建設(shè) > 建站知識(shí) > 織夢(mèng)dedecms提示“Not allow filename for not userdir”的解

織夢(mèng)dedecms提示“Not allow filename for not userdir”的解

POST TIME:2020-03-31 17:17

dedecms有時(shí)候會(huì)提示“Not allow filename for not userdir”,具體解決辦法如下:
v5.6版本的程序請(qǐng)修改include/helpers/common.func.php文件,在里面找到下面的代碼:
 
else if( !eregi('^http:', $handname) && !eregi('^'.$cfg_user_dir.'/'.$userid, $handname) && !$isadmin )
 
將其替換為下面的代碼:
 
else if( eregi('^http:', $handname) && !eregi('^'.$cfg_user_dir.'/'.$userid, $handname) && !$isadmin )
 
也就是把eregi前面的感嘆號(hào)去掉。
 
v5.7版本的程序請(qǐng)修改include/helpers/upload.helper.php文件,在里面找到如下代碼:
 
else if( !preg_match('#^http:#', $handname) && !preg_match('#^/'.$cfg_user_dir.'/'.$userid."#", $handname) && !$isadmin )
 
將其替換為下面的代碼:
 
else if( preg_match('#^http:#', $handname) && !preg_match('#^/'.$cfg_user_dir.'/'.$userid."#", $handname) && !$isadmin )
 
修改完成后就可以了,因?yàn)関5.7版本對(duì)縮略圖作檢查時(shí)程序使用了多條件判斷,導(dǎo)致非管理員級(jí)別的會(huì)員編輯時(shí)出錯(cuò)。



收縮
  • 微信客服
  • 微信二維碼
  • 電話咨詢

  • 400-1100-266
主站蜘蛛池模板: 微山县| 淮阳县| 宜兴市| 甘洛县| 万盛区| 大丰市| 仁化县| 大理市| 囊谦县| 东明县| 峨边| 忻城县| 蒲城县| 石屏县| 琼海市| 舟山市| 林周县| 阳朔县| 固始县| 电白县| 东丽区| 克山县| 石门县| 铜川市| 温州市| 喜德县| 新野县| 安化县| 沙河市| 仙游县| 安吉县| 大英县| 石嘴山市| 南平市| 兴隆县| 扶风县| 黄冈市| 兰考县| 诏安县| 沁水县| 天峨县|