#123 closed defect (bug) (fixed)
Create Tables Upon User Creation
Reported by: | trent | Owned by: | 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)
#2
@
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?
Note: See
TracTickets for help on using
tickets.
Another thing, new members not logged in has their "Latest Activity" with a "5" as the only entry.