Hi @igor-kopakov,
Please share us the screenshot of the issue you are facing and share your fatal error log(Woocommerec>status>logs>fatal-error) so that we can check it.
Error page
https://pastenow.ru/BU4D3
fatal-error not found
https://pastenow.ru/BU6PD
This error appeared after updating Woocommerce to version 5.1.0
After updating WordPress, the php memory limit was dropped. I installed 256MB. Now gives this error:
https://pastenow.ru/BU76K
Woocommerce status
https://pastenow.ru/BU79K
Hi @igor-kopakov,
Could you please try increasing the WP memory limit and try. To increase WP memory limit , try adding this line the wp-config.php before require_once(ABSPATH . ‘wp-settings.php’);
define('WP_MEMORY_LIMIT', '1024M');
define('WP_MAX_MEMORY_LIMIT', '1024M');