Hi,
i tried 9.3 RC but it didn’t help.
thank you
Hey, @telesante!
Thanks for trying!
Please note that the PR for this issue is currently set to be added on 9.4, if there aren’t any changes to the plans.
Besides seeing this warning, are you experiencing any issues on your website?
Looking forward to your reply.
Have a wonderful day!
I have encountered an issue with my WooCommerce plugin related to the layout configuration for my merchant store. The log file consistently shows the following alert message:
“Layout configuration for merchant store failed to load empty white layout configuration.”
This issue seems to occur repeatedly, as you can see in the attached log excerpt.
Could you please help me understand why this is happening and how I can resolve it? I would appreciate any guidance or troubleshooting steps you can provide.
<font style=”vertical-align: inherit;”><font style=”vertical-align: inherit;”>預先感謝您的幫忙。</font></font>
Monitoring Log: plugin-woocommerce-2024-09-21
- 2024-09-21T05:48:28+00:00 – Alert – PTK – Layout configuration for merchant store failed to load empty white layout configuration.
- 2024-09-21T05:48:32+00:00 – Alert – PTK – Layout configuration for merchant store failed to load empty white layout configuration.
- 2024-09-21T05:48:32+00:00 – Alert – PTK – Layout configuration for merchant store failed to load empty white layout configuration.
- 2024-09-21T05:48:33+00:00 – Alert – PTK – Layout configuration for merchant store failed to load empty white layout configuration.
- 2024-09-21T05:48:35+00:00 – Alert – PTK – Layout configuration for merchant store failed to load empty white layout configuration.
-
This reply was modified 1 year, 8 months ago by
xiabao.
I have encountered an issue with my WooCommerce plugin related to the layout configuration for my merchant store. The log file consistently shows the following alert message:
“Layout configuration for merchant store failed to load empty white layout configuration.”
This issue seems to occur repeatedly, as you can see in the attached log excerpt.
Could you please help me understand why this is happening and how I can resolve it? I would appreciate any guidance or troubleshooting steps you can provide.
Thank you in advance for your assistance.
Monitoring Log: plugin-woocommerce-2024-09-21
- 2024-09-21T05:48:28+00:00 – Alert – PTK – Layout configuration for merchant store failed to load empty white layout configuration.
- 2024-09-21T05:48:32+00:00 – Alert – PTK – Layout configuration for merchant store failed to load empty white layout configuration.
- 2024-09-21T05:48:32+00:00 – Alert – PTK – Layout configuration for merchant store failed to load empty white layout configuration.
- 2024-09-21T05:48:33+00:00 – Alert – PTK – Layout configuration for merchant store failed to load empty white layout configuration.
- 2024-09-21T05:48:35+00:00 – Alert – PTK – Layout configuration for merchant store failed to load empty white layout configuration.
Hi @xiabao and @maplestory
The patch for this will be included in an upcoming WooCommerce update (version 9.4 to be exact). You can see the developments on this link.
For future reference and in keeping with the forum policy on WordPress, please create your own support threads rather than adding to existing ones.
Thanks!
It’s now 9.4.1, is it still not resolved?
Hi,
The fix has been shipped with WooCommerce 9.4.1 release. Do you still have the issue?
The problem is still unresolved
Monitoring Log: plugin-woocommerce-2024-11-13
- 2024-11-13T05:48:28+00:00 – Alert – PTK – Layout configuration for merchant store failed to load empty white layout configuration.
- 2024-11-13T05:48:32+00:00 – Alert – PTK – Layout configuration for merchant store failed to load empty white layout configuration.
- 2024-11-13T05:48:32+00:00 – Alert – PTK – Layout configuration for merchant store failed to load empty white layout configuration.
- 2024-11-13T05:48:33+00:00 – Alert – PTK – Layout configuration for merchant store failed to load empty white layout configuration.
- 2024-11-13T05:48:35+00:00 – Alert – PTK – Layout configuration for merchant store failed to load empty white layout configuration.
Thanks, @xiabao for reporting this error. I can confirm that this log isn’t generated by WooCommerce.
@maplestory mentioned that another plugin causes this error:
I have encountered an issue with my WooCommerce plugin related to the layout configuration for my merchant store. The log file consistently shows the following alert message:
2024-09-21T05:48:28+00:00 – Alert – PTK – Layout configuration for merchant store failed to load empty white layout configuration.
Can you share the plugins that you have installed?
I installed many plug-ins. It’s not a problem with WooCommerce, otherwise it’s a problem with which plug-in.
The problem persisted even after the last update.
Even a total of 691 lines generated such errors.
-
This reply was modified 1 year, 6 months ago by
wp-user-7421.
@telesante thanks for the reply! Checking the code, it looks like that this issue doesn’t depend on WooCommerce: can you share the plugins that you have installed?
I installed many plug-ins – 48. It’s not a problem with WooCommerce, otherwise it’s a problem with which plug-in?
@telesante, @xiabao, could you please share a copy of your site’s System Status? You can find it via WooCommerce > Status. Select “Get system report” and then “Copy for support”. Once you’ve done that, paste it here in your response.
Thanks!
For everyone (like me) experiencing the same annoying error spam. Use the following Code Snippet to disable the PTK (Pattern ToolKit) feature. This may limit your functionality if you use the Gutenberg editor. Use at own risk, I am not a Dev nor have I extensively tested. But if this helped you, and you like artwork – check out my site 🙂
add_filter( ‘woocommerce_admin_features’, function( $features ) {
return array_diff( $features, [ ‘pattern-toolkit-full-composability’ ] );
} );