• elitedesignstudios

    (@elitedesignstudios)


    I just tried to add a item to my custom menu and it doesnt save. I switched to the default theme (2012) and still nothing. I created a new menu, added 3 pages to it and saved….and poof they are all gone. I turned off all plugins and still the same thing….I dont get it.

    So I started to look further. I went to upload my header image via the customize in the appearance area and it displays the good old “cheeting huh” text.

    Then I added a plugin that I know adds an additional navigation tab in the dashboard navigation under “pages” tab and it wont show up.

    I had a notice at the top of my dashboard area that said I needed to upgrade to 3.5.1 and I thought awesome…ill just upgrade and all will be fine. But it didn’t fix it. What is going on here. Any one with an idea I havent tried.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter elitedesignstudios

    (@elitedesignstudios)

    I just now deleted all wordpress files and replaced them with a fresh download and still no fix. I found two possible solutions on the forums of:

    define('CONCATENATE_SCRIPTS', false );
    
    to the wp-config.php file just before require_once(ABSPATH . 'wp-settings.php')
    
    define('SCRIPT_DEBUG', true);
    
    to the wp-config.php file

    They didn’t work either. I feel like this could be a database issue but ive logged in via php my admin and optimized all my tables and none apear to the untrained eye to be broken….HELP

    Thread Starter elitedesignstudios

    (@elitedesignstudios)

    also checked my .htaccess file and it looks normal. Here it is:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    Thread Starter elitedesignstudios

    (@elitedesignstudios)

    Wow I figured it out and you would never believe the answer…..USER PERMISSIONS. Some how my admin users permissions got messed up and it wasn’t allowing it to show certain areas of the dashboard or to perform certain functions. I created a new admin user and BINGO. Everything was solved. Crazy.

    So anyone with problems accessing areas of their WordPress dashboard or performing particular functions, before you do anything, create a new admin user.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Dashboard Errors All Over The Place’ is closed to new replies.