Jump to content

thooom

Members
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Activity
    Developer

thooom's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Hello, thank you for reply. Sorry I couldn't update the topic before, but after a deep look in the code I've found the problem was in Traslate.php class. Then searching again on google I've found it's a 1.6.0.11 bug https://github.com/PrestaShop/PrestaShop/commit/9e27137fc1f1d57d4da9fc3fc1a63bba23c9a422 which is solved by replacing this file https://github.com/PrestaShop/PrestaShop/blob/9e27137fc1f1d57d4da9fc3fc1a63bba23c9a422/classes/Translate.php. Once I've saved the module translation only for some fields, the name field was without translation (which is "normally" skipped to retrieve the original string in the correct Translate.php). This created the translation file in all module dir, so the problem started from this step. Now it's all working.
  2. Hello, I was editing the module translations and going to module page after, all names were gone. The only way I found to view again modules name is to insert the translation of the name. I've been doing translation a lot of times and this never happend. Anyone knows why? Thanks
  3. Ciao, non so se hai risolto poi, nel caso servirebbe anche a me una soluzione. C'è qualcun altro che ha delle idee a riguardo?
  4. thooom

    Memory leak

    Thank you for reply. phpinfo() says Server Api: CGI/FastCGI. Does it mean I'm not using php-fpm? If not, is there another way to check it?
  5. thooom

    Memory leak

    Hello, I'm using PHP 5.3.3, PS 1.6.0.9 and ebay module 1.9.2. I noticed that when I launch synchronization, server memory usage increase on each iteration and dosen't decrease when I stop the synchro. Then it decrease after many hours, but having thousands of products sometimes I need to restart the server before the complete synchronization, and memory usage fall down again as it should be. Looking at the code, it all seems to happen in EbayRequest.php for the CURL request. Maybe a php bug? Thanks for help
  6. It's an hold topic but maybe it should help someone else. I had the same problem until I found that the results wrapper (<div class="product_list"></div>) called in the blocklayered.js by the reloadContent() function, was missing in the theme.
×
×
  • Create New...