I got the following error message :
[Cannot delete the category with the ID 2. Please check for forums associated with this category before deleting it., Cannot delete the category with the ID 1. Please check for forums associated with this category before deleting it.]
when I trying to delete a category, I have noticed it is calling the following function:
and the canDelete(int categoryID) method excuting the following SQL:
It make sense that before deleting a Category, all forums within it need to be deleted first.
but I HAVE deleted all the forums within it already.
After deleting the forums from Admin pannelm The forums is not showing in HTML anymore
but their record still in the database,
it this something to do with forum permission? Rafael any help plz?
[originally posted on jforum.net by shanyangqu]