Hi ljohn
You could follow below steps to fix your solution.
1. Open file /plugins/system/jat3/jat3/core/cache.php
2. Find getPageKey function
3. Replace this block code
if ($user->get('aid', 0) || $_SERVER['REQUEST_METHOD'] != 'GET') {
$key = null;
return null; //no cache for page
}
by
if ($user->get('guest') || $_SERVER['REQUEST_METHOD'] != 'GET') {
$key = null;
return null; //no cache for page
}
Save & clear T3 cache. Then surf your site.
1 user says Thank You to chavan for this useful post
<em>@Do Ha 262002 wrote:</em><blockquote>Hi ljohn
You could follow below steps to fix your solution.
1. Open file /plugins/system/jat3/jat3/core/cache.php
2. Find getPageKey function
3. Replace this block code
if ($user->get('aid', 0) || $_SERVER['REQUEST_METHOD'] != 'GET') {
$key = null;
return null; //no cache for page
}
by
if ($user->get('guest') || $_SERVER['REQUEST_METHOD'] != 'GET') {
$key = null;
return null; //no cache for page
}
Save & clear T3 cache. Then surf your site.</blockquote>
Made the change; it helpled but there are still caching issues; when you log out it takes a few hours for the login tab to appear.
I will upgrade to the template to 1.7 then test it out to see if these issues are resolved.
The cache problems seems to have been fixed with the upgrade to version 1.7.
The login and authorization issues are now solved except one, where a third party login tool is being used.
The upgrade to Joomla 1.7 have resolved issues related to ghost logins and menu buffering, resulting in errors when logging out and menus not available when the user logs in.
This topic contains 19 replies, has 4 voices, and was last updated by L John 13 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum