Yeah, I eventually figured out that it was related to dead user id's in activities table.
I removed the activation function completely because I want my users to have a very quick signup experience, and haven't seen this problem since. One feature I'd request for a future release (and this goes to my other thread with a similar name) is a way to configure which modules are enabled. It took me about an hour to rip out all of the activation code. It'd be nice if there was a require_email_activation: false setting in application.yml or something similar. Thanks. On Mar 8, 8:55 am, Bruno Bornsztein <[email protected]> wrote: > http://groups.google.com/group/communityengine/browse_thread/thread/2... > > On Sun, Mar 7, 2010 at 12:57 PM, Matthew <[email protected]>wrote: > > > > > No ideas? I could've sworn I've seen somebody else have this problem. > > > ActiveRecord::RecordNotFound (Couldn't find User with ID=2): > > vendor/plugins/community_engine/plugins/paginating_find/lib/ > > paginating_find.rb:103:in `find' > > app/models/user.rb:139:in `find' > > app/models/user.rb:211:in `find_by_activity' > > app/models/user.rb:211:in `map' > > app/models/user.rb:211:in `find_by_activity' > > vendor/plugins/community_engine/app/controllers/base_controller.rb: > > 128:in `get_additional_homepage_data' > > vendor/plugins/community_engine/app/controllers/base_controller.rb: > > 41:in `site_index' > > vendor/plugins/community_engine/app/controllers/base_controller.rb: > > 40:in `site_index' > > haml (2.2.20) lib/sass/plugin/rails.rb:20:in `process' > > > On Mar 4, 3:25 pm, Matthew <[email protected]> wrote: > > > 2.3.4, edge (but this has been happening to me ever since I installed > > > CE for the first time which was probably 2.3.2 or 2.3.3 and and older > > > version of CE) > > > > On Mar 4, 3:17 pm, Bruno Bornsztein <[email protected]> > > > wrote: > > > > > What version of CE and Rails are you using? > > > > > On Thu, Mar 4, 2010 at 3:15 PM, Matthew <[email protected]> > > wrote: > > > > > Whenever someone signs up, I get this error message at home screen > > > > > until they activate their account. I think I've seen that issue > > > > > mentioned here before but a search did not find any results. > > > > > > -- > > > > > 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]<communityengine%2Bunsubscribe@ > > > > > googlegroups.com> > > <communityengine%2Bunsubscribe@ googlegroups.com> > > > > > . > > > > > For more options, visit this group at > > > > >http://groups.google.com/group/communityengine?hl=en. > > > -- > > 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]<communityengine%2Bunsubscribe@ > > googlegroups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/communityengine?hl=en. -- 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.
