Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • startprogram Friend
    #989268

    How I can fix this

    PHP Deprecated: Non-static method JApplicationSite::getMenu() should not be called statically in /home/qfdoqopi/public_html/components/com_jak2filter/views/itemlist/view.feed.php on line 248

    JA K2 Filter: 1.2.6
    Joomla 3.4.6
    K2 v2.7.1
    PHP: 7.0.13
    MYSQL: 5.6.34

    Mo0nlight Moderator
    #990197

    Hi.

    You can try this.
    Edit the file : components/com_jak2filter/site/views/itemlist/view.feed.php
    Change the code at line : 247-249

            $menus = JSite::getMenu();
            $menu = $menus->getActive();

    To

    $menus = $mainframe->getMenu();
            $menu = $menus->getActive();

    Regards.

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

This topic contains 1 reply, has 2 voices, and was last updated by  Mo0nlight 7 years, 12 months ago.

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