Jforum throws an exception when jforum_posts_text.post_text is null and don't thisplays the current
thread. My be it is a result from sql injection.
My decision is:
update jforum_posts_text
set post_text=''
where post_text is null;
ALTER TABLE jforum_posts_text ALTER COLUMN post_text SET NOT NULL;
My environment - Linux, jdk 1.5,
tomcat 5.5.9, postgresql 8.0, jforum 2.1.4
[originally posted on jforum.net by Anonymous]