By cristianotesta on
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
same here!
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.
SOLVED
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
how you did it?
I got the same problem. how you solved it? will you please write a step by step guide?
thanks in advance
update.php!!!
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?
Try this.
See here for a possible solution:
http://drupal.org/node/250728#comment-1249076
DTools
You may run http://drupal.org/project/dtools in emergency mode it will rebuild the whole menu_router table.
See also: #514898: "You do not have any administrative items." - Callback: system_main_admin_page() doesn't exist!
How would be able to run this
How would be able to run this if you have no administration items? You can't activate the module, let alone run it.
Reset your menu items
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.
Tried that, I was able to go
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.
Solution
Maybe this can help:
http://languor.us/drupal-7-and-you-do-not-have-any-administrative-items-...