before81 Posted October 5, 2015 Share Posted October 5, 2015 (edited) 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? Edited October 5, 2015 by before81 (see edit history) Link to comment Share on other sites More sharing options...
before81 Posted October 5, 2015 Author Share Posted October 5, 2015 (edited) So, I've solved this- added a line to the config.inc.php file: ini_set('memory_limit', '256M'); Thank you Edited October 5, 2015 by before81 (see edit history) Link to comment Share on other sites More sharing options...
Kanenas Posted April 26, 2016 Share Posted April 26, 2016 (edited) So, I've solved this- added a line to the config.inc.php file: ini_set('memory_limit', '256M'); Thank you Fixed thanks.. in combination with disabling mod_sec from cpanel!!! Edited April 27, 2016 by Kanenas (see edit history) Link to comment Share on other sites More sharing options...
roses&lace Posted July 15, 2016 Share Posted July 15, 2016 HELP..... On theme configurator, I am trying to upload images to the hooks (home, top, left, right etc) But with certain pictures it does not upload and says "AN ERROR OCCURED DURING IMAGE UPLOAD" Would this have anything to do with the pixel sizes? Do they have to be a certain size? Only a couple of pictures will upload Please help, thanks Link to comment Share on other sites More sharing options...
casanovamask Posted August 1, 2016 Share Posted August 1, 2016 (edited) 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. Same problem I am having, except when adding a line to the config file the error persists. Is there anything else I can do? Thank you Edited August 1, 2016 by casanovamask (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now