Project

General

Profile

Actions

Defect #9631

closed

click on revision number

Added by Mario Luzeiro over 12 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-11-22
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

Processing RepositoriesController#revision (for 192.168.3.70 at 2011-11-22 15:32:29) [GET]
  Parameters: {"rev"=>"17", "action"=>"revision", "id"=>"11-016-tulipa-remote", "controller"=>"repositories"}
Rendering template within layouts/base
Rendering repositories/revision

ActionView::TemplateError (Mysql::Error: Table 'railsapp_production.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'
    passenger (2.2.14) lib/phusion_passenger/rack/request_handler.rb:92:in `process_request'
Actions #1

Updated by Etienne Massip over 12 years ago

  • Resolution set to Cant reproduce
Actions #2

Updated by Mischa The Evil over 12 years ago

  • Status changed from New to Closed
  • Resolution changed from Cant reproduce to Invalid

This is not the right place for support requests. They should be placed in the forums with some additional information as outlined in submissions.

Hint: seems you are missing some database migrations. Execute rake db:migrate RAILS_ENV="production" to bring your migrations up-2-date.

Actions #3

Updated by Mario Luzeiro over 12 years ago

Thanks, it solved. sorry for the wrong submit.
I usually only do rake db:migrate:plugins RAILS_ENV="production" and it doesn't update everything.

Actions #4

Updated by Mischa The Evil over 12 years ago

The migration was added recently in r7710 for #5501.

Actions

Also available in: Atom PDF