Cannot edit pages after update to 5.3
-
I recently updated to WordPress 5.3 and now I cannot edit any pages. When I click on a page or post, I get a blank page. Nothing loads. It does not help to use different browsers. My theme and all my plugins are up to date. Disabling all plugins does not resolve the issue.
I followed the troubleshooting on https://www.ads-software.com/support/article/using-your-browser-to-diagnose-javascript-errors/ and after completing Step 2 (Enable SCRIPT_DEBUG), I was able to resolve the issue. However, when I disable the Script Debug, the problem comes right back.
When I do step 3 of this troubleshooting page (Ctrl + Shift + J), I get the following message:
Uncaught TypeError: Object(…) is not a function
at Module.341 (block-library.min.js:1)
at n (block-library.min.js:1)
at wp.blockLibrary.0 (block-library.min.js:1)
at block-library.min.js:1Uncaught TypeError: Cannot read property ‘registerCoreBlocks’ of undefined
at Module.yo (edit-post.min.js:1)
at HTMLDocument.<anonymous> (post.php:2179)Unchecked runtime.lastError: The message port closed before a response was received.
post.php?post=2154&action=edit:1Why does the debug only fix it for a period of time? I have two websites with identical themes and nearly identical plugins. The page editor of one works while the other doesn’t.
- The topic ‘Cannot edit pages after update to 5.3’ is closed to new replies.