主题 : *题管理菜单出错.
级别: 秀才
UID: 2371
积分:19 加为好友
威望: 0 精华: 0
主题:2 回复:7
注册时间:2010-01-27
在线时长:0
1#   发表于:2010-01-30 13:14:12  IP:121.29.*.*
Struts Problem Report

Struts has detected an unhandled exception:
Messages: 

   1. Table 'jeecms.cms_topic' doesn't exist
级别: 白丁
UID: 3
积分:2415 加为好友
威望: 0 精华: 0
主题:23 回复:1614
注册时间:2009-06-02
在线时长:0
2#   发表于:2010-01-30 20:45:44  IP:59.245.*.*
你可能是用的linux系统,linux中的mysql区别大小写。 
临时的处理办法是: 
找到com/jeecms/cms/entity/CmsTopic.hbm.xml文件, 
修改这段代码<class name="CmsTopic" table="CMS_TOPIC">,其中cms_topic为小写,改为大写即可。
生命在于折腾!
1 共1页