commandprompt / redmine_pastebin

A real pastebin plugin for Redmine. At last!
Other
34 stars 16 forks source link

Problem in Redmine 1.4.0 #12

Closed jwalkerbg closed 12 years ago

jwalkerbg commented 12 years ago

Hi,

Following error arises in Redmine 1.4.0:

=================start log===================== Processing ApplicationController#index (for 192.168.1.5 at 2012-04-14 22:58:02) [GET] Parameters: {"project_id"=>"first", "action"=>"index", "controller"=>"pastes"}

NoMethodError (undefined method accept_key_auth' for PastesController:Class): vendor/plugins/redmine_pastebin/app/controllers/pastes_controller.rb:26 d:/Ruby187/lib/ruby/1.8/webrick/httpserver.rb:104:inservice' d:/Ruby187/lib/ruby/1.8/webrick/httpserver.rb:65:in run' d:/Ruby187/lib/ruby/1.8/webrick/server.rb:173:instart_thread' d:/Ruby187/lib/ruby/1.8/webrick/server.rb:162:in start' d:/Ruby187/lib/ruby/1.8/webrick/server.rb:162:instart_thread' d:/Ruby187/lib/ruby/1.8/webrick/server.rb:95:in start' d:/Ruby187/lib/ruby/1.8/webrick/server.rb:92:ineach' d:/Ruby187/lib/ruby/1.8/webrick/server.rb:92:in start' d:/Ruby187/lib/ruby/1.8/webrick/server.rb:23:instart' d:/Ruby187/lib/ruby/1.8/webrick/server.rb:82:in `start'

Rendering D:/biz/apps/redmine_trunk/public/500.html (500 Internal Server Error) rnal Server Error) =================end log======================

a1exsh commented 12 years ago

Fixed in f7760138efb65bc727fbad2a3b87b5694cdc7557, thanks for heads up!