By mas160 on
I have installed a new Drupal site on my intranet, made some work on it using administrator account (installed modules, various customizing tasks, etc.). After attemping to enable a CCK module the server responded with a PHP timeout error, returning on homepage adminstration menu is limited to "Advanced book block configuration", no other administrative tasks are allowed.
I tried to logoff and on again, no results. I had adminrole module enabled, and also other users in administrators role has the same problem.
Any ideas?
Comments
I think you still have the
I think you still have the privileges, but your admin menu is fudged up. I have the same problem with one of my sites and have found no solution.
As a workaround, you can directly enter the paths to the tasks and they will work (.../admin/build/modules, for example). Install the administrative menu module and you get a great dropdown set of menus.
What CCK module were you installing? Maybe that was the cause?
:)
Solved!
TY for reply, I think it's a different issue, 'cause checking to access entering paths i received an error (not authorized). So menu was ok, but privileges were gone.
I've found this post and the step 5 (run update.php) made it.
I think were no responsibility on CCK, I'm afraid it's my server (a developing machine) that is about to go.
Posted this and the link in hope it may help someone.