• Resolved unlockmystic

    (@unlockmystic)


    After upgrading to wordpress 3.5 I can’t edit any of my pages or posts. When I click on “edit page” or “edit post” the edit text box is completely blank and the word count says ‘0’ even though I put content in there previously and there IS content on the page but it is not showing up. I also cannot type anything inside the blank box or click on the ‘text’ tab. The website looks the same even after clearing the cache and clearing my browser cache, but I just can’t edit anything. Here’s a picture of the problem (it looks like this on all my pages and posts)https://i49.tinypic.com/15p0869.jpg
    My website is https://www.unlockmystic.com. Thanks for the help and taking the time to read this, I really really appreciate it.

Viewing 15 replies - 16 through 30 (of 32 total)
  • I fixed this same bug by manually updating wordpress. I believe there was an issue with the autoupgrade feature. Try manually replacing your wordpress files and see if that works for you. It fixed my issues.

    Add one line to the WP_Config.php.. Worked for me:

    define('SCRIPT_DEBUG', true);

    Add that line right before:

    /* That's all, stop editing! Happy blogging. */

    Not my solution, I just found it somewhere..

    No! That is a server-specific fix for a very specific issue. Please do not post it as a solution to everything.

    I followed advice elsewhere on this forum and added

    define(‘CONCATENATE_SCRIPTS’, false );

    to the wp-config.php file just before require_once(ABSPATH . ‘wp-settings.php’)

    That solved the issue.

    I’ve also had the same issue on AndroidsChick.com

    It was driving me crazy….I’ve done the step by step deactivating plugins and testing…. and on my installation it was the

    Widget Logic Visual plug in! Once deactivated everything was back to normal! ??

    Now I have to find a replacement for the Widget Logic plug in since all my Widgets are visible!

    Hope this helps someone in solving this horrible issue…. ??

    what sanderbaks said. ??

    Adding
    define(‘SCRIPT_DEBUG’, true);
    to my WP_config.php file stopped all that jazz…

    Sure glad I didn’t have to do all the big drastic steps.
    My site was not working in any browser.
    Now it does! ??

    SCRIPT_DEBUG is a related constant that will force WordPress to use the “dev” versions of core CSS and Javascript files rather than the minified versions that are normally loaded. This is useful when you are testing modifications to any built-in .js or .css files. Default is false.

    define(‘SCRIPT_DEBUG’, true);

    by adding this to your wp-config file, you are essentially just using the un-minified versions of javascripts and css. So it seems to me, the core of the problem is in fact within the css and javascript. BUT, if you add that line of code to your config file, you’ve just added extra file size to your scripts and css. The question then is how much extra file size does it add by adding that line of code? Not a huge issue for most, but when dealing with SEO, file size and load speed are a big deal, and adding un-minified scripting can make a large difference.

    Ive deleted all plugins and removed fully un-necessary plugins and still have this issue. Can anybody recommend what looks like the best and cleanest solution to avoid the extra file size issue using the SCRIPT_DEBUG method above?

    @mikgomak – please start your own thread rather than posting in an old one that is already marked resolved.

    Hi – I have a similar problem on my 3.5.
    When opening up a edit page or post, safari takes tooooo long to load.
    Any changes made to the text or cannot be updated. It shows this error:

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    @shaimun – please start your own thread if you need help. This one is old and marked resolved – you won’t get help here.

    @wpyogi – How do I create a new thread? I cannot find the link – I’m having a bad day today ??

    Removing all the BulletProof garbage from the .htaccess file worked for me, too.

    From the other thread:

    I think I found the cause.

    I’m using the BulletProof Security plugin, and even though I disabled the plugin, it leaves the .htaccess file full of “Bulletproofing”. When I changed the .htaccess file back to “Default Mode” and activated it, the JQuery error disappeared and the admin screen worked.

    Sounds like BulletProof Security is the issue.

    felixstowe.property.news
    Member
    Posted 2 months ago #

    I followed advice elsewhere on this forum and added

    define(‘CONCATENATE_SCRIPTS’, false );

    to the wp-config.php file just before require_once(ABSPATH . ‘wp-settings.php’)

    That solved the issue.

    => this help me can edit, click “add pic/media…”

    thanks,

    felixstowe.property.news
    Member
    Posted 2 months ago #

    I followed advice elsewhere on this forum and added

    define(‘CONCATENATE_SCRIPTS’, false );

    to the wp-config.php file just before require_once(ABSPATH . ‘wp-settings.php’)

    That solved the issue.

    This helped me as well. Thanks! Now I can breath again.

Viewing 15 replies - 16 through 30 (of 32 total)
  • The topic ‘Can't edit any pages or posts after 3.5 everything is blank?’ is closed to new replies.