Title: Page editor problem
Last modified: August 20, 2016

---

# Page editor problem

 *  [dennis2](https://wordpress.org/support/users/dennis2/)
 * (@dennis2)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/page-editor-problem/)
 * I just upgraded a wordpress site of mine to 3.2, others upgraded fine but now
   when I go into the dashboard of the site, and try to edit a page, I only get 
   a white box with white HTML inside. I can’t edit pages and I can’t switch from
   visual (which has the white HTML) to HTML editing.
 * I’ve disabled all the plugins, cleared my cache, deleted and re-uploaded wordpress
   files, and tried it on other browsers.
 * I am still stuck with this problem. Any help would be appreciated!

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

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

 *  [kmessinger](https://wordpress.org/support/users/kmessinger/)
 * (@kmessinger)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/page-editor-problem/#post-2170590)
 * Try switching to the Twenty Eleven theme to rule out any theme-specific problems.
 *  Thread Starter [dennis2](https://wordpress.org/support/users/dennis2/)
 * (@dennis2)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/page-editor-problem/#post-2170606)
 * I tried that too, it is only showing up as a problem in the dashboard on the 
   post editing area and page editing area.
 *  [kmessinger](https://wordpress.org/support/users/kmessinger/)
 * (@kmessinger)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/page-editor-problem/#post-2170631)
 * Check this, [http://wordpress.org/support/topic/troubleshooting-wordpress-32-master-list?replies=7](http://wordpress.org/support/topic/troubleshooting-wordpress-32-master-list?replies=7)
 * Delete the wp-admin and wp-includes folders. DO NOT delete the wp-content folder.
   Download a fresh copy of 3.2, unzip and upload the wp-admin and wp-includes folders.
   Don’t copy over – make sure you delete.
 *  Thread Starter [dennis2](https://wordpress.org/support/users/dennis2/)
 * (@dennis2)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/page-editor-problem/#post-2170645)
 * Yes, deleted wp-admin and wp-includes, uploaded new files, then did this with
   all files (except wp-content) but didn’t help.
 * I’m trying to avoid having to reinstall everything, it is a large site.
 *  [kmessinger](https://wordpress.org/support/users/kmessinger/)
 * (@kmessinger)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/page-editor-problem/#post-2170648)
 * Could you check wp-includes/js/tinymce and make sure it is 755.
 * Also check this, [http://java.com/en/download/testjava.jsp](http://java.com/en/download/testjava.jsp)
 *  [kmessinger](https://wordpress.org/support/users/kmessinger/)
 * (@kmessinger)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/page-editor-problem/#post-2170650)
 * Also try adding
 * `define( 'CONCATENATE_SCRIPTS', false );`
 * to the wp-config.php. This can be added somewhere near the top or the middle 
   but not at the bottom.
 *  Thread Starter [dennis2](https://wordpress.org/support/users/dennis2/)
 * (@dennis2)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/page-editor-problem/#post-2170747)
 * wp-includes/js/tinymce is 755
 * And I’ve tried adding the code to the config.
 * WordPress 3.2 has worked on other sites on the same server, just this one has
   the problem.
 *  [kmessinger](https://wordpress.org/support/users/kmessinger/)
 * (@kmessinger)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/page-editor-problem/#post-2170769)
 * I think you will have to do a manual install, [http://codex.wordpress.org/Upgrading_WordPress_Extended](http://codex.wordpress.org/Upgrading_WordPress_Extended)
 * Somewhere there is a javascript conflict. If you know how to use firebug with
   Firefox or web developer tool with IE9 you can check the js files as they execute,
   otherwise I am out of ideas.
 *  Thread Starter [dennis2](https://wordpress.org/support/users/dennis2/)
 * (@dennis2)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/page-editor-problem/#post-2170826)
 * I went ahead and re-installed wordpress this morning but I am still having this
   problem.
 *  [kmessinger](https://wordpress.org/support/users/kmessinger/)
 * (@kmessinger)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/page-editor-problem/#post-2170827)
 * Everything below “Add new page” is white or just the editor? Do you see publish,
   page attributes, etc.?
 *  Thread Starter [dennis2](https://wordpress.org/support/users/dennis2/)
 * (@dennis2)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/page-editor-problem/#post-2170829)
 * Yeah I see everything I regularly see, Only the text in the editable area is 
   all white (my spell check caught the HTML so I could see the red under the text,
   that’s how I know it’s white).
 * I can’t switch from visual to HTML either.
 *  Thread Starter [dennis2](https://wordpress.org/support/users/dennis2/)
 * (@dennis2)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/page-editor-problem/#post-2170830)
 * [Here’s a link to a screen shot](http://img12.imageshack.us/img12/3072/wpss.jpg)
 *  [kmessinger](https://wordpress.org/support/users/kmessinger/)
 * (@kmessinger)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/page-editor-problem/#post-2170831)
 * > I can’t switch from visual to HTML either
 * The screen shot shows you in visual mode with html buttons.
 * [Edit] It also shows permalink wrong – it shouldn’t be there unless you have 
   saved the draft or published and when there it should not be just “http:”
 *  [harrylove](https://wordpress.org/support/users/harrylove/)
 * (@harrylove)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/page-editor-problem/#post-2170832)
 * I’m having the same issue. My screen looks just like [@dennis2](https://wordpress.org/support/users/dennis2/)’
   s. I think the Page and Post editing pages are missing some JavaScript. The admin
   footer scripts link that is loaded on the other pages is missing on these pages.
 * Note: on these pages nothing happens when I click the “Howdy, {username}” link
   and the Screen Options link, whereas on the other pages they drop down or slide
   open as usual.
 * When I open Firebug in Firefox 6 and click the “Fullscreen” button in the visual
   editor, the console says “fullscreen is not defined.”
 * When I click the HTML tab to switch to that editor, the console says “switchEditors
   is not defined.”
 * If you go to the pages where the “Howdy” link and the Screen Options link are
   working and you look in the footer in the HTML, you’ll see the link to the script
   loader which contains everything that’s missing from the Page and Post edit pages.
 *  [harrylove](https://wordpress.org/support/users/harrylove/)
 * (@harrylove)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/page-editor-problem/#post-2170833)
 * Actually, I didn’t even realize it until now, these pages are missing the closing
   script blocks, the closing body tag and the closing html tag.
 * Everything after the #footer div is missing.

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

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

The topic ‘Page editor problem’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 22 replies
 * 3 participants
 * Last reply from: [kmessinger](https://wordpress.org/support/users/kmessinger/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/page-editor-problem/page/2/#post-2170844)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
