Project

General

Profile

Actions

Defect #14585

closed

Problem in redmine icalender export plugin

Added by Piyush Singhal over 10 years ago. Updated over 10 years ago.

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

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

I am trying to install Redmine ICalendar Export Plugin(https://github.com/planio/redmine_icalendar_export) and this plugin require icalendar, I tried to install it using "gem install icalendar" . But after installation calender part stopped working and showing error "Internal error An error occurred on the page you were trying to access."

In the log file I am getting following error:

ActionView::TemplateError (No route matches {:action=>"index", :status=>"all", :controller=>"calendar", :assigned_to=>"*", :format=>"atom", :project_id=>#<Project id: 3, name: "test project", description: "", homepage: "", is_public: true, parent_id: nil, created_on: "2013-01-08 06:03:05", updated_on: "2013-02-16 04:02:42", identifier: "testproject", status: 1, lft: 5, rgt: 6>, :key=>"268944ce53edddhsjhhgyuh57678dff5f3a0db719323c"}) on line #5 of vendor/plugins/redmine_icalendar_export-master/app/views/hooks/redmine_icalendar_export/_view_calendars_show_bottom.html.erb:

2: <% other_formats_links do |f| >
3: <
= f.link_to 'ICS', :url => { :status => 'all', :assigned_to => '*', :controller => 'calendar', :action => 'index', :project_id => Herve Harster, :key => User.current.rss_key, :format => 'atom' } >
6: <
end >
7: <
end %>

Actions #1

Updated by Mischa The Evil over 10 years ago

  • Category deleted (Calendar)
  • Status changed from New to Closed
  • Priority changed from Urgent to Normal
  • Resolution set to Invalid

No plugin support here in the issue tracker. Please, post on the forums and/or contact the plugin author.

Edit: see Routing issue with Redmine icalender export plugin

Actions

Also available in: Atom PDF