Admin/content/node-settings used to show a "Rebuild Permissions" button.
Even after searching a lot I cannot find this in Drupal 6

Is there any direct link for this ?

Comments

ScoutBaker’s picture

A simple search would have found your answer. I searched for "rebuild permissions" and came up with this post. It's tagged for D5, but it hasn't changed in D6, and there's references to it in the other posts that show up as well. I liked this one for the discussion of the topic.

---
"Nice to meet you Rose...run for your life." - The Doctor
My first public Drupal site - EyeOnThe503

misty3’s picture

Hello and thanks!

I did a simple search with "Rebuild Permissions in Drupal 6" but there was no results giving enough clue.
Curiously the post linked above also do not rank in the first ten results when the search is for "rebuild permission".

Thanks a lot for your help.

ScoutBaker’s picture

I didn't say it was first. I chose that reference because I liked the discussion. Looking at posts that showed up earlier in the list, some of them also referenced that post as well. Sometimes you have to look at multiple posts before you get an answer that works. Hopefully we'll see some better results with the changes to search coming with the site upgrade.

---
"Nice to meet you Rose...run for your life." - The Doctor
My first public Drupal site - EyeOnThe503

axolx’s picture

/admin/content/node-settings/rebuild

francis55’s picture

Administer > Content management > Post Settings

(not where I looked for it first; I expected it to be inside User management, along with Permissions)

StephenRobinson’s picture

use some drush commands, e.g.

drush php-eval 'node_access_rebuild()';

drush php-eval 'drupal_rebuild_theme_registry()';

drush php-eval 'menu_rebuild()';

Stephen :)