#123 closed defect (bug) (fixed)
Create Tables Upon User Creation
| Reported by: | trent | Owned by: | apeatling |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Version: | ||
| Severity: | 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
@
18 years ago
- Resolution → fixed
- Status new → 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?
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Another thing, new members not logged in has their "Latest Activity" with a "5" as the only entry.