test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • travelpl Friend
    #200976

    Hello,

    I have just bought the membership for the club extension and now i have a problem.
    I have installed the k2 filter module, componnent and plugin all for my joomla installation (J3.2.4) and i get a blank page as a result. I have posted above the login credentials for the dev site.

    The link to the site is :
    http://dev.pingunatura.info/sj/

    I have tried the solution founded in this forum http://www.joomlart.com/forums/topic/search-results-page-blank-2/


    PHP Code:
    <?php endif; ?>
    <?php endforeach; ?>
    </ul>

    and still i get blank pages. Thank you.

    Edit : Now is working. I guess because i have deleted the rows above.Is working only the ajax search.

    So, i have tested the ajax search and is working , but the regular search still gives me blank page.
    Please help.

    Thanh Nguyen Viet Friend
    #548054

    Hello,

    I have tried to enable Error Reporting in Global Configuration to Development mode, and I got this error message on your site

    Fatal error: Call to a member function get() on a non-object in /home/pingusol/public_html/dev/sj/templates/sj_decou/index.php on line 69

    This is an error of SJ Decoud template, to fix this issue, I have applied solution below
    – Open the file:
    templates/sj_decou/index.php

    – Find the code line:
    [PHP]$cls_body .= JFactory::getApplication()->getMenu()->getActive()->params->get(‘pageclass_sfx’);[/PHP]

    – And replace it with:
    [PHP]$activeMenu = JFactory::getApplication()->getMenu()->getActive();
    if($activeMenu) {
    $cls_body .= $activeMenu->params->get(‘pageclass_sfx’);
    }
    [/PHP]
    Please send this update to Template provider, so they can apply it for their template.

    travelpl Friend
    #548136

    Hello,

    Thanks a lot. I have updated the code as you sugested and it works perfectly.

    Thank you.

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

This topic contains 3 replies, has 2 voices, and was last updated by  travelpl 10 years, 2 months ago.

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