Jump to content

Recommended Posts

Hello. Im using prestashop 1.5 and I have one annoying problem. Every time I add new product, I have to refresh the page twice to see that it is added. It happens also when I duplicate products or turn the displayed checkbox on, after page reload it does show the changes, after second refresh its shows up. I want to uderstand wether it is my problem or there is problem with back office it self.

Link to comment
Share on other sites

  • 2 months later...

No definitely doesn't show regardless of the length of time I wait. It comes up fully. I get this pretty much everywhere, for example I update the product description, save. Select the product again in the BO and it loads with all my old text. Hit refresh and then its OK, but If I forget and press save again then I loose all my changes....

Link to comment
Share on other sites

After several hours I finally found out what the issue is. The problem was very repeatable on one server and worked fine on another server so I finally traced it down (with the help of my host Hostmonster.com who are excellent) to a WordPress installation the same same location and for that the .htaccess file was set to use Total Cache 3 for WordPress and this seems to be incompatible with Prestashop. Turning of Total Cache 3 seemed to solve the problem, in the .htaccess file.

Link to comment
Share on other sites

  • 6 months later...
  • 1 year later...

After several hours I finally found out what the issue is. The problem was very repeatable on one server and worked fine on another server so I finally traced it down (with the help of my host Hostmonster.com who are excellent) to a WordPress installation the same same location and for that the .htaccess file was set to use Total Cache 3 for WordPress and this seems to be incompatible with Prestashop. Turning of Total Cache 3 seemed to solve the problem, in the .htaccess file.

Hi.

Please tell how to change this setting, because I have the same problem with my Prestashop site, and I looked in the .htaccess file, but didnt find any cache settings.

Link to comment
Share on other sites

I solved the problem.

I add this in my .htaccess file and everything is working perfect:

 

<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 1 days"
ExpiresByType text/html "access plus 0 seconds"
</IfModule>

Link to comment
Share on other sites

×
×
  • Create New...