View Single Post
Old May 31st, 2005, 08:52 AM   #2 (permalink)
Brian
Guest
 
Posts: n/a
Re: Changed Member Category and now gone

You can't parent a category to itself like that... There should be a check for that, but apparenlty it's not working correctly. Try running this query through your admin cp:

UPDATE adv_gallery_categories SET parent = 0 WHERE catid = 3

After that you should be able to edit it through the admin cp again.
  Reply With Quote