Keywords: PrestaShop - Windows - How to - Other
Description:
Sorry, guys I know there are lots of troubleshooting guides and I've seen many. The problem is I followed all but couldn't fix the upload filesize issue.
First I changed the PHP.ini file located at
C:\Bitnami\prestashop-1.7.7.1-0\php (there were no "etc" folder here)
; Maximum size of POST data that PHP will accept.
post_max_size = 512M
; Maximum allowed size for uploaded files.
upload_max_filesize = 512M
I changed those values to more. Saved and restarted servers.
Lastly I've just changed the .htaccess file at C:\Bitnami\prestashop-1.7.7.1-0\apps\prestashop\htdocs
I've added these lines
php_value upload_max_filesize 512M
php_value post_max_size 200M
php_value memory_limit 256M
I've restarted again the servers and no change at all.
I'd appreciate your help to figure this out.
Thanks
No results. Get error treatment message "The uploaded file is too large"
Then I changed the .httpd.conf file at C:\Bitnami\prestashop-1.7.7.1-0\apache2\conf
I've added the line LimitRequestBody 536870912
I've Restarted servers and got the same error