alinam Posted June 7, 2014 Share Posted June 7, 2014 Hi there, we are working on PS 1.6.0.6 and in BO the pages do not refresh after modifying data. I need to manually refresh to see any changes made. I searched for similar topics to find a solution but didn't found any. Link to comment Share on other sites More sharing options...
El Patron Posted June 7, 2014 Share Posted June 7, 2014 Hi, can you tell us if you have any cache enabled? back office-->advanced parameters-->performance scroll to bottom, Caching Link to comment Share on other sites More sharing options...
alinam Posted June 7, 2014 Author Share Posted June 7, 2014 We used Cache (Memcahe) but then disable it. It's disabled for the last week. The refresh is still not working. Link to comment Share on other sites More sharing options...
El Patron Posted June 7, 2014 Share Posted June 7, 2014 maybe varnish cache is on in your hosting, here is a tip on how you can determine if varnish is enabled http://drupal.stackexchange.com/questions/80771/how-to-determine-if-varnish-pressflow-is-caching-content-in-a-useful-way note: you can also ask your hosting company if varnish cache (or other cache type) is being used in your hosting... Link to comment Share on other sites More sharing options...
alinam Posted June 7, 2014 Author Share Posted June 7, 2014 Thank you El Patron! I have checked and no Varnish! see here Link to comment Share on other sites More sharing options...
El Patron Posted June 7, 2014 Share Posted June 7, 2014 Thank you El Patron! I have checked and no Varnish! see here I searched forge, forum net...sorry I can not be more help. Link to comment Share on other sites More sharing options...
alinam Posted June 7, 2014 Author Share Posted June 7, 2014 Thanks anyway! 1 Link to comment Share on other sites More sharing options...
Eolia Posted November 29, 2014 Share Posted November 29, 2014 (edited) In classes/controller/AdminController.php add (about line 1523) headers : public function initHeader() { header('Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0'); header('Pragma: no-cache'); header('Expires: Sat, 26 Jul 1997 05:00:00 GMT'); // Multishop $is_multishop = Shop::isFeatureActive(); ..... Clear your browser cache after mod (ctrl + f5) Edited November 29, 2014 by Eolia (see edit history) 1 Link to comment Share on other sites More sharing options...
Recommended Posts