• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Deleting a Category

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I belive there is another logical error.

1> when admin create a category or forum, it can choose General or Admin to view and use them
2> if admin choose only the General Group to view them, then the Admin Group wouint be able to see them
3> only the admin group can use the Admin Panel, thus the only Group (General Group) can see the forum, cant control it
4> so any forum or category belonges to General, become an orphan forum. can never be deleted or operated

I guess by default the Admin group must have rights to view any admin any forum.

[originally posted on jforum.net by shanyangqu]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Admin" is just a regular group, the only diference is that it usually gets the "Administrator" role. Sure, we expect that "Admins" see everything, but you still have to set its roles as any other group.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My point is by default, Admin should View and be able to operat on Any forum.
this provent the orphan categrory or forum to be made.
good software shouldnt encourage user making mistake
[originally posted on jforum.net by shanyangqu]
 
Willie Smits increased rainfall 25% in three years by planting trees. Tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic