Closed galenking closed 15 years ago
Yeah I ran in to this a few days back. It looks like the load_path is off some how. I think it might be a race condition because the module and class definitely exist.
Add this after line 5 of engines/adva_cms/lib/tasks/adva_cms.rake
ENV['plugins'] = %w(adva_cells).join(',')
Awesome, that did it. Thanks.
Hi guys,
When I try to run the rake tasks, I get this error every time: "uninitialized constant BaseController::OutputFilter"
Any ideas?
Cheers,
Galen