Search the Community
Showing results for tags 'refresh'.
-
Setup: PW version 2.7.1 dev template cache is disabled Chrome Canary is opened with disabled cache and in inkognito view mode When I make a change to a template file (say the basic home.php) I want to immediately see that change after refreshing the browser. Example: This is the content of home.php: <?php echo "bla"; I browse to the root page and see the "bla" output. I change the code to <?php echo "bla1"; and save the file. After that I immediately reload the page in the browser and I don’t see the change to "bla1". Only after multiple browser reloads (at times also more than 20 reloads) and "hard" reloads does the change appear. What I tried to do: set $config->dbCache, $config->sessionFingerprint and $config->sessionChallenge to false in config.php delete all sessions re-save the page in the ProcessWire backend and reload the browser page completely delete the browser history (cookies, cache, everything) after the first visit to the page Nothing helped. Questions: Can someone replicate this behavior? What can I do to achieve the desired behavior? Thanks a lot in advance for any help.
-
I have noticed a strange thing ever since upgrading to or installing 2.3.8. Whenever I edit a page and press "save", the page doesn't reload. It just shows a blank screen with the current URL, e.g. http://www.mydomain.com/pw/admin/page/edit/?id=1061 The edits ARE saved - that's not the problem. Just the blank screen. I have to manually get back or hit reload / F5 in the browser. I've tried switching from Chrome to Firefox. I've also tried switching to the old admin theme - no luck. Clearing browser cache: same thing. To clarify: This happens when editing / creating / saving pages, and e.g. using the batcher module. Editing fields and templates behaves normally. Is this a known bug? I noticed this behaviour now in three sites, all running on 2.3.8.