You do not have any administrative items [Drupal] - drupal

I am getting below error in Drupal 7 when I try to open the admin panel. I have checked the database, the user I am logging in with exists and is the admin and has the the privilege to see the admin panel,
you do not have any administrative items

Maybe there is more in the php error log?
Maybe this will help:
https://www.drupal.org/forum/support/post-installation/2012-01-29/you-do-not-have-any-administrative-items-fixed
https://languor.us/drupal-7-and-you-do-not-have-any-administrative-items-error

Related

Wordpress site not redirecting to dashboard after login

I am trying to login on my wp site, when I am given correct admin details the landing page coming up and there are no admin dashboard showing, I tried many more plugin disabled option but the problem not solved, even I tried to reset password for admin access after changed it the same result appeared like no dashboard section rather than frontend. Please give me a solution. Thanks in advance.
Seems like some others developed the site. If you are coder/programmer try the below
Login to hosting
Open PHP My Admin or any mysql UI tool
Open Prefix_users, usually this will be wp_users
see list of users and check if you have admin permissions. Sample below
user_id - specific user id
meta_key - wp_capabilities
meta_value - a:1:{s:13:"administrator";s:1:"1";}
then save the DB record. Else get programmer support

You do not have sufficient permissions to access this admin page

This is showing whenever i'm trying to access my wordpress dashboard, please help.
You do not have sufficient permissions to access this admin page.
Reason: The current user doesn't have the "read" capability that is required to access the "Dashboard" menu item.

Wordpress not showing menu options in admin

I started working on a wordpress page that was not finished by the previous developer, the problem is that when i open the page, it show every post like this
[mk_page_section bg_image=”http://ladietamigliore.it/wp- content/uploads/2016/04/adriani_magro.jpg” bg_position=”center center” bg_stretch=”true” min_height=”600″ sidebar=”sidebar-1″][vc_column][vc_row_inner][vc_column_inner][vc_empty_space height=”120px”][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=”1/2″][vc_images_carousel images=”446,447,448,449,450″ img_size=”full” onclick=”link_no” mode=”vertical” autoplay=”yes” hide_pagination_control=”yes” wrap=”yes”][/vc_column_inner][vc_column_inner width=”1/2″][mk_padding_divider size=”200″ visibility=”hidden-sm”][vc_column_text]
i think that a plugins is not installed or that an update is missing, so i go to the wp-admin and it look like this
there is not option for post or anything, whats wrong? how can this be fixed?
Apparently that user doesn't have any admin rights - a "real" admin would have to change your user "role" in the user profile in order to give you access to all admin actions.
It looks like your user is not an Administrator, you can check this by going to /wp-admin/users.php and looking at the 'Role' column. If you have access to the Db you can run the below SQL query for updating an user role as administrator. Here I’m assuming user id as 2.
[sql] UPDATE wp_usermeta SET meta_value=’a:1:{s:13:"administrator";b:1;}’ WHERE user_id=2 AND meta_key=’wp_capabilities’
[/sql]
your and not getting all option because you are account don't Administration access. so you have to get administration access

Cannot edit pages in Wordpress

Somebody gave me their admin account of a website made using Wordpress. I can log into the wp-admin page of the website but the index page does not show the Pages section at all. The only things available are Dashboard, Jetpack, Profile, and Visual Composer. The dashboard gives the message that there is 'no activity yet!' Is this account not the admin account or something went wrong? Would appreciate your help a lot!
It seems like the user don't have sufficient permissions with which you are logging.
After logging in to the admin panel, open the page of the website from front end(not admin panel). On the top right you should get EDIT option, IF you have permissions to do so.

Drupal 7 - delete own account

I just installed drupal-7.16. I would like to have following functionality:
As a non-admin user I would like to delete/block my own account.
Is it possible?
I found User Delete module, but there is no version for drupal 7.x.
OK, I found that it's possible from drupal properties.
Just log in as admin, go to People -> Permission
and enable permission "Cancel own user account" for authenticated users.

Resources