kalle
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Site crashed after updating and can’t activate WooCommerceHi @abwaita
WooCommerce version 5.7.1, so the newest version.
I tried the recommended fix in that thread, but it didn’t fix the issue.
I will check the suggestions in that article.
Thanks for your help!
Forum: Plugins
In reply to: [WooCommerce] Site crashed after updating and can’t activate WooCommerceWhen the problem occur I also get an email from WordPress that a technical problem has happened with this error message:
Ett fel av typen E_COMPILE_ERROR uppstod på rad 87 i följande fil: /home/actifyss/stage.actifys.se/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-php-autoloader.php. Felorsak: require(): Failed opening required ‘/home/actifyss/stage.actifys.se/wp-content/plugins/woocommerce/packages/woocommerce-admin/src/Notes/Note.php’ (include_path=’.:/opt/alt/php74/usr/share/pear’)
Forum: Plugins
In reply to: [WooCommerce] Site crashed after updating and can’t activate WooCommerceHi @maykato
Thanks for your reply. I switched to Storefront, disabled all plugins except for WooCommerce and it worked for a few minutes (without and other plugins activated). Then it stopped responding again and I had to disable WooCommerce via FTP to get access to the site again. If it helps, I noticed that as soon as this happens the Physical Memory Usage on the server goes to 100% and the CPU limit is reached, which is what I guess makes the site not responding.
Forum: Plugins
In reply to: [WooCommerce] Site crashed after updating and can’t activate WooCommerceFound this code in another thread and added it to the site and it started to work for a little while. However, after a few minutes the admin panel didn’t respond anymore.
// temporarily disables WOO Analytics info on dashboard – disables all Woo Analytics!
add_filter( ‘woocommerce_admin_disabled’, ‘__return_true’ );