Jump to content

farior

Members
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Activity
    Freelancer

farior's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. My solution: I increased my PHP memory limit through the php.ini at the PrestaShop folder by adding this row: memory_limit = "1000M"
  2. For some reason the required from PrestaShop memory_limit was increased (maybe I added some module that requires more memory). Meanwhile I received this error at the back-office in debug mode: Notice on line 59 in file /home/evroweb/public_html/shop/classes/ImageManager.php [8] getimagesize() [<a href='function.getimagesize'>function.getimagesize</a>]: Read error! How to debug: http://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information/ For understanding of your runtime phpinfo, use this free module, it is 'very' useful. http://www.prestashop.com/forums/topic/278164-free-module-display-php-environment-phpinfo-back-office/ The solution: I changed the PHP directive through the php.ini file on my hosting (in the PrestaShop folder) by adding this row: memory_limit = "1000M"
  3. I have exactly the same weird error with a fresh install of PS 1.6.0.9 and can't find solution nowhere. I also posted a topic here http://www.prestashop.com/forums/topic/368524-images-uploading-problem-with-a-new-presashop-installation/ and have no answer by now. Did you find some additional info?
  4. I have installed a new copy of PrestaShop 1.6.0.9 and when I tried to upload somethimes the images are uploaded, but some thumbnails were missing, or some of the images were not uploaded at all. I did a long research what the problem could be. What I found (for example folder permissions, memory_limit or bugs in older PS versions) was not my case. Now I'm thinking that there is some misconfiguration of the server, but I didn't find anything suspicious... Here is my php info http://evroweb.com/teos/i.php P.S. I noticed that with a memory_limit of 128M I cannot access the back-office Modules page. I accessed it when I increased it to 256M. Any suggestions please?
×
×
  • Create New...