Originally created by: C.M.A.Pa... (code.google.com)@gmail.com
Originally owned by: andow... (code.google.com)@gmail.com
What steps will reproduce the problem?
1. Install 2.3.5 to Oracle
2. Attempt to view a post
An error is shown, which is resolved by adding the "user_twitter" column to the select line of the "TopicModel.topicPosters" query (oracle.sql line 217).
Column potentially needs to be rolled out to other queries, this is the only error I have found so far.
What version of the product are you using? On what operating system,
database, and application server/servlet container?
* Product: JForum 2.3.5
* DB: Oracle
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: andow... (code.google.com)@gmail.com
Two queries are related to the newly added column "user_twitter":
UserModel.update
TopicModel.topicPosters
The oralce.sql has duplicate TopicModel.topicPosters. So remove it should fix this.
commit in [[r335]]
Owner: andow...@gmail.com
Status: Fixed