Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Ågebror Friend
    #124538

    when installin this and ja erica i get the following error

    Fatal error: Call to a member function on a non-object in /home2/universb/public_html/vike/templates/ja_genista/ja_menus/Base.class.php on line 30

    :((

    😀 that fixed the problem thank you

    maxime86 Friend
    #235019

    i got the same problem

    Khanh Le Moderator
    #235055

    We’ve just released a version of Genista for RC4. For whom did make customization on Genista for RC3, please make following updates to fix this problem:

    1. Open file template index.php, search:


    <jdoc:include type="debug" name="footer" />

    and replace with


    <jdoc:include type="modules" name="debug" />

    2. Open file ja_menus/Base.class.php, search (in function loadMenu):


    $menu = @JMenu :: getInstance();
    if(strtolower(get_class($menu)) == 'jexception') {
    $menu = @JMenu :: getInstance('site');
    }
    $user =& JFactory::getUser();

    $children = array ();

    //get menu items
    $rows = $menu->getItems('menutype', $this->getParam('menutype'));

    Replace with


    $user =& JFactory::getUser();
    $children = array ();

    // Get Menu Items
    $items = &JSite::getMenu();
    $rows = $items->getItems('menutype', $this->getParam('menutype'));

    maxime86 Friend
    #235106

    i made the updates but now, that gives me a error 500

    500 – Unable to load renderer class

    Khanh Le Moderator
    #235124

    Do you try to download the template for RC4?

    algebrazfr Friend
    #235193

    thank you..
    teşekkürler..

    Michael Casha Friend
    #235213

    Marking as resolved.

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

This topic contains 7 replies, has 5 voices, and was last updated by  Michael Casha 16 years, 11 months ago.

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