Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • lorenzo_redi Friend
    #127506

    Installation of components RSGALLERY and ACAJOOM NEWSLETTER is OK.
    I use this component in mai_menu like a component, but when i click on this link …

    When use ACAJOOM error is:

    Fatal error: Class ‘JParameter’ not found in /www.agebi.it/templates/ja_edenite/ja_menus/Base.class.php on line 28

    When use RSGALLEY error is

    Fatal error: Call to undefined method JA_Moomenu::getCfg() in http://www.agebi.it/components/com_rsgallery2/lib/j15backport/includes/application.php on line 354

    I don’t undestand why????
    If i use another template (for example default template of joomla – rhuk_solarflare_ii) there is not error.

    Can you help me????

    PLEASE HELP ME!!! THANKS!!!!

    Sherlock Friend
    #245308

    can you provide what version do you use of each component?

    lorenzo_redi Friend
    #245309

    Acajoom PRO – version 1.3.0

    Rs Gallery 2 – version 1.14.3 (SVN 649)

    Help me please. Thanks

    lorenzo_redi Friend
    #245317

    help me please. it’s a ja edenite template problem :confused: :confused: :confused: :confused:

    Sherlock Friend
    #245336

    plz open Base.class.php.
    search those lines(~28):

    function createParameterObject($param, $path='', $type='menu') {
    if(defined( '_JEXEC' )) return new JParameter($param, $path);
    else return new mosParameters($param, $path, $type);
    }

    Change to

    function createParameterObject($param, $path='', $type='menu') {
    return new mosParameters($param, $path, $type);
    }

    And search those lines(~21)

    function loadMenu(){
    if(defined( '_JEXEC' )) $this->loadMenu_15();
    else $this->loadMenu_10x();
    }

    Change to

    function loadMenu(){

    $this->loadMenu_10x();
    }

    lorenzo_redi Friend
    #245483

    Before your replay i resolve to sostituite Base.class.php file of Ja edenite templates with another file Base.class.php from anotrher joomlart template and work without problems

    Now i try your solution and say you if work correct.

    Thanks very much (sorry for bad english)

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

This topic contains 6 replies, has 2 voices, and was last updated by  lorenzo_redi 16 years, 7 months ago.

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