Jump to content

before81

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by before81

  1. Good morning! Can someone help me please? After I moved my prestashop 1.6.1.1 to web hosting, all products disappeared from the category list. I tried to get the error so I switched debug mode on and got this: Then I tried to disable Layered Navigation Block, products are appeared, but this is not a good solution as I would like to use the Layered Navigation Block. So any idea how to solve this issue?
  2. So, I've solved this- added a line to the config.inc.php file: ini_set('memory_limit', '256M'); Thank you
  3. 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?
×
×
  • Create New...