| 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.
|