I just use AwoCoupon Pro to generate 3000 coupons for a campaign and when I went to export them, I got the following error.
Request Entity Too Large
The requested resource
/administrator/components/com_awocoupon/views/reports/tmpl/csv.php
does not allow request data with GET requests, or the amount of data provided in the request exceeds the capacity limit.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I changed the PHP variables_order = “EGPCS” to POST and GET with no luck
How can we export those coupons to CSV without errors like this?
Thanks
Request Entity Too Large
The requested resource
/administrator/components/com_awocoupon/views/reports/tmpl/csv.php
does not allow request data with GET requests, or the amount of data provided in the request exceeds the capacity limit.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I changed the PHP variables_order = “EGPCS” to POST and GET with no luck
How can we export those coupons to CSV without errors like this?
Thanks