Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • jmdstudio Friend
    #149917

    Hi, I’m having problems with the JA Highslide module and when I preview the site I get this warning message:

    Warning: Parameter 2 to plgContentJA_tabs::onPrepareContent() expected to be a reference, value given in C:xampphtdocsjoomlalibrariesjoomlaeventevent.php on line 67

    Warning: Parameter 2 to plgContentJA_highslide::onPrepareContent() expected to be a reference, value given in C:xampphtdocsjoomlalibrariesjoomlaeventevent.php on line 67

    Warning: Parameter 2 to plgContentEmailCloak() expected to be a reference, value given in C:xampphtdocsjoomlalibrariesjoomlaeventdispatcher.php on line 136

    Warning: Parameter 2 to plgContentLoadModule() expected to be a reference, value given in C:xampphtdocsjoomlalibrariesjoomlaeventdispatcher.php on line 136

    Warning: Parameter 2 to plgContentVsig::onPrepareContent() expected to be a reference, value given in C:xampphtdocsjoomlalibrariesjoomlaeventevent.php on line 67

    Warning: Parameter 2 to plgContentPagebreak() expected to be a reference, value given in C:xampphtdocsjoomlalibrariesjoomlaeventdispatcher.php on line 136
    {highslide type=”slideshow-controlbar” height=”75″ width=”75″ event=”click” class=”” captionText=”” positions=”top, left” display=”none” src=”/joomla/butterflydiamondsparkle.jpg, diamonds-of-the-deep.jpg, fishdiambletb.jpg, goldenrings_000.jpg, stingray_gold_cuff-pink_diamonds-full.jpg, underwaterstb.jpg”} {/highslide} [/I][/I]

    Does anyone have ideas what is causing this, or how to fix it?

    Thanks in advance!:)

    Saguaros Moderator
    #338211

    Dear jmdstudio!

    Please kindly let me known: which ja modules do you install and use on your site? please put the list in here and then i’ll give you the solution

    Thanks

    jmdstudio Friend
    #338358

    Hi tienhc,

    I installed the JA Quartz template with all content. The modules I use are:

    FRONT PAGE
    JA Slideshow
    Latest News
    Random Image
    Gallery (I’m trying to get to work)
    JA Tab

    REST OF SITE
    JA Slideshow 2
    Main Menu
    Spotlight Module Content with Image
    Polls
    Custom Module

    I also have some additional Plugins installed, which I can tell you if needed.

    Thanks,

    jmdstudio 🙂

    Saguaros Moderator
    #338531

    Dear jmdstudio!

    Pls fix this issue as following:

    1) open the file : modules/mod_jatabs/helper.php and find codes:

    [PHP]
    $plg->onPrepareContent($row, $pparams, 0);
    [/PHP]

    and replace:
    [PHP]
    $plg->onPrepareContent(&$row, &$pparams, 0);
    [/PHP]

    2) open the file: modules/mod_jahighslide/helper.php and find codes:
    [PHP]$arr = $app->triggerEvent(‘onPrepareContent’, array(&$row, $pparams, 0)); [/PHP]
    replace:
    [PHP]$arr = $app->triggerEvent(‘onPrepareContent’, array(&$row, &$pparams, 0)); [/PHP]

    if the problem is not fixed, pls upload your project to the live host and give me the ftp account, the administrator account , i would like to have a closer look on the issue

    THanks

    indiaparichay Friend
    #339033

    I have JATC Standard membership. I am unable to download ja highslide. I have telineiii on my website and I am ready to integrate ja highslide into it. Please help

    Anonymous Moderator
    #339073

    <em>@indiaparichay 172988 wrote:</em><blockquote>I have JATC Standard membership. I am unable to download ja highslide. I have telineiii on my website and I am ready to integrate ja highslide into it. Please help</blockquote>

    Hi guy,

    JA Highslide belongs to JAEC extensions club; therefore, if you would like to download this, you are required to purchase JAEC extensions membership 1 year (it costs you only 50$).

    JA Highslide is built-in JA Quartz also, you can download this template and get JA Highslide with your current membership.

    fanho Friend
    #339158

    Hello, I want to use JA highslide to show html or a joomla article idea. I know it’s possible because I remember reading about it. But this userguide ressource isn’t available anymore.
    Could you explain the code to display a Joomla artcile with Ja Highslide ?
    Thank you

    alexil Friend
    #339420

    <em>@tienhc 172344 wrote:</em><blockquote>Dear jmdstudio!

    Pls fix this issue as following:

    1) open the file : modules/mod_jatabs/helper.php and find codes:

    [PHP]
    $plg->onPrepareContent($row, $pparams, 0);
    [/PHP]

    and replace:
    [PHP]
    $plg->onPrepareContent(&$row, &$pparams, 0);
    [/PHP]

    2) open the file: modules/mod_jahighslide/helper.php and find codes:
    [PHP]$arr = $app->triggerEvent(‘onPrepareContent’, array(&$row, $pparams, 0)); [/PHP]
    replace:
    [PHP]$arr = $app->triggerEvent(‘onPrepareContent’, array(&$row, &$pparams, 0)); [/PHP]

    if the problem is not fixed, pls upload your project to the live host and give me the ftp account, the administrator account , i would like to have a closer look on the issue

    THanks</blockquote>

    I have the same problem. This problem appear when I download site on local computer with new XAMPP (PHP : 5.3.1 MySQL : 5.1.41). I removed ja_highslide plugin and module and install once more. Then I couldn’t safe or close module with any value in “Type” dropdown box only without . I replaced codes how you offered. Nothing changed. But on host all works. Do you have some solutions?:confused:

    Saguaros Moderator
    #339585

    Dear alexil!

    Pls give me more information: you installed the quickstart on your computer and the problem happened on this quickstart?

    Thanks

    alexil Friend
    #339629

    Dear Tienhc.
    My site place on remote host now. But I make some changes on the local host. I changed my work computer and install the latest version of XAMPP (PHP : 5.3.1 MySQL : 5.1.41). I download the copy of site on my new comp. and I saw on my local site on the place of module jahighlight something that

    Warning: Parameter 2 to plgContentJA_tabs::onPrepareContent() expected to be a reference, value given in C:xampphtdocsjoomlalibrariesjoomlaeventeven t.php on line 67

    Warning: Parameter 2 to plgContentJA_highslide::onPrepareContent() expected to be a reference, value given in C:xampphtdocsjoomlalibrariesjoomlaeventeven t.php on line 67

    Warning: Parameter 2 to plgContentEmailCloak() expected to be a reference, value given in C:xampphtdocsjoomlalibrariesjoomlaeventdisp atcher.php on line 136

    Warning: Parameter 2 to plgContentLoadModule() expected to be a reference, value given in C:xampphtdocsjoomlalibrariesjoomlaeventdisp atcher.php on line 136

    Warning: Parameter 2 to plgContentVsig::onPrepareContent() expected to be a reference, value given in C:xampphtdocsjoomlalibrariesjoomlaeventeven t.php on line 67

    Warning: Parameter 2 to plgContentPagebreak() expected to be a reference, value given in C:xampphtdocsjoomlalibrariesjoomlaeventdisp atcher.php on line 136
    {highslide type=”slideshow-controlbar” height=”75″ width=”75″ event=”click” class=”” captionText=”” positions=”top, left” display=”none” src=”/joomla/butterflydiamondsparkle.jpg, diamonds-of-the-deep.jpg, fishdiambletb.jpg, goldenrings_000.jpg, stingray_gold_cuff-pink_diamonds-full.jpg, underwaterstb.jpg”} {/highslide}

    After that I removed ja_highslide plugin and module and install once more thruogh of Joomla backend . Then I couldn’t safe or close ja_highslide module with any value in “Type” dropdown box only without . I replaced codes how you offered.

    PHP Code:
    $plg->onPrepareContent($row, $pparams, 0);
    and replace:
    PHP Code:
    $plg->onPrepareContent(&$row, &$pparams, 0);
    2) open the file: modules/mod_jahighslide/helper.php and find codes:
    PHP Code:
    $arr = $app->triggerEvent(‘onPrepareContent’, array(&$row, $pparams, 0));
    replace:
    PHP Code:
    $arr = $app->triggerEvent(‘onPrepareContent’, array(&$row, &$pparams, 0));

    Nothing changed. Ja_highslide module on local host don’t work now, I can save changes in “Type” dropdown box , but on remote host all works. Do you have some solutions?

    alexil Friend
    #339649

    Dear Tienhc.
    I tested today and found that problems with Ja quartz temlate start from XAMPP 1.7.2. I installed old version XAMPP 1.7.1 and all works. May be you have new relise of Ja quartz?
    Best regards.

    Saguaros Moderator
    #339710

    Thanks you

    i have created a issue on the PM, our dev ‘ll find and fix this http://pm.joomlart.com/browse/JATCQUARTZ-5

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

This topic contains 12 replies, has 6 voices, and was last updated by  Saguaros 14 years, 7 months ago.

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