alexmonteiro / Redmine-Monitoring-Controlling

Redmine Plugin that works with Highcharts to show tasks on project throught Charts.
Other
132 stars 77 forks source link

Error on 1.3.2 (500 Internal Server Error) #6

Closed stf675 closed 12 years ago

stf675 commented 12 years ago

here is a log:

Processing HomeMonitoringControllingProjectController#index (for xxx.xxx.xxx.xxx at 2012-04-30 15:11:47) [GET] Parameters: {"action"=>"index", "id"=>"unsorted", "controller"=>"home_monitoring_controlling_project"} Rendering template within layouts/base Rendering home_monitoring_controlling_project/index

ActionView::TemplateError (No plugin called 'redmine_monitoring_controlling' - please use the full name of a loaded plugin.) on line #2 of vendor/plugins/Redmine_Monitoring_Controlling/app/views/home_monitoring_controlling_project/_contentHeader.html.erb: 1: <% content_for :header_tags do %> 2: <%= stylesheet_link_tag 'thickbox.css', :plugin => 'redmine_monitoring_controlling' %> 3: <%= stylesheet_link_tag 'monitoringcontrolling.css', :plugin => 'redmine_monitoring_controlling' %> 4: <%= javascript_include_tag 'jquery-1.4.2.min.js', :plugin => 'redmine_monitoring_controlling' %> 5: <%= javascript_include_tag 'rails.js', :plugin => 'redmine_monitoring_controlling' %>

vendor/plugins/Redmine_Monitoring_Controlling/app/views/home_monitoring_controlling_project/_contentHeader.html.erb:2
app/helpers/application_helper.rb:989:in `content_for'
vendor/plugins/Redmine_Monitoring_Controlling/app/views/home_monitoring_controlling_project/_contentHeader.html.erb:1
vendor/plugins/Redmine_Monitoring_Controlling/app/views/home_monitoring_controlling_project/index.html.erb:1
config/initializers/mongrel_cluster_with_rails_211_fix.rb:62:in `dispatch_cgi'

Rendering C:/Program Files/BitNami Redmine Stack/apps/redmine/public/500.html (500 Internal Server Error)

ghost commented 12 years ago

I solved this problem check plugin path the correct name is {REDMINE_PATH}/vendor/plugins/redmine_monitoring_controlling. Make again git clone

git clone http://github.com/alexmonteiro/Redmine-Monitoring-Controlling.git redmine_monitoring_controlling

Don´t forget redmine_monitoring_controlling :-)