
Plugins page in admin does not work
Reported by phillc | May 14th, 2009 @ 05:49 AM
im on ubuntu this time..
full trace below
NoMethodError in Admin/plugins#index
Showing vendor/plugins/adva_cms/app/views/admin/plugins/index.html.erb where line #6 raised:
undefined method `admin_gem_plugin_path' for #<ActionView::Base:0xb5ff2890>
Extracted source (around line #6):
3: t.column :name, :version, :author, :homepage
4:
5: t.row do |r, plugin|
6: r.cell link_to_show(plugin.name, plugin, :class => 'plugin')
7: r.cell plugin.about['version']
8: r.cell plugin.about['author']
9: r.cell plugin.about['homepage']
RAILS_ROOT: /home/phillc/Desktop/rworkspace/gsuim
Application Trace | Framework Trace | Full Trace
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/app/helpers/resource_helper.rb:13:in `send'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/app/helpers/resource_helper.rb:13:in `resource_url'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/app/helpers/resource_helper.rb:29:in `resource_link'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/app/helpers/resource_helper.rb:46:in `link_to_show'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/app/views/admin/plugins/index.html.erb:6:in `_run_erb_vendor47plugins47adva_cms47app47views47admin47plugins47index46html46erb'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/vendor/plugins/table_builder/lib/table_builder/row.rb:13:in `initialize'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/vendor/plugins/table_builder/lib/table_builder/rows.rb:18:in `new'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/vendor/plugins/table_builder/lib/table_builder/rows.rb:18:in `row'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/vendor/plugins/table_builder/lib/table_builder/body.rb:10:in `row'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:77:in `each_with_index'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/vendor/plugins/table_builder/lib/table_builder/body.rb:9:in `each'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/vendor/plugins/table_builder/lib/table_builder/body.rb:9:in `each_with_index'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/vendor/plugins/table_builder/lib/table_builder/body.rb:9:in `row'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/vendor/plugins/table_builder/lib/table_builder/table.rb:39:in `row'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/app/views/admin/plugins/index.html.erb:5:in `_run_erb_vendor47plugins47adva_cms47app47views47admin47plugins47index46html46erb'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/vendor/plugins/table_builder/lib/table_builder/table.rb:16:in `initialize'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/vendor/plugins/table_builder/lib/table_builder.rb:21:in `new'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/vendor/plugins/table_builder/lib/table_builder.rb:21:in `table_for'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/app/views/admin/plugins/index.html.erb:2:in `_run_erb_vendor47plugins47adva_cms47app47views47admin47plugins47index46html46erb'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/lib/rails_ext/action_controller/content_for_assignments.rb:11:in `send'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/lib/rails_ext/action_controller/content_for_assignments.rb:11:in `render'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:301:in `with_template'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/lib/rails_ext/action_controller/content_for_assignments.rb:7:in `render'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/template.rb:194:in `render_template'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:260:in `render'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:343:in `_render_with_layout'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:257:in `render'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:1241:in `render_for_file'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:937:in `render_without_benchmark'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:51:in `render_without_error_proc'
/usr/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/lib/ruby/1.8/benchmark.rb:308:in `realtime'
/usr/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:51:in `render_without_error_proc'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/lib/rails_ext/action_controller/render_with_error_proc.rb:21:in `render'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/lib/rails_ext/action_controller/render_with_error_proc.rb:36:in `with_error_proc'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/lib/rails_ext/action_controller/render_with_error_proc.rb:20:in `render'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:1317:in `default_render'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:1323:in `perform_action_without_filters'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/filters.rb:617:in `call_filters'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/usr/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/lib/ruby/1.8/benchmark.rb:308:in `realtime'
/usr/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/rescue.rb:160:in `perform_action_without_flash'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/flash.rb:141:in `perform_action'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:523:in `send'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:523:in `process_without_filters'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/filters.rb:606:in `process'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:391:in `process'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:386:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/routing/route_set.rb:433:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/dispatcher.rb:88:in `dispatch'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/dispatcher.rb:111:in `_call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/dispatcher.rb:82:in `initialize'
/usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/query_cache.rb:29:in `call'
/usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/query_cache.rb:29:in `call'
/usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
/usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/query_cache.rb:9:in `cache'
/usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/query_cache.rb:28:in `call'
/usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/head.rb:9:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/methodoverride.rb:24:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/params_parser.rb:15:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/rewindable_input.rb:25:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/session/cookie_store.rb:93:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/reloader.rb:9:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/failsafe.rb:11:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/lock.rb:11:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/lock.rb:11:in `synchronize'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/lock.rb:11:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/dispatcher.rb:106:in `call'
/usr/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/rails/rack/static.rb:31:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/urlmap.rb:46:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/urlmap.rb:40:in `each'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/urlmap.rb:40:in `call'
/usr/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/rails/rack/log_tailer.rb:17:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/content_length.rb:13:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/chunked.rb:15:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/handler/mongrel.rb:61:in `process'
/home/phillc/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
/home/phillc/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
/home/phillc/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
/home/phillc/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
/home/phillc/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
/home/phillc/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
/home/phillc/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
/home/phillc/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
/home/phillc/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
/home/phillc/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/handler/mongrel.rb:34:in `run'
/usr/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/commands/server.rb:111
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
script/server:3
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/app/helpers/resource_helper.rb:13:in `send'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/app/helpers/resource_helper.rb:13:in `resource_url'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/app/helpers/resource_helper.rb:29:in `resource_link'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/app/helpers/resource_helper.rb:46:in `link_to_show'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/app/views/admin/plugins/index.html.erb:6:in `_run_erb_vendor47plugins47adva_cms47app47views47admin47plugins47index46html46erb'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/vendor/plugins/table_builder/lib/table_builder/row.rb:13:in `initialize'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/vendor/plugins/table_builder/lib/table_builder/rows.rb:18:in `new'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/vendor/plugins/table_builder/lib/table_builder/rows.rb:18:in `row'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/vendor/plugins/table_builder/lib/table_builder/body.rb:10:in `row'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/renderable.rb:77:in `each_with_index'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/vendor/plugins/table_builder/lib/table_builder/body.rb:9:in `each'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/vendor/plugins/table_builder/lib/table_builder/body.rb:9:in `each_with_index'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/vendor/plugins/table_builder/lib/table_builder/body.rb:9:in `row'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/vendor/plugins/table_builder/lib/table_builder/table.rb:39:in `row'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/app/views/admin/plugins/index.html.erb:5:in `_run_erb_vendor47plugins47adva_cms47app47views47admin47plugins47index46html46erb'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/vendor/plugins/table_builder/lib/table_builder/table.rb:16:in `initialize'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/vendor/plugins/table_builder/lib/table_builder.rb:21:in `new'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/vendor/plugins/table_builder/lib/table_builder.rb:21:in `table_for'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/app/views/admin/plugins/index.html.erb:2:in `_run_erb_vendor47plugins47adva_cms47app47views47admin47plugins47index46html46erb'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/lib/rails_ext/action_controller/content_for_assignments.rb:11:in `send'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/lib/rails_ext/action_controller/content_for_assignments.rb:11:in `render'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:301:in `with_template'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/lib/rails_ext/action_controller/content_for_assignments.rb:7:in `render'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/template.rb:194:in `render_template'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:260:in `render'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:343:in `_render_with_layout'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_view/base.rb:257:in `render'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:1241:in `render_for_file'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:937:in `render_without_benchmark'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:51:in `render_without_error_proc'
/usr/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/lib/ruby/1.8/benchmark.rb:308:in `realtime'
/usr/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:51:in `render_without_error_proc'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/lib/rails_ext/action_controller/render_with_error_proc.rb:21:in `render'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/lib/rails_ext/action_controller/render_with_error_proc.rb:36:in `with_error_proc'
/home/phillc/Desktop/rworkspace/gsuim/vendor/plugins/adva_cms/lib/rails_ext/action_controller/render_with_error_proc.rb:20:in `render'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:1317:in `default_render'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:1323:in `perform_action_without_filters'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/filters.rb:617:in `call_filters'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/usr/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/lib/ruby/1.8/benchmark.rb:308:in `realtime'
/usr/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/rescue.rb:160:in `perform_action_without_flash'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/flash.rb:141:in `perform_action'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:523:in `send'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:523:in `process_without_filters'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/filters.rb:606:in `process'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:391:in `process'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/base.rb:386:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/routing/route_set.rb:433:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/dispatcher.rb:88:in `dispatch'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/dispatcher.rb:111:in `_call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/dispatcher.rb:82:in `initialize'
/usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/query_cache.rb:29:in `call'
/usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/query_cache.rb:29:in `call'
/usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
/usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/query_cache.rb:9:in `cache'
/usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/query_cache.rb:28:in `call'
/usr/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/head.rb:9:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/methodoverride.rb:24:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/params_parser.rb:15:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/rewindable_input.rb:25:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/session/cookie_store.rb:93:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/reloader.rb:9:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/failsafe.rb:11:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/lock.rb:11:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/lock.rb:11:in `synchronize'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/lock.rb:11:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/dispatcher.rb:106:in `call'
/usr/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/rails/rack/static.rb:31:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/urlmap.rb:46:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/urlmap.rb:40:in `each'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/urlmap.rb:40:in `call'
/usr/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/rails/rack/log_tailer.rb:17:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/content_length.rb:13:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/chunked.rb:15:in `call'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/handler/mongrel.rb:61:in `process'
/home/phillc/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
/home/phillc/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
/home/phillc/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
/home/phillc/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
/home/phillc/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
/home/phillc/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
/home/phillc/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
/home/phillc/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
/home/phillc/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
/home/phillc/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/vendor/rack-1.0/rack/handler/mongrel.rb:34:in `run'
/usr/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/commands/server.rb:111
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
script/server:3
Request
Parameters:
{"site_id"=>"1"}
Show session dump
---
Response
Headers:
{"Content-Type"=>"text/html",
"Cache-Control"=>"no-cache"}
i cannot find this reference to admin_gem_plugin_path anywhere in the code, or anywhere in the internet...
Comments and changes to this ticket
-
Clemens Kofler May 14th, 2009 @ 02:35 PM
- Tag set to admin, bug, plugins
- State changed from new to open
I can confirm this.
-
Marko Seppä June 19th, 2009 @ 10:45 AM
- State changed from open to resolved
This seems to be fixed? At least I cannot reproduce this anymore.
-
ava james March 18th, 2023 @ 03:07 PM
Nice post thanks for sharing check this lightinthebox discount code
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<p>Cutting edge cms, blog, wiki, forum ... plattform.</p>
<p>Find the code on <a href="http://github.com/svenfuchs/adva_cms/tree/master">GitHub: adva cms</a></p>
<p>Part of the business application framework <a href="http://www.advabest.org/">adva best</a>.</p>