Open kantsverma opened 3 years ago
Hello @kantsverma,
I think it's WordPress related issue. Please check your store server and you can increase the PHP memory limit and execution time
You can use ini_set
in runtime.
ini_set('memory_limit', '-1'); // Unlimited
ini_set('max_execution_time', '0'); //Unlimited
After execution script then reset default memory_limit and execution.
@maab16 yes i resolved it thank you for the response.
You can share the solution how you solve this problem so that other guys don't waste their time.
Here we are all help each other. Thanks. 🙂
On Sat 17 Apr, 2021, 12:24 PM Kantsverma, @.***> wrote:
@maab16 https://github.com/maab16 yes i resolved it thank you for the response.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Codexshaper/laravel-woocommerce/issues/69#issuecomment-821775503, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE66J2RNUOPVJXHNAJPVMSLTJESQXANCNFSM42Q5LKZQ .
@maab16 Yes sure I was sending the wrong parameters of the Product image. All the parameters should be perfect even the product image URL should be propper image URL that Woocomerce can copy to the WP upload folder as a product image.
Getting these issues on the server after deploying the code. It's working fine in localhost.
Even I am adding the dummy products ie