jyhcyd wrote:i install the jforum when no posts then you goto "Admin Control Panel" will show error! because the GenericForumDAO ->getBoardStatus() -> rs = s.executeQuery(SystemGlobals.getSql("ForumModel.statsFirstPostTime")); rs.next(); Date firstTime = new Date(rs.getTimestamp(1).getTime()); the error at rs.getTimestamp(1).getTime() because when jforum_posts no record the SQL : SELECT MIN(post_time) FROM jforum_posts WHERE post_time > 0 MIN(NULL) is error!! I LOVE JFORUM!!!
jyhcyd wrote:i get the new files from jforum but this bug is not repaired! the error at rs.getTimestamp(1).getTime() because when jforum_posts no record the SQL : SELECT MIN(post_time) FROM jforum_posts WHERE post_time > 0 MIN(NULL) is error!!
jyhcyd wrote:i just get the files from cvs ,this bug is repaired !! think the body who repaired tis bug !!! thinks very much!!!