SphereSoftware / easy_agile

Easy Agile is a Redmine plugin for agile project management.
MIT License
51 stars 15 forks source link

Internal error #20

Closed jmorata closed 13 years ago

jmorata commented 13 years ago

Hi, I've installed easy_agile following instructions, but when restarting redmine and clicking on easy agile tab; server sends internal error:

Processing EasyAgileController#show (for 192.168.23.67 at 2011-03-31 12:10:52) [GET] Parameters: {"project_id"=>"gex", "action"=>"show", "controller"=>"easy_agile"} Rendering template within layouts/ea_base Rendering easy_agile/show_guidance

ActionView::TemplateError (undefined method `inside_layout' for #ActionView::Base:0xb5b5a080) on line #1 of vendor/plugins/easy_agile/app/views/layouts/ea_base.html.erb: 1: <% inside_layout 'base' do -%> 2: <% content_for :header_tags do %> 3: <%= stylesheet_link_tag( 4: 'story/layout',

vendor/plugins/easy_agile/app/views/layouts/ea_base.html.erb:1
vendor/plugins/easy_agile/app/controllers/easy_agile_controller.rb:8:in `show'

Rendering /opt/bitnami/apps/redmine/public/500.html (500 Internal Server Error)

Can you help me ? THX

jmorata commented 13 years ago

Redmine 1.0.4.stable (MySQL)

msorc commented 13 years ago

Please make sure you installed all the required gems and plugins (see README). Especially nested_layouts

jmorata commented 13 years ago

Thank you,

I missed install nested_layouts.

2011/3/31 msorc < reply@reply.github.com>

Please make sure you installed all the required gems and plugins (see README). Especially nested_layouts

Reply to this email directly or view it on GitHub: https://github.com/SphereConsultingInc/easy_agile/issues/20#comment_940668

msorc commented 13 years ago

ok