After updating to worpdress 5.9.
I can no longer edit content templates with layout.
The layout no longer loads (see screenshot).
I can no longer load images from a custom field inside a post.
The admin of my site is unusable since the update. I specify that all my plugins are up to date.
How can I fix this bug?
Thank you.
I just tested editing layouts on my local test site with WP 5.9 and everything works normally, so it appears to be something specific to your site causing the problem.
Before going any further, please check for errors.
Check the browser console for JS errors while editing the layout, and also check the debug.log for PHP errors.
If you haven't already, turn on the debug log by editing your wp-config.php file and change the line with WP_DEBUG like so:
That will create a debug.log file in your /wp-content/ directory which you can examine in any text editor. Try editing the layout again and then inspect the log. If you don't find the debug.log file it means it didn't generate any warnings or errors.
Finally, check for conflicts. Disable all plugins except Toolset, and make sure you are not running any custom code (switch theme to twentytwentyone, and disable any code snippets added in Toolset > Settings). Then try editing the layout again. If the problem no longer appears then you should be able to determine the source of any conflict that triggers the problem by a process of elimination.
Let us know what you find.
The topic ‘[Closed] Layout problem after update top wordpress 5.9’ is closed to new replies.