Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#123 closed defect (bug) (fixed)

Create Tables Upon User Creation

Reported by: trent's profile trent Owned by: apeatling's profile apeatling
Milestone: Priority: major
Severity: Version:
Component: Keywords:
Cc:

Description

Right now, the tables for new users are not created until they login and have some activity. You get errors like:

wp_user_52_activity doesn't exist for query....

It would be nice to create the tables as it fills the apache error logs :)

Change History (3)

#1 @trent
16 years ago

Another thing, new members not logged in has their "Latest Activity" with a "5" as the only entry.

#2 @apeatling
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed

The checks are now done when any users browses a user profile page, rather than just the logged in user. Adds a little overhead (1 query) but it should stop the errors.

The "5" error should be fixed if you get the latest theme. Can you open a new bug if you are still seeing it?

#3 @(none)
15 years ago

  • Milestone Future Enhancements deleted

Milestone Future Enhancements deleted

Note: See TracTickets for help on using tickets.