Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Sherlock Friend
    #127614

    After searching for a solution about this error, I finally found a fix for it. Please follow my instruction below:
    Open file ja_templatetools.php
    Search function isFrontPage()
    You will see this block of code:

    return (JRequest::getCmd('option')=='com_content' && !JRequest::getInt('id'));

    Change to :

    return (JRequest::getCmd( 'view' ) == 'frontpage') ;

    I have reported to JA Staffs and they will be update to package soon.

    eaaland Friend
    #246820

    That fixed it 😀

    Thx

    winzor Friend
    #298704

    The error is fixed but the pop up calendar will no longer work.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 3 voices, and was last updated by  winzor 15 years, 1 month ago.

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