Title: inactice wp admin panel
Last modified: August 21, 2016

---

# inactice wp admin panel

 *  [mjhenterprises](https://wordpress.org/support/users/mjhenterprises/)
 * (@mjhenterprises)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/inactice-wp-admin-panel/)
 * My website is on my localhost (WebMatrix 3.0) and using Sensitive theme, now 
   the content (text and images) is available but the page is white. When I login
   to wp-admin the panel displays (still white background) but the links are inactive.
   I edited wp-config to activate the wp debug (changed value to ‘true’) and received
   the following error message when reloading the website:
 * Strict Standards: Declaration of sensitive_bootstrap_walker_nav_menu::start_lvl()
   should be compatible with Walker_Nav_Menu::start_lvl(&$output, $depth = 0, $args
   = Array) in C:\Users\Jacquelyn Harris\Documents\My Web Sites\wordpress\wp-content\
   themes\sensitive\libs\nav-menu-walker.class.php on line 117
 * I have deactivated all plugins in wp_options (changed value to `a:0:{}`). I am
   a noob with just enough knowledge to do some damage…please help.

Viewing 15 replies - 1 through 15 (of 15 total)

 *  [Craig Ralston](https://wordpress.org/support/users/craig-ralston/)
 * (@craig-ralston)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/inactice-wp-admin-panel/#post-4942205)
 * Does the issue still exist when you switch to a default theme?
 *  Thread Starter [mjhenterprises](https://wordpress.org/support/users/mjhenterprises/)
 * (@mjhenterprises)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/inactice-wp-admin-panel/#post-4942208)
 * I have not tried that. Which one do you suggest…Twenty Fourteen? Also, since 
   I cannot use the admin panel to change the theme, what would be the correct values
   to enter in the wp_options table?
 *  [Craig Ralston](https://wordpress.org/support/users/craig-ralston/)
 * (@craig-ralston)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/inactice-wp-admin-panel/#post-4942216)
 * I highly suggest backing everything up first – Here is how you would change your
   active theme directly from the wp_options table:
 *     ```
       SELECT *
       FROM wp_options
       WHERE option_name = 'template'
       OR option_name = 'stylesheet'
       OR option_name = 'current_theme';
       ```
   
 * This should give you 3 rows with your current theme data in the “option_value”
   column – This is where you would update it to a theme you already have installed(
   Something like TwentyFourteen should work as from the error message you posted,
   it appears to be a theme specific issue).
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/inactice-wp-admin-panel/#post-4942222)
 * Or just switch to the default 2014 theme automatically by renaming your current
   theme’s folder inside wp-content/themes and adding “-old” to the end of the folder
   name using [FTP](http://codex.wordpress.org/FTP_Clients) or whatever file management
   application your host provides.
 *  [Craig Ralston](https://wordpress.org/support/users/craig-ralston/)
 * (@craig-ralston)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/inactice-wp-admin-panel/#post-4942229)
 * Esmi’s method is actually a lot safer and recommended. Thanks esmi.
 *  Thread Starter [mjhenterprises](https://wordpress.org/support/users/mjhenterprises/)
 * (@mjhenterprises)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/inactice-wp-admin-panel/#post-4942291)
 * Now remember, I am a “dangerous” noob. So if I rename my sensitive folder to 
   sensitive-old in WebMatrix that will reset my theme to default? I do not have
   to do anything else?
 *  [Craig Ralston](https://wordpress.org/support/users/craig-ralston/)
 * (@craig-ralston)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/inactice-wp-admin-panel/#post-4942293)
 * Yes renaming the sensitive folder directly on the server should force the default
   theme back.
 *  Thread Starter [mjhenterprises](https://wordpress.org/support/users/mjhenterprises/)
 * (@mjhenterprises)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/inactice-wp-admin-panel/#post-4942297)
 * okay…now it is a blank white page. 🙁
 *  [Craig Ralston](https://wordpress.org/support/users/craig-ralston/)
 * (@craig-ralston)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/inactice-wp-admin-panel/#post-4942298)
 * Do you have a default theme installed?
 *  Thread Starter [mjhenterprises](https://wordpress.org/support/users/mjhenterprises/)
 * (@mjhenterprises)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/inactice-wp-admin-panel/#post-4942302)
 * I created the site using Sensitive so I guess it was the default. How do I set
   the default theme when the wp admin panel isn’t working. Do I change the settings
   in wp-content folder or the wp_options table?
 *  [Craig Ralston](https://wordpress.org/support/users/craig-ralston/)
 * (@craig-ralston)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/inactice-wp-admin-panel/#post-4942303)
 * By default theme I mean WordPress default theme like 2014,2013,2012,2011, etc.
 *  Thread Starter [mjhenterprises](https://wordpress.org/support/users/mjhenterprises/)
 * (@mjhenterprises)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/inactice-wp-admin-panel/#post-4942304)
 * The admin panel indicates the active theme is 2014. The website content (text
   and images) display, but the background is white.
 *  Thread Starter [mjhenterprises](https://wordpress.org/support/users/mjhenterprises/)
 * (@mjhenterprises)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/inactice-wp-admin-panel/#post-4942350)
 * So….is anyone able to help? Am I left with having to start from scratch? Do I
   unistall/reinstall WordPress? WebMatrix? Neither? Both?
 *  [Craig Ralston](https://wordpress.org/support/users/craig-ralston/)
 * (@craig-ralston)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/inactice-wp-admin-panel/#post-4942378)
 * It is hard to say with such little information – Have you tried contacting your
   web host?
 *  Thread Starter [mjhenterprises](https://wordpress.org/support/users/mjhenterprises/)
 * (@mjhenterprises)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/inactice-wp-admin-panel/#post-4942384)
 * The website is located on my localhost (WebMatrix) with WordPress 3.9.1 installed.

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘inactice wp admin panel’ is closed to new replies.

## Tags

 * [debug error](https://wordpress.org/support/topic-tag/debug-error/)
 * [sensitive theme](https://wordpress.org/support/topic-tag/sensitive-theme/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 15 replies
 * 3 participants
 * Last reply from: [mjhenterprises](https://wordpress.org/support/users/mjhenterprises/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/inactice-wp-admin-panel/#post-4942384)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
