By petiar on
Hi everybody,
this is an alarm call! I have installed OG and after enabling this module I have got message saying to rebuild permissions. However, this process did not finished (stopped at 98 per cent) and my site is completely messed - anonymous and registered users can only see old nodes. PLEASE HELP ME! How can I run rebuild correctly? I have run it several times and it has finished twice, but saying the result of the rebuild was unsuccesful anyway. :-(
Thanks for any help. I would even donate small amount of money if someone can solve this critical issue.
Comments
try to rebuild the permissions
Try to rebuild the permissions and this time complete it 100% and check if it helps out.
administer->post settings click on rebuild permissions. if the problem still persists. gvie reply with drupal version and the module versions you use.
make it simple will make your life easy........
Ram
rkdeveloper, thanks, but
rkdeveloper, thanks, but this is exactly what I am doing, but sometimes it hangs on 98 per cent for couple of minutes. But new thing has turned out:
Rebuild, it looks, drops and recreates node_access table. And it always stops creating it on the same record (740). I have tried insert another row into the table to check whether it is not db problem, but no, it is not, sql insert works fine. Drupal 6.4. Any ideas?
--
Petiar
The biggest slovak folk music magazine proudly uses Drupal
http://folk.sk
--
Petiar
http://petiar.sk
SOLVED!!!
http://drupal.org/node/300079
--
Petiar
The biggest slovak folk music magazine proudly uses Drupal
http://folk.sk
--
Petiar
http://petiar.sk
I had the same problem...
I had the same problem... finally figured out it was because there was content in the system that had been created by a user who has since been deleted. All her content was set to uid = 0 in the node table (anonymous user). By resetting uid to 1 (admin user), I was able to rebuild the permissions table.