During the administration of a type of content CCK, I suppose after a connection problem (because I have some problems with my internet provider), is skipped the consistency of the database tables ...
No longer the key link of Drupal, like "admin", "create content" etc ...
Is there a way to recover the configuration?
I'm not lost the contents included, still visible, but can I no longer access the administration panel because the entire structure is skipped and no longer as before.
Never seen such a thing!

In particular, the functions of administration appears only a blank page with the following message:

"YOU DO NOT HAVE ANY ADMINISTRATIVE ITEMS."

Comments

wdrupal100’s picture

this is happening only on one of my sites. i have multi site running and when i visit /admin

i get the message

Welcome to the administration section. Here you may control how your site functions.
You do not have any administrative items.

however if i select the "by module" tab or visit /admin/by-module i get the admin blocks

someone please help this has been happening since version 6.4 and i just upgraded to latest everything hoping it would fix but it did not.

wdrupal100’s picture

I had to rebuild my menus... the problem lay in the menu_router and menu_links tables. i did a restore and they worked again... i may have lost a menu item but it appears everything is there

lameei’s picture

I got the same problem. how you solved it? will you please write a step by step guide?
thanks in advance

lameei’s picture

I ran update.php and all of the links are in place but menu link. So i can not get access to menu management section.

Any clues?

AltaVida’s picture

See here for a possible solution:

http://drupal.org/node/250728#comment-1249076

kenorb’s picture

LudachrisGSX’s picture

How would be able to run this if you have no administration items? You can't activate the module, let alone run it.

codevelopment’s picture

I had this after installing admin_menu module. What worked for me was this:

Go to http://{your-domain}/admin/build/menu. Find your administration menu items (usually under Navigation), specifically Content Management, Site Building, Site Configuration, User Management, Reports, etc. Systematically go down the list and reset them all.

allisonc’s picture

Tried that, I was able to go to the links UNDER Project administration, but not that link itself. When I go admin/project, I still get the same error.

drupalfan2’s picture