Another bug:
I went into the Admin Panel and went to
Groups Editor (Delete). I entered the group number I wanted to delete, and then it took me to the confirmation screen, and I deleted. However, it then bounced me back to the
Category delete screen, and had I not noticed, I could have wiped out a category with my next deletion!
Not a bug but need help:
I got a DB error when deleting a group:
Quote:
Database error in vBulletin 3.6.4:
Invalid SQL:
DELETE FROM grps_post
WHERE groupid = 13;
MySQL Error : Incorrect key file for table 'grps_post'; try to repair it
Error Number : 1034
Date : Thursday, March 1st 2007 @ 11:47:10 PM
Script : <edited>/forums/admincp/grps_deleter.php?do=dodeletegroup
Referrer : <edited>/forums/admincp/grps_deleter.php?do=confirm&what=group&groupid=13
IP Address : <edited>
Username : <edited>
Classname : vb_database
|
I repaired the table, but now the posts from the group are still in my DB, it's just that the group info is gone. So, it doesn't show on any of the groups pages, but if I go to groups.php?g=13 (where 13 is the id of the deleted group), I still see all of the posts and everything. How can I wipe out that data?
Also, I see that if I go to groups.php?g=XX where XX is a non-existent group, I get a blank page that looks like a Group home page, but obviously has no data. Can this be fixed to give a "Group Does Not Exist" error or something?