software-project / scrum-pm

Scrum PM is a plugin for Redmine ticket management system. It adds Scrum items like backlog, dashboard and others.
www.software-project.eu/EN/scrumpm
126 stars 47 forks source link

Scrum-pm not working on redmine 1.0.4 #73

Open djbobyd opened 13 years ago

djbobyd commented 13 years ago

Hi all, I have installed redmine 1.0.4 on a suse linux and i also installed your plugin. The installation was fine, but when I try to open either Backlog or Dashboard tabs in my project I get an error. It looks like this in the production.log:

Processing SprintsController#index (for 10.55.71.130 at 2010-12-02 08:02:49) [GET] Parameters: {"project_id"=>"cloudinfra", "action"=>"index", "controller"=>"sprints"} Rendering template within layouts/base Rendering sprints/index

ActionView::TemplateError (undefined method `chart' for #Burndown:0x7fbda49aafb0) on line #5 of vendor/plugins/redmine_sprints/app/views/sprints/index.html.erb: 2:

3:
4:
5:

<%= image_tag(@chart.chart(600,200)) unless @chart.blank? %>

6: <%= render(:partial => "shared/project_stats", :locals => {:project => @project}) %> 7: <%= render(:partial => "sprints/product_backlog") %> 8: <%#= render(:partial => "milestones/milestones") %>

vendor/plugins/redmine_sprints/app/views/sprints/index.html.erb:5
vendor/plugins/redmine_sprints/app/controllers/sprints_controller.rb:21:in `index'
public/dispatch.fcgi:24

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

(sorry for the bad code formatting but I couldn''t make it better :( )

As I am new to ruby I have no idea waht is causing this error. The list of installed gems is as follows:

aasm (2.2.0) actionmailer (2.3.5) actionpack (2.3.5) activerecord (2.3.5) activeresource (2.3.5) activesupport (2.3.5) dbi (0.4.5) deprecated (2.0.1) fcgi (0.8.8) gdata (1.1.1) googlecharts (1.6.0) gruff (0.3.6) holidays (1.0.0) i18n (0.5.0) icalendar (1.1.5) mini_magick (3.1) prawn (0.8.4) prawn-core (0.8.4) prawn-layout (0.8.4) prawn-security (0.8.4) rack (1.0.1) rails (2.3.5) rake (0.8.7) rmagick (2.12.2) ruby-openid (2.1.8) subexec (0.0.4) xmpp4r (0.5)

ruby version: ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux]

Here is also a list of the installed plugins with versions in case you know some of them are causing the problem:

Redmine Codebook plugin 0.3.1
Redmine Easy Agile plugin 1.0.2
Architecture Decisions plugin 0.0.9
Blocks Layout plugin 0.0.1
Redmine Code Review plugin 0.4.0
Redmine Google Docs Plugin 0.0.1
Redmine Hudson plugin 1.0.6.1
Kanban 0.2.0
Knowledgebase 0.2.5
Redmine My Widgets plugin 0.1.0
Redmine Parking Lot Chart plugin 0.0.6
Redmine Polls plugin 0.0.1
Advanced reminder 0.0.1
Issue Resources 0.2.0
Redmine Scrum Sprints plugin 0.1.6
Timesheet Extensions Plugin 0.1.0
Redmine Wiki Extensions plugin 0.2.4
Redmine Work Time plugin 0.0.61

Can you please help me resolve this issue? Thanks

VinithaVarun commented 13 years ago

I also have the same issue for redmine 1.0.4 in Windows. Any help will be greatly appreciated.

a-c-m commented 13 years ago

+1 same issue

VinithaVarun commented 13 years ago

I had Redmine_Screenshot_paste plugin attached. When i removed that, I could access the dashboard & backlog tabs. But when i try to edit a sprint in backlog I'm getting an empty popu-up. Any thoughts?