Skip Navigation

[Closed] Layout problem after update top wordpress 5.9

This support ticket is created 2 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Our next available supporter will start replying to tickets in about 1.87 hours from now. Thank you for your understanding.

This topic contains 1 reply, has 2 voices.

Last updated by Nigel 2 years, 9 months ago.

Author
Posts
#2280499
capture.jpg

Hello,

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.

#2280599

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Hi there

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:

define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);define('WP_DISABLE_FATAL_ERROR_HANDLER',true);

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.