Closed GoogleCodeExporter closed 8 years ago
This issue was updated by revision r182.
This fixes the issue. Please review and close. Note I felt that creating a
testcase for this is not practical, so there are no testcase for this.
Original comment by peter.ri...@gmail.com
on 24 Apr 2012 at 9:39
Did you follow the steps listed in
http://code.google.com/p/jforum2/wiki/ManualInstallation ?
Besides running the database part, you need to edit the config
file(SystemGlobals.properties or jforum-custom.conf).
The problem is that JForum use Oracle Blob type to store post, and the
oracle_data_dump.sql doesn't contain three SQL statements in the Demostration
Forum section:
INSERT INTO jforum_topics
INSERT INTO jforum_posts
INSERT INTO jforum_posts_text
They are executed in the InstallAction.java during auto installation.
So the fix should be to remove the following line from oracle_data_dump.sql:
INSERT INTO jforum_forums
and execute this in the InstallAction.java when using auto installation.
Original comment by andow...@gmail.com
on 18 May 2012 at 9:16
Fixed in revision r188.
You'll need to add a config key installed=true in jforum-custom.conf file after
manual installation.
Original comment by andow...@gmail.com
on 29 May 2012 at 9:52
Original issue reported on code.google.com by
peter.ri...@gmail.com
on 23 Apr 2012 at 9:58