主题 : 又发现一个BUG。
级别: 秀才
UID: 806
积分:25 加为好友
威望: 0 精华: 0
主题:4 回复:3
注册时间:2009-09-15
在线时长:0
1#   发表于:2010-06-18 19:21:10  IP:60.159.*.*
在后台管理的“模板管理”或“资源管理”里面,点右面任何一项后面的“删除”,然后点取消就会报错,
错误如下

模板管理:
FreeMarker template error!

Expression relPath is undefined on line 31, column 32 in WEB-INF/core_sys/template/list.html.
The problematic instruction:
----------
==> ${relPath?j_string} [on line 31, column 30 in WEB-INF/core_sys/template/list.html]
----------
资源管理:
FreeMarker template error!

Expression relPath is undefined on line 31, column 32 in WEB-INF/core_sys/resource/list.html.
The problematic instruction:
----------
==> ${relPath?j_string} [on line 31, column 30 in WEB-INF/core_sys/resource/list.html]
----------


系统的版本是2.4.2
怎么解决?
1 共1页