DeadONGz opened this issue a year ago · 1 comments
I'm using xampp and i'm trying to save and that happens.
In xampp window click on apache config button.
Edit apache/conf/httpd.conf and add
LimitRequestBody 1024000 <IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule>
Edit php.ini and increase the following values or add them if missing
post_max_size = 64M upload_max_size = 64M