请问dedeCMS 图片字段类型变成 dede_img text= 的解决方法
- 原因:官方程序早期版本中的 Bug。
- 解决方法: - 打开 /include/customfields.func.php文件。
- 将 (大概在539行)$innerTmp = ($arcTag=="") ? trim($arcTag) : trim($arcTag->GetInnerText());改为$fvalue = ($ntag=="") ? trim($ntag) : trim($ntag->GetInnerText());。
 
- 打开 

更新时间:2025-04-10 23:41:29
上一篇:请问提升PHP版本后网站出现503错误,是什么原因?
转载请注明原文链接:https://www.muzicopy.com/suibi/3164.html
