Thanks for your help.  I will fix it locally for now and try the
upgrade test a bit down the road.

On Mar 10, 10:47 am, Bruno Bornsztein <[email protected]>
wrote:
> Yeah, then you're on master. You may want to try switching to edge, or at
> least looking at the edge  commits to see how it has been fixed.
> To switch to edge: git checkout edge
>
> (Note, you'll have to run some new plugin migrations, I'd suggest doing this
> in a new branch of your app so you can revert back if things don't go well)
>
> On Mon, Mar 9, 2009 at 5:25 PM, moritz <[email protected]> wrote:
>
> > I've recently added CE as a submodule using:
>
> > [submodule "vendor/plugins/community_engine"]
> >        path = vendor/plugins/community_engine
> >        url = git://github.com/bborn/communityengine.git
>
> > On Mar 9, 11:55 am, Bruno Bornsztein <[email protected]>
> > wrote:
> > > Are you on CE/master or CE/edge?
>
> > > On Fri, Mar 6, 2009 at 9:17 PM, moritz <[email protected]> wrote:
>
> > > > In has_private_messages_extensions the method
>
> > > >       def unread_message_count
> > > >          eval options[:class_name] + '.count(:conditions =>
> > > > ["recipient_id = ? AND recipient_deleted IS NULL AND read_at IS NULL",
> > > > self])'
> > > >        end
>
> > > > uses a NULL value in the condition, but message records are being
> > > > created with a default of 0:
>
> > > >      t.boolean :sender_deleted, :recipient_deleted, :default => 0
>
> > > > I'm not sure how to best fix this, as it's one of the engine_plugins.
> > > > This was working in a previous version of CE.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to