Editor pages are all blank
-
I am trying to edit pages in my website, but when the editor opens the page is blank. I looked in the forum for similar issues, and the one I found said there is a slider at the top of the blank page, but my page has no slider to pull down, just a 100% blank page.
The page I need help with: [log in to see the link]
-
This may be a plugin or theme conflict. Please attempt to deactivate all plugins and switch to one of the default (Twenty*) themes. If the problem goes away, re-activate them one by one to identify the source of the problem.
If you can install plugins, install Health Check. On the troubleshooting tab, you can click the button to deactivate all plugins and change the theme for you while you’re still logged in without affecting normal visitors to your site.
I had a similar problem before. A plugin caused the editor to load a blank page. Try disabling your plugins one at a time. I hope you find the issue quickly and get your editor working again.
Hi @lwalsh,
Since the Site Editor is completely blank, it’s also worth checking for JavaScript errors in your browser.
Open the Site Editor, then press F12 (or Ctrl + Shift + I) and go to the Console tab. If you see any red error messages, please copy them and share them here.
Also, if you’ve recently updated WordPress, your theme, or any plugins, let us know which versions you’re using, as that information may help identify the cause.
If the browser console is clean, the next step would be to follow the plugin/theme conflict test and check the
debug.logas already suggested.Hopefully, the console errors (if any) will point us to the exact issue.
All of my plugins are removed, and there are no themes installed other than the one I’ve been using all along.
Have you tried switching to one of the default (Twenty*) themes?
This is the debug log content:
[29-Jul-2026 16:26:45 UTC] PHP Notice: Function WP_Styles::add was called incorrectly. The style with the handle “variations-woocommerce-style” was enqueued with dependencies that are not registered: woocommerce-blocktheme, woocommerce-general. Please see Debugging in WordPress for more information. (This message was added in version 6.9.1.) in /data/user/2017/2024/88/73645/wordpress/.28525e762cc010fb72c50b69ba16abf8/wp-includes/functions.php on line 6170
[29-Jul-2026 16:32:21 UTC] PHP Notice: Function WP_Styles::add was called incorrectly. The style with the handle “variations-woocommerce-style” was enqueued with dependencies that are not registered: woocommerce-blocktheme, woocommerce-general. Please see Debugging in WordPress for more information. (This message was added in version 6.9.1.) in /data/user/2017/2024/88/73645/wordpress/.28525e762cc010fb72c50b69ba16abf8/wp-includes/functions.php on line 6170We were planning to run woo commerce storefront, but ended up removing the plugin because we didn’t have the time to set it up to see directly from the website. Looks like the error log is calling on woo commerce related errors?
I have tried activating the 2025 theme, that did not work. I am wondering if the navigation link to “shop” (which linked the woo commerce storefront page) is the issue? But since I can’t open the navigation in editor, I can’t even try to remove it to see if that’s the issue.
The messages in the
debug.logare just notices, not errors, and they don’t explain the error.I have tried activating the 2025 theme, that did not work.
What does that mean? Does the theme not change at all, or does a (different?) error occur? Or does changing the theme not help with the editor issue?
If you want to see the error that’s occurring, I’d recommend first triggering the error and then checking the
debug.logto see what’s been added there. If it’s something other than “Notices,” that could be the cause.If there’s nothing at all in the debug.log, I’d suspect an issue with the browser. Try using a completely different browser to test this.
Here is what I found when I rant Site Health
The REST API is one way that WordPress and other applications communicate with the server. For example, the block editor screen relies on the REST API to display and save your posts and pages.
When testing the REST API, an unexpected result was returned:
REST API Endpoint: https://equinoxvalleynursery.com/wp-json/wp/v2/types/post?context=edit
REST API Response: (403) ForbiddenAny help in how to resolve this would be greatly appreciated!
Thank you
I’ve run through every step I could find to fix the issue, nothing is working- the editor still comes up blank. This is the debug log-
- SyntaxError: Unexpected EOFhttps://equinoxvalleynursery.com/wp-includes/js/dist/date.min.js?ver=c9f8e7dd3232716f34e9 line 2
- TypeError: undefined is not an object (evaluating ‘wp.date.setSettings’)https://equinoxvalleynursery.com/wp-admin/plugins.php?plugin_status=all&paged=1&s line 529
- SyntaxError: Unexpected end of scripthttps://equinoxvalleynursery.com/wp-includes/js/dist/components.min.js?ver=5dedfe13f08880193a28 line 2
- Error: Cannot unlock an undefined object.https://equinoxvalleynursery.com/wp-includes/js/dist/private-apis.min.js?ver=835912f0086b9e59aed4 line 2
- SyntaxError: Unexpected end of scripthttps://equinoxvalleynursery.com/wp-includes/js/dist/blocks.min.js?ver=ef38e42500165bfda301 line 131
- Error: Cannot unlock an undefined object.https://equinoxvalleynursery.com/wp-includes/js/dist/private-apis.min.js?ver=835912f0086b9e59aed4 line 2
- TypeError: undefined is not an object (evaluating ‘wp.preferences.store’)https://equinoxvalleynursery.com/wp-admin/plugins.php?plugin_status=all&paged=1&s line 574
- SyntaxError: Unexpected end of scripthttps://equinoxvalleynursery.com/wp-includes/js/dist/block-editor.min.js?ver=f3d941bcb2e86c269881 line 25
- SyntaxError: Unexpected end of scripthttps://equinoxvalleynursery.com/wp-includes/js/dist/core-data.min.js?ver=89931f90e4df5eb5f8a3 line 2
- TypeError: (0,I.useCommands) is not a function. (In ‘(0,I.useCommands)(t)’, ‘(0,I.useCommands)’ is undefined)https://equinoxvalleynursery.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.3.1.1 line 198
Try reviewing the following thread and see if it points in the right direction:
https://stackoverflow.com/questions/74319793/why-i-get-unexpected-result-error-when-testing-rest-api
You must be logged in to reply to this topic.