• Resolved juanwp22

    (@juanwp22)


    Hi, today I tried to publish a new post after 14 days of inactivity, and when I tried to add a new post, I encountered a blank screen. I’ve cleared the cache, tested with different browsers, in incognito mode, and disabled plugins, but the issue persists. I’ve also contacted my hosting provider, but they haven’t found any errors on their end yet. Does anyone have any suggestions? Could this be related to the latest update?

Viewing 11 replies - 16 through 26 (of 26 total)
  • @juanwp22 , I didn’t understand exactly what code should be entered ??

    Thanks @mykhailohvozdynskyi. Your solution worked for me pretty well. You saved my day ??

    Trying to edit existing pages is also broken. Adding the debug code to wp-config has fixed it.

    Thread Starter juanwp22

    (@juanwp22)

    I see that several people are experiencing the same issue. Is there an official report from WordPress about fixing this in an upcoming version, or a place to report the bug and provide feedback?

    westzonetm

    (@westzonetm)

    Hello Jirivanek626, I have the same problem, how did you solve it?

    Hi, I’m also having this problem on my site with WP 6.7.

    Thanks to @mykhailohvozdynskyi?for the workaround which enables editing again. It’s temporary though – can’t get back into editors after disabling debug, which I guess is expected. To be safe I think we need to leave debug enabled whilst editing and until changes are saved?!

    I see that several people are experiencing the same issue. Is there an official report from WordPress about fixing this in an upcoming version, or a place to report the bug and provide feedback?

    I found this bug report in the Trac database:

    Looks like the same thing but would we worth posting a link to this thread there!

    BTW if anyone is on MacOS, then this problem doesn’t seem to occur with Safari!!

    I’m getting it with Chrome and Brave, but NOT in Safari (so far..)

    Hello, we found a workaround for this problem. Clearly, there is something wrong with the default editor. We installed Gutenberg (I know it’s supposed to be the default editor, but for some reason, it simply doesn’t work) as a plugin, and everything worked fine. So, I suggest downloading Gutenberg as a plugin and waiting for a fix.

    Clearing the CloudFlare cache (and then a Shift + refresh to clear my local browser cache) fixed the Uncaught TypeError JavaScript (reading ‘unstable_scheduleCallback’) issue on admin pages for me.

    tommclaughlinjr

    (@tommclaughlinjr)

    Adding:

    define('WP_DEBUG', true);
    // Enable Debug logging to the /wp-content/debug.log file
    define( 'WP_DEBUG_LOG', false );
    // Disable display of errors and warnings
    define( 'WP_DEBUG_DISPLAY', false );
    // Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
    define( 'SCRIPT_DEBUG', true );


    to the config file worked for me too. Thanks!

    Many thanks, this fix worked for me! I was getting a blank screen when trying to edit any page, or add a new post.

Viewing 11 replies - 16 through 26 (of 26 total)
  • You must be logged in to reply to this topic.