Unable to fully load Woocommerce internal pages and crashes the site afterwards
-
Hi,
If I try to load:
https://www.klotho.cl/wp-admin/admin.php?page=wc-admin
the page returns: “There was an error getting your inbox.”
and then crashes the site with “A timeout occurred Error code 524” as well with “503 Service Unavailable – The server is temporarily busy, try again later!”
It seems it keeps trying to load without success https://www.klotho.cl/wp-admin/admin-ajax.php according to the console.log
Even Sucuri plugin has this issue that keeps trying to load admin-ajax.php
Here’s the system report: https://docs.google.com/document/d/1_aTlr7BW7piefZMmAgHkDGqA384ksBhzgwSh2Kp8a_o/edit?usp=sharing
And with error verbose enabled with: ‘WP_DEBUG’, true, I get:
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wc-quantity-plus-minus-button domain was triggered too
early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later.
Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/klothocl/public_html/wp-includes/functions.php
on line 6121
Warning: Cannot modify header information - headers already sent by (output started at /home/klothocl/public_html/wp-includes/functions.php:6121) in
/home/klothocl/public_html/wp-includes/functions.php on line 7168
Warning: Cannot modify header information - headers already sent by (output started at /home/klothocl/public_html/wp-includes/functions.php:6121) in
/home/klothocl/public_html/wp-includes/functions.php on line 7144
Warning: Cannot modify header information - headers already sent by (output started at /home/klothocl/public_html/wp-includes/functions.php:6121) in
/home/klothocl/public_html/wp-admin/admin-header.php on line 14But even after disabling the “Quantity Plus Minus Button for WooCommerce” plugin and effectively no longer seeing the this notice, the orginal problem persists.
Tried as well adding: WooCommerce Legacy REST API extension, no difference.The page I need help with: [log in to see the link]
The topic ‘Unable to fully load Woocommerce internal pages and crashes the site afterwards’ is closed to new replies.