test
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • vehuel Friend
    #130537

    If i try to subscribe an user on my website I receive the following error:

    Fatal error: Class ‘JParameter’ not found in /home/u9r70jas/domains/vinicoppadoro.it/public_html/templates/ja_helio/ja_menus/Base.class.php on line 28

    Can you help me?

    Sherlock Friend
    #258550

    Hi
    Plz edit Base.class.php
    Search those lines

    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') {
    //if(defined( '_JEXEC' )) return new JParameter($param, $path);
    //else
    return new mosParameters($param, $path, $type);
    }

    vehuel Friend
    #258575

    Thanks.
    if i subscribe an user, there is not error but the page is empty now.
    try to subscribe here:
    http://www.vinicoppadoro.it

    vehuel Friend
    #258578

    I turn on the debug mode and this is the error:
    Notice: Undefined index: path in /home/u9r70jas/domains/vinicoppadoro.it/public_html/templates/ja_helio/ja_templatetools_1.0x.php on line 198

    vehuel Friend
    #258925

    i have alwyas the same problem, is there a solution please?

    vehuel Friend
    #259015

    Acajoom team solved the problem.
    thanks

    Sherlock Friend
    #259113

    Hi vehuel
    Can you share what Acajoom temeam did?

    vehuel Friend
    #259164

    The template is created to be compatible with Joomla 1.0.x and Joomla 1.5.
    Acajoom defined some constant to be as well compatible with both versions of Joomla and that created conflicts.

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

This topic contains 8 replies, has 2 voices, and was last updated by  vehuel 16 years, 4 months ago.

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