Project

General

Profile

Actions

Defect #6987

closed

Missing template wiki/update.erb

Added by Milan Stastny over 13 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Normal
Category:
Wiki
Target version:
-
Start date:
2010-11-26
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

Hi today we ran into Internal Error when trying to update previously deleted page.

The way to reproduce this is
  • Add wiki page
  • Edit something on it
  • Delete the page
  • Add the page again

After that redmine throws this error:

Processing WikiController#update (for 10.0.1.207 at 2010-11-26 12:00:44) [PUT]
  Parameters: {"commit"=>"Save", "project_id"=>"alvila-admin", "action"=>"update", "_method"=>"put", "id"=>"TEST", "content"=>{"comments"=>"", "text"=>"h1. TEST\r\n\r\nNew page", "version"=>"0"}, "controller"=>"wiki", "attachments"=>{"=>{"description"=>""}}}

ActionView::MissingTemplate (Missing template wiki/update.erb in view path vendor/plugins/menu_link/app/views:vendor/plugins/redmine-mylyn-connector/app/views:vendor/plugins/redmine_alvila_addons/app/views:vendor/plugins/redmine_charts/app/views:vendor/plugins/redmine_code_review/app/views:vendor/plugins/redmine_graphs_plugin/app/views:vendor/plugins/redmine_hudson/app/views:vendor/plugins/redmine_newissuealerts/app/views:vendor/plugins/redmine_time_tracker/app/views:vendor/plugins/timesheet_plugin/app/views:app/views):
  /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
  /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
  /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
  /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
  /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
  /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
  /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
  /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
  /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
  /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'

Rendering /opt/redmine-alvila/public/500.html (500 Internal Server Error)

ruby script/about

About your application's environment
Ruby version              1.8.7 (x86_64-linux)
RubyGems version          1.3.5
Rack version              1.0
Rails version             2.3.5
Active Record version     2.3.5
Active Resource version   2.3.5
Action Mailer version     2.3.5
Active Support version    2.3.5
Application root          /opt/redmine-alvila
Environment               production
Database adapter          postgresql
Database schema version   20101114115359

About your Redmine plugins
Redmine Newissuealerts plugin   0.0.2
Issue Due Date                  0.1.0
Mylyn Connector plugin          2.7.0.stable.RC3
Redmine Time Tracker plugin     0.3
Redmine Graphs plugin           0.1.0
Timesheet Plugin                0.6.0
Redmine Code Review plugin      0.4.0
Redmine Alvila Addons plugin    0.0.1
Menu Link Plugin                0.0.1
Redmine Hudson plugin           1.0.6
Redmine Charts                  0.1.0


Files

redmine-1.1-fix-missing-template-wiki-update-erb.patch (355 Bytes) redmine-1.1-fix-missing-template-wiki-update-erb.patch A patch against 1.1.0 release Alex Shulgin, 2011-03-01 10:48
Actions

Also available in: Atom PDF