hi!
i have installed the forum in a server who doesn't have mysql 5 but 4 and my databas is creted in mysql 5.
The problem is when i try uppload a file bigger than 100 Kb i get this error:
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
java.lang.NullPointerException
net.jforum.JForumExecutionContext.enableRollback(JForumExecutionContext.java:272)
net.jforum.JForum.service(JForum.java:209)
javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
net.jforum.util.legacy.clickstream.ClickstreamFilter.doFilter(ClickstreamFilter.java:59)
note The full stack trace of the root cause is available in the
Tomcat logs.
Apache Tomcat/5.0.19
I think this is because the database's version, how can I fix this??
[originally posted on jforum.net by Anonymous]