I've just installed ps 1.6.1.1 and I have lot of products all with big image (aprox. 4000 x 3000 pixels). When I try to upload images there is allways an error.
As you can see on the first attached picture the image size is 2,64MB and 4182 x 3122 pixels.
On the second attached picture is the unknown error after couple of seconds.
I tried to resize the image to half size 1,41MB and 2091 x 1561 pixels and this one went without problem.
So original size was: 2,64MB and 4182 x 3122 pixels and got error in upload.
Half size was: 1,41MB and 2091 x 1561 pixels and went fine.
In backoffice I changed the preferences/images
Maximum size to 150000000 bytes
max weight and lenght to 8000 pixels both
My php.ini settings are:
file_uploads = On
upload_max_filesize = 64M
post_max_size = 64M
memory_limit = 256M
max_execution_time = 120
max_input_time = 180
Any idea how to solve this?