Title: Desktop: Blank
Last modified: August 21, 2016

---

# Desktop: Blank

 *  [Miguel1997](https://wordpress.org/support/users/miguel1997/)
 * (@miguel1997)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/desktop-blank/)
 * I haven’t been able to add pages or do anything in my WordPress desktop…It is
   blank…I have no idea what’s going on…

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

1 [2](https://wordpress.org/support/topic/desktop-blank/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/desktop-blank/page/2/?output_format=md)

 *  [Elan Technosys](https://wordpress.org/support/users/elantechnosys/)
 * (@elantechnosys)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/desktop-blank/#post-4814979)
 * Are you seeing blank screen only in wp-admin?
    Also have a look at [Common_WordPress_Errors](https://codex.wordpress.org/Common_WordPress_Errors)
 *  Thread Starter [Miguel1997](https://wordpress.org/support/users/miguel1997/)
 * (@miguel1997)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/desktop-blank/#post-4814996)
 * Yes, It is in wp-admin.
 *  Thread Starter [Miguel1997](https://wordpress.org/support/users/miguel1997/)
 * (@miguel1997)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/desktop-blank/#post-4815124)
 * Checked out Common_WordPress_Errors. Followed directions and it seems to be there
   is no problem with plugins or themes.
 *  [Jeffro](https://wordpress.org/support/users/jeffr0/)
 * (@jeffr0)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/desktop-blank/#post-4815127)
 * When did this problem show up? What was the last thing you did before you notice
   the problem? Is this a public facing website?
 *  Thread Starter [Miguel1997](https://wordpress.org/support/users/miguel1997/)
 * (@miguel1997)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/desktop-blank/#post-4815128)
 * Since this week. I did two things: I updated askimet (followed instructions to
   uninstall via ftp, but didn’t work) and added a new page for a quiz. If by public
   facing website, you mean a public Web site, it is. I use it to publish tasks 
   for my students.
 *  [Jeffro](https://wordpress.org/support/users/jeffr0/)
 * (@jeffr0)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/desktop-blank/#post-4815129)
 * Have you tried disabling all plugins to see if the problems go away?
 *  Thread Starter [Miguel1997](https://wordpress.org/support/users/miguel1997/)
 * (@miguel1997)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/desktop-blank/#post-4815130)
 * Yes, I did. Following the instructions from Common_WordPress_Errors. Nothing 
   happened.
 *  [eugenealegiojo](https://wordpress.org/support/users/eugenealegiojo/)
 * (@eugenealegiojo)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/desktop-blank/#post-4815132)
 * I think your site have some parse or fatal errors but it doesn’t showed up. Have
   you tried to enable the debug mode in wp-config.php file?
 * Turn on the debug like this:
    `define('WP_DEBUG', true);`
 *  Thread Starter [Miguel1997](https://wordpress.org/support/users/miguel1997/)
 * (@miguel1997)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/desktop-blank/#post-4815134)
 * That seems to be coding or something…Should I copy-paste this **define(‘WP_DEBUG’,
   true);** in the wp-config.php file?
 *  Thread Starter [Miguel1997](https://wordpress.org/support/users/miguel1997/)
 * (@miguel1997)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/desktop-blank/#post-4815135)
 * Should I paste **this define('WP_DEBUG', true);** anywhere? at the end of the
   wp-config.php file?
 *  [eugenealegiojo](https://wordpress.org/support/users/eugenealegiojo/)
 * (@eugenealegiojo)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/desktop-blank/#post-4815136)
 * That code is already in the wp-config.php file.
    That’s around line #81.
 * Just change it from:
    `define('WP_DEBUG', false);`
 * To:
    `define('WP_DEBUG', true);`
 * This way we can check if your site has fatal errors.
 *  Thread Starter [Miguel1997](https://wordpress.org/support/users/miguel1997/)
 * (@miguel1997)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/desktop-blank/#post-4815139)
 * OK. I found in line #81 this:** define(‘WP_DEBUG’, false);**. I will change this
   for **define('WP_DEBUG', true);**?
 *  [eugenealegiojo](https://wordpress.org/support/users/eugenealegiojo/)
 * (@eugenealegiojo)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/desktop-blank/#post-4815140)
 * Yes
 *  Thread Starter [Miguel1997](https://wordpress.org/support/users/miguel1997/)
 * (@miguel1997)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/desktop-blank/#post-4815143)
 * OK. I got this message:
 * Notice: Undefined index: page in /home/miguelme/public_html/wp-content/plugins/
   wordpress-notification-bar/inc/class-plugin.php on line 126
 * Notice: Undefined index: page in /home/miguelme/public_html/wp-content/plugins/
   wordpress-notification-bar/inc/class-plugin.php on line 144
 *  Thread Starter [Miguel1997](https://wordpress.org/support/users/miguel1997/)
 * (@miguel1997)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/desktop-blank/#post-4815145)
 * Is the problem the notification bar? That’s a plugin…But I was not able to uninstall
   it following the discretion from Common_WordPress_Errors .

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

1 [2](https://wordpress.org/support/topic/desktop-blank/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/desktop-blank/page/2/?output_format=md)

The topic ‘Desktop: Blank’ is closed to new replies.

## Tags

 * [Blank](https://wordpress.org/support/topic-tag/blank/)
 * [desktop](https://wordpress.org/support/topic-tag/desktop/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 21 replies
 * 5 participants
 * Last reply from: [bffnb](https://wordpress.org/support/users/bffnb/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/desktop-blank/page/2/#post-4815405)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
