My website GeekontheSide.com, is run off the same codebase (Drupal 6.15) as my JohnstonFlat.com. However recently, without any interaction with the site I have lost half of my admin rights (including any modules changing, any views options or anything like that). Here is a picture of the admin options on GeekOnTheSide.com:
http://www.flickr.com/photos/johnstondj/4305717020/
Both JohnstonFlat.com, and Geekontheside.com run off the same MySQL Db. Geekontheside uses a prefix of "geekside" to keep all the data seperate. I did a bulk copy and organization of the activitystream items from Johnstonflat.com, to GeekontheSide.com, however after this I still had complete administration rights.
I know superuser is only the person running in uid slot 1, and I have checked that that is me. Here is a screen shot of my database to show that (with password hash blacked out):
http://www.flickr.com/photos/johnstondj/4305728454/
http://www.flickr.com/photos/johnstondj/4305728522/
I cannot work out what is causing this, and it is making my website unusable so I would like any help resolving it.
GeekOnTheSide Status Report:
http://www.flickr.com/photos/johnstondj/4304981229/
JohnstonFlat.com Status Report:
http://www.flickr.com/photos/johnstondj/4305717128/
Ask anymore questions that will help. Thank you in advance :-)
Comments
=-=
clear database cache manually in the database, including menu cache tables.
if that doesn't work seek out information about rebuilding the menus which will reset them
Cleared the cache and it
Cleared the cache and it didnt work. Couldn't access the pages to rebuild the menus.
Managed to run update.php with no updates, and it forced a menu rebuild which worked. Thank you, wouldn't have a clue what was going on without your response.