Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Pages not refreshing after login
hguarnieri
New
Comments
I am having the same problem too. Solution please.
can you translate this into something more understandable, and provide a screenshot, and under what conditions, client browser, client os, mobile , all users, and on what pages. and what caching if any you are using.
Pragmatism is all I have to offer. Avoiding the sidelines and providing centerline pro-tips.
PHP 5.4
MySQLServer version: 5.5.51
Situation:
Tested on:
Chrome 53.0.2785.143 (64-bit)
Safari Version 9.1 (11601.5.17.1)
Mac OS X El Capitan 10.11.4
Situation:
No plugins active
Default theme
No cache
there are a number of issues with older safari regarding stale browser cache, not sure if any of this will help you.
https://www.google.com/search?q=+cache+safari+problem+etag
https://www.google.com/search?q=+cache+safari+problem
Pragmatism is all I have to offer. Avoiding the sidelines and providing centerline pro-tips.
bump - I'm having the same issue
Boas,
Tenta fazer sequente - adicione as seguintes linhas no conf.php
// Cache
$Configuration['Cache']['Enabled'] = true;
$Configuration['Cache']['Method'] = 'memcached';
limpa ficheiros .ini na pasta /cache
lipa cache (webbrowser) do seu site
Abraço
Please can someone translate this in English?
Add to your file config.php next
// Cache
$Configuration['Cache']['Enabled'] = true;
$Configuration['Cache']['Method'] = 'memcached';
Add also the line
$Configuration['Garden']['RewriteUrls'] = true;
To clean .ini files in the /cache folder
Clear your site's web browser cache
My config.php already had all those settings on and I had cleared the cache multiple times, to no avail.
If there was a way for the browser to refresh its cache for your website when he clicks on "login" I'm pretty sure that would solve all issues (because if you manually press Ctrl+F5 after logging in, it works perfectly), but this doesn't seem possible from my Googling
Thanks for the answer though @kopna - any more help would be hugely appreciated