Backend “Home”
-
I have realized that when I go to the Woocommerce -> Home, the inbox often cannot load and the shop visibility shows different e.g. “live” when it should be “coming soon”.
When I did a bit deeper into logs and https calls, I see a good number of 500 and 503 responses. With regards the logs I see what shows below:
2024-08-20T15:13:15+00:00 CRITICAL require(): Failed opening required ‘[my-path]/wp-content/plugins/elementor/modules/nested-accordion/module.php’ (include_path=’.:/opt/alt/php74/usr/share/pear’) CONTEXT: {“error”:{“type”:64,”file”:”[my-path]/wp-content/plugins/elementor/includes/autoloader.php”,”line”:295},”backtrace”:[{“file”:”‘[my-path]/wp-content/plugins/woocommerce/includes/class-woocommerce.php”,”line”:359,”function”:”critical”,”class”:”WC_Logger”,”type”:”->”},{“function”:”log_errors”,”class”:”WooCommerce”,”type”:”->”}]}
2024-08-20T15:13:18+00:00 CRITICAL require(): Failed opening required ”[my-path]/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-coupons-v2-controller.php’ (include_path=’.:/opt/alt/php74/usr/share/pear’) CONTEXT: {“error”:{“type”:64,”file”:”‘[my-path]/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-php-autoloader.php”,”line”:90},”backtrace”:[{“file”:”‘[my-path]/wp-content/plugins/woocommerce/includes/class-woocommerce.php”,”line”:359,”function”:”critical”,”class”:”WC_Logger”,”type”:”->”},{“function”:”log_errors”,”class”:”WooCommerce”,”type”:”->”}]}
2024-08-20T15:13:18+00:00 CRITICAL require(): Failed opening required ”[my-path]/wp-content/plugins/elementor/core/common/app.php’ (include_path=’.:/opt/alt/php74/usr/share/pear’) CONTEXT: {“error”:{“type”:64,”file”:”‘[my-path]/wp-content/plugins/elementor/includes/autoloader.php”,”line”:295},”backtrace”:[{“file”:”‘[my-path]/wp-content/plugins/woocommerce/includes/class-woocommerce.php”,”line”:359,”function”:”critical”,”class”:”WC_Logger”,”type”:”->”},{“function”:”log_errors”,”class”:”WooCommerce”,”type”:”->”}]}Apparently, all works but, critical errors are never nice to have, are they? Astra recently released version 4.8. This has been happening with previous and current versions. To the question, “do files exist?” Yes, I have checked the files and they are there and have the same access rights as all other files, so it should not be a problem from that angle. I wonder if this is Astra or Woocommerce issue.
Any guidance for how to solve these issues would be welcomed.
- You must be logged in to reply to this topic.