• I haven’t been able to log in to my account for sometime now considering i changed some settings in the profile menu of my WordPress admin dashboard. So i followed some information and created a new account in my db on c-panel. Now i can login to my account but when i do i don’t have any menus in the dashboard and thus cant edit anything. the three things i have as menu items are dashboard, profile, collapse menu. Please help if you can.
    Image of Difficulty

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    It sounds like you only created an account with the lowest possible user level.

    If you are not using Multisite, access your database via phpMyAdmin (most hosting providers offer this in their control panel), go to the wp_users table and find the row for your user_login. Note the ID of this row. Now, go to the wp_usermeta table and find the wp_capabilities row for your user_id. Set the value of this row to:

    a:1:{s:13:"administrator";b:1;}

    Alternatively, try this method to change the original account’s password, as you’ll see its username along the way too: https://codex.wordpress.org/Resetting_Your_Password#Through_phpMyAdmin

    Thread Starter deljaynie

    (@deljaynie)

    Tried that but it comes with this message Sorry, you are not allowed to access this page.
    new fault

    • This reply was modified 7 years, 4 months ago by deljaynie.
    Thread Starter deljaynie

    (@deljaynie)

    And worst my WordPress database tables don’t have the prefix “wp” instead they have “wpjc” for example instead of “wp_capabilities” i have “wpjc_capabilities”

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    That’s not really a problem, the tables can have any prefix set in wp-config.php: https://codex.wordpress.org/Editing_wp-config.php#table_prefix

    In this case then, it sounds like the safest path would be to restore your access to the original account.

    Try this method to change the original account’s password, and you’ll see its username along the way too: https://codex.wordpress.org/Resetting_Your_Password#Through_phpMyAdmin

    You’ll find phpMyAdmin in your hosting account’s control panel.

    Thread Starter deljaynie

    (@deljaynie)

    It just keeps saying “Sorry, you are not allowed to access this page”. Thanks though for the help.

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    That’s after you recovered access for the original account?

    If so, repeat the steps from my first reply on that account.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Login into my wordpress dashboard but dont have menus’ is closed to new replies.