Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I have a site with 760123 nodes, and 20123 users.

When visiting any page, I get the warning, "Rebuilding content access permissions." I tried rebuilding the access permissions, but the process is very slow.
I see this post, and tried the proposed solution, but it is not working.

I'm using Drupal 6.

share|improve this question

3 Answers

Maybe you're hitting your server's max_execution_time. It's quite likely with such a big number of nodes, and this operation taking a long time is normal.

share|improve this answer
no I increase max_execution_time and all of param in server. I think the problem is not related to the server – reza Feb 11 '12 at 10:43

Some of the modules will give you problems. Ex : OG Access module , I disabled it and then rebuilt permissions. Disable any access related modules(like TAC,node access etc) and then rebuild again.

share|improve this answer
up vote 1 down vote accepted

my problem was conflict with xml sitemap module . i disable xml sitemap module

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.