Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • chavan Friend
    #408042

    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.

    L John Friend
    #409862

    <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.

    L John Friend
    #414853

    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.

    L John Friend
    #415404

    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.

Viewing 4 posts - 16 through 19 (of 19 total)

This topic contains 19 replies, has 4 voices, and was last updated by  L John 12 years, 12 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum