[Bb-trac] Re: [bbPress] #571: Admin Bozo Error
bbPress
bb-trac at lists.bbpress.org
Wed Feb 7 22:46:38 GMT 2007
#571: Admin Bozo Error
----------------------------+-----------------------------------------------
Reporter: Trent | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 0.80
Component: Administration | Version: 0.80
Severity: major | Resolution:
Keywords: |
----------------------------+-----------------------------------------------
Comment (by Trent):
I deleted the entries in bb_usermeta that related to the 2 new bozo users
that registered and I deleted and now it is working again. Does this
mean if I delete users I have to manually delete the information from
usermeta as well?
Trent
{{{
DELETE FROM `bb_usermeta` WHERE `bb_usermeta`.`umeta_id` =8 LIMIT 1 ;
DELETE FROM `bb_usermeta` WHERE `bb_usermeta`.`umeta_id` =9 LIMIT 1 ;
DELETE FROM `bb_usermeta` WHERE `bb_usermeta`.`umeta_id` =10 LIMIT 1 ;
DELETE FROM `bb_usermeta` WHERE `bb_usermeta`.`umeta_id` =11 LIMIT 1 ;
DELETE FROM `bb_usermeta` WHERE `bb_usermeta`.`umeta_id` =12 LIMIT 1 ;
DELETE FROM `bb_usermeta` WHERE `bb_usermeta`.`umeta_id` =13 LIMIT 1 ;
DELETE FROM `bb_usermeta` WHERE `bb_usermeta`.`umeta_id` =14 LIMIT 1 ;
DELETE FROM `bb_usermeta` WHERE `bb_usermeta`.`umeta_id` =15 LIMIT 1 ;
}}}
--
Ticket URL: <http://trac.bbpress.org/ticket/571#comment:6>
bbPress <http://bbpress.org/>
Innovative forum development
More information about the Bb-trac
mailing list