I'm trying to upgrade an existing 2.1.4 forum to the current CVS code. I'm having a few problems. I see that all of my categories and forums are loaded into the DB but I'm unable to see pretty much anything.
I'm running against a PostgreSQL 8.1 DB and
Tomcat 5.5.12. Restarting Tomcat does not seem to change anything. I notice that there are a few DB changes, for example in jforum_roles (there is no longer a user_id column).
My sequence of events is:
1) Create empty DB.
2) Create DB struct from the db_struct.sql file.
3) Load the sample data from the data_dump file.
4) Load the database dump from 2.1.4. I expect to see some duplicate key violations.
I've tried it with skipping step three above. Any thoughts as to where I may have gone wrong? I feel that this is a permissions issue but am not positive about that.
Thanks in advance for any information.
[originally posted on jforum.net by stdunbar]