ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
ActionView::TemplateError (No plugin called 'google_apps' - please use the full name of a loaded plugin.) (Bug #865)
Description
Hi
I have migrated the Google Apps login plugin to redmine 1.3.0, migration process works successfully but its showing error likes this:
please help me
ActionView::TemplateError (No plugin called 'google_apps' - please use the full name of a loaded plugin.) on line #20 of app/views/layouts/base.html.erb:
17: body {behavior: url(<%= stylesheet_path "csshover.htc" >);}
18: </style>
19: <![endif]-->
20: <= call_hook :view_layouts_base_html_head >
21: <!-- page specific tags -->
22: <= yield :header_tags -%>
23: </head>
lib/redmine/hook.rb:63:in `send'
lib/redmine/hook.rb:63:in `call_hook'
lib/redmine/hook.rb:63:in `each'
lib/redmine/hook.rb:63:in `call_hook'
lib/redmine/hook.rb:60:in `tap'
lib/redmine/hook.rb:60:in `call_hook'
lib/redmine/hook.rb:144:in `call_hook'
app/views/layouts/base.html.erb:20
/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
History
Updated by Felix Schäfer at 2012-02-15 12:58 pm
Hi Shahul,
please understand that we can't provide support Redmine here, this is the issue tracker for ChiliProject.
Regarding your error, I guess the helper is looking for a plugin installed in vendor/plugins/google_apps
but that you have changed that path.
- Status changed from Open to Declined