Project

General

Profile

500 Internal Server Error

Added by Chris Loxley-Watkins about 12 years ago

Hi,

We're using Redmine 1.3.0 and have a repository link to SVN using file:///e:SVN. Most of it is working fine apart from a few recent links which are returning a 500 error. When I look at the production.log, I'm getting the following: -

##########################

ActionView::TemplateError (Mysql::Error: Table 'redmine.changeset_parents' doesn't exist: SHOW FIELDS FROM `changeset_parents`) on line #34 of app/views/repositories/revision.html.erb:
31: <td>ID</td><td><%= h(@changeset.scmid) ></td>
32: </tr>
33: <
end >
34: <
unless @changeset.parents.blank? >
35: <tr>
36: <td><
= l(:label_parent_revision) %></td>
37: <td>

app/views/repositories/revision.html.erb:34
app/controllers/repositories_controller.rb:193:in `revision'
config/initializers/mongrel.rb:62:in `dispatch_cgi'

Rendering C:/Program Files (x86)/redmine/public/500.html (500 Internal Server Error)

##########################

Any ideas what might be causing this?

Regards

Chris