-
AuthorPosts
-
March 29, 2010 at 5:48 am #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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 29, 2010 at 8:53 am #338211Dear 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
March 30, 2010 at 2:37 am #338358Hi 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 TabREST OF SITE
JA Slideshow 2
Main Menu
Spotlight Module Content with Image
Polls
Custom ModuleI also have some additional Plugins installed, which I can tell you if needed.
Thanks,
jmdstudio 🙂
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 31, 2010 at 5:04 am #338531Dear 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
April 4, 2010 at 2:06 pm #339033I 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 ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
April 5, 2010 at 1:20 am #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 Friendfanho
- Join date:
- September 2008
- Posts:
- 42
- Downloads:
- 6
- Uploads:
- 1
- Thanks:
- 13
- Thanked:
- 4 times in 1 posts
April 5, 2010 at 10:50 am #339158Hello, 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 youApril 7, 2010 at 6:34 am #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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 8, 2010 at 8:45 am #339585Dear alexil!
Pls give me more information: you installed the quickstart on your computer and the problem happened on this quickstart?
Thanks
April 8, 2010 at 4:02 pm #339629Dear 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 thatWarning: 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?
April 8, 2010 at 9:54 pm #339649Dear 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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 9, 2010 at 7:17 am #339710Thanks you
i have created a issue on the PM, our dev ‘ll find and fix this http://pm.joomlart.com/browse/JATCQUARTZ-5
-
AuthorPosts
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