I'm running into the same issue in production and after reading Valeri's original thread, removed the cache_sweeper line from my overriding controller. This makes the immediate issue go away, but leaves me with the question, whether the sweeper code is still being called from the overridden controller or not at all.
On Sep 23, 10:31 am, "James.d" <[email protected]> wrote: > Hey Bruno, > Sure... I've created my own events_controller.rb to override the base > controller; to allow anyone the ability to add events. I've only > changed one line. > > Original code: > before_filter :admin_required, :except => [:index, :show, :ical] > > My change: > before_filter :admin_required, :except => > [:index, :create, :new, :show, :ical] > > Maybe if you create a similar change in a fresh install and see... I > get the error right after I submit a new event. > > James > > On Sep 23, 6:24 am, Bruno Bornsztein <[email protected]> > wrote: > > > I'm still not able to track down this error. I'm overriding plenty of > > controller actions in my apps without any problem, so that leads me to > > believe there's something else going on here.Any more info you can provide > > on your situation? > > Thanks, > > Bruno > > > On Tue, Sep 22, 2009 at 12:25 AM, James.d <[email protected]> wrote: > > > > Last year Valeri noticed an odd error in production related to > > > modifications to a controller and the base CE apps. > > > >http://groups.google.com/group/communityengine/browse_thread/thread/b... > > > > I'm seeing this now with the events code which i've modified so that > > > anyone can create events. The idea of renaming/removing code in CE is > > > easy enough but seems like a bandaid for some real bug ? any > > > thoughts ? > > > > James --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CommunityEngine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/communityengine?hl=en -~----------~----~----~----~------~----~------~--~---
