Can’t See or Edit Content of Posts\Pages on WordPress
If you can’t edit posts or pages on WordPress because the visual editor is blank when you write, or when you click on “edit page” or “edit post”, the textarea is blank, then most probably your website can’t load the TinyMCE library.
The problem is a 404\403 error on this file:
/wp-includes/js/tinymce/wp-tinymce.php |
Fix wp-tinymce.php 403\404 error:
1) Try to re-upload the file wp-tinymce.php
2) Edit .htaccess to allow access to wp-tinymce.php
3) Edit Nginx locations to allow access to wp-tinymce.php
4) Try to re-install WordPress
5) Disable all loaded WordPress plugins
6) Check if the issue happens also with the default theme
7) Use your web browser to diagnose JS errors
8) Refresh the web page
More Related Posts
- [2016/09/22] WordPress Uploaded Images are Blank
- [2016/05/31] Get Post Modification Date of a WordPr...
- [2016/06/04] Get Image Src for All Images on a Post...
- [2016/06/02] How to Display Most Commented Posts in...
- [2016/05/24] Get Post Permalink on WordPress
- [2016/05/24] Get Post Creation Date of a WordPress ...
- [2016/05/14] How to Display Recent Posts in WordPre...
- [2016/05/24] How to Manually Update WordPress