Hello @bvk69varghese,
Thank you for reaching out! ??
Also I have updated the my site all plugins using composer update command. But the error is still appearing. We are always updating our plugins using the “composer update” comand run on the root folder of the website.
WordPress plugins are not PHP libraries, so composer will not update them, it might update PHP libraries that your plugins depend on but not the plugin code itself.
You can update plugins from All Plugins → Installed plugins → Update plugin.
I am trying to create a duplicate product from one of my variation products and its crated as soldout product as copy in the name. My issue I am unable to edit this product and I am getting this error
I wasn’t able to replicate the issue, the attributes are copied to the new product with no problem.
Link to image: https://d.pr/i/BOYH4S
I noticed all of the following server variables are below what’s recommended for WooCommerce to run properly:
PHP Post Max Size: 8 MB
PHP Time Limit: 30
PHP Max Input Vars: 1000
Please ask your hosting provider to increase it to the following, especially the PHP Time Limit
, it might not solve the original issue but it should definitely help with errors coming from other plugins like All in one SEO pack.
PHP Post Max Size: 2 GB
PHP Time Limit: 1200
PHP Max Input Vars: 6144
If that doesn’t help, then please try disabling all plugins except WooCommerce, make sure to also activate the default Storefront theme.
If the problem is not present after doing so, then you know there was a plugin conflict. You can find the culprit by enabling plugins one by one until you encounter the same behaviour again. For more guidance on how to address plugin conflicts, please refer to this guide: https://woocommerce.com/document/how-to-test-for-conflicts/
Cheers!