problem when I upload a product that exceeds 8 MB
-
good morning everyone, I tried to create a product with many Variations but when I tried to save the product it gave me the error 500, I went to see the terminal I found the following problem: ```
WARN PHP Warning: POST Content-Length of 23686206 bytes exceeds the limit of 8388608 bytes in Unknown on line 0.![1cd4abfb-d061-4863-b22f-e9a0a3aa745b-image.png](/assets/uploads/files/1732105506564-1cd4abfb-d061-4863-b22f-e9a0a3aa745b-image.png)
-
the erorr -
-
Hello @youssefq
In deafult PHP uploading limit size 2MB for this you need to increase the max uploading limit from the php.ini file
Thanks & Regards
-
Hello @Rishabh-Webkul,
Thank you for taking the time to look into my issue.
Before reporting this bug, I had already edited the php.ini file and set the post_max_size and upload_max_filesize values to 1000M. Despite this, the problem persists, and I still encounter the same error.
Thank you again for reviewing my bug report.
Best regards,