-
AuthorPosts
-
January 5, 2010 at 4:25 pm #147335
I’m testing Seline on my wamptestserver.
The most of the poblems I solved but one still exist :
<b>Warning</b>: Parameter 1 to plgContentJA_tabs::onPrepareContent() expected to be a reference, value given in <b>D:Webserverwwwoelielibrariesjoomlaeventevent.php</b> on line <b>67</b><br />
<br />
<b>Warning</b>: Parameter 1 to plgContentPlg_JAThumbnail::onPrepareContent() expected to be a reference, value given in <b>D:Webserverwwwoelielibrariesjoomlaeventevent.php</b> on line <b>67</b><br />
<br />
<b>Warning</b>: Parameter 1 to plgContentEmailCloak() expected to be a reference, value given in <b>D:Webserverwwwoelielibrariesjoomlaeventdispatcher.php</b> on line <b>136</b><br />
<br />
<b>Warning</b>: Parameter 1 to plgContentLoadModule() expected to be a reference, value given in <b>D:Webserverwwwoelielibrariesjoomlaeventdispatcher.php</b> on line <b>136</b><br />
<br />
<b>Warning</b>: Parameter 1 to plgContentPagebreak() expected to be a reference, value given in <b>D:Webserverwwwoelielibrariesjoomlaeventdispatcher.php</b> on line <b>136</b><br />:confused:
I already uninstalled/installed the module but the warning still exist.
it’s something to do about this
if (method_exists($this, $event)) return call_user_func_array ( array($this, $event), $args );Thankx
PS It’s joomla 15.15
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
January 6, 2010 at 7:13 am #328382Hi oelie
Please submit a ticket, send us your live url, admin account, ftp account so that we have a closer look on the issue
January 6, 2010 at 3:16 pm #328465Sorry I have’nt give a lot info
The problem is that the website is running at a local server.
Wamp 2 Mysql 5.1.36 en Apache 2.2.11 :My webserver has MySQL 5.0.45 en Apache Apache 2.2.6 there is no problem (yet).
The issue is that once the webserver change to php 5.1.36 the problems will appear and the website is online.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 15, 2010 at 7:40 am #329348Hello guy!
I think that the problem is the server configuration, i have not a clear understanding of the wamp server, because i’m using the xampp verison 1.6.8, everythign are work well. so that i do not give you the solution for this
I recommend that You try to remove and re-install the wamp server with last version. Or you install the xampp, i think the problem is fixed without any changes.
January 16, 2010 at 9:26 am #329461He means on php 5.3.1 and I have the same issue.
htomek Friendhtomek
- Join date:
- February 2010
- Posts:
- 27
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 7
- Thanked:
- 2 times in 1 posts
March 3, 2010 at 9:40 pm #334712I have exactly the same problem. And I’m running php 5.3.1 on xampp (latest version, I think it’s 1.7.3). Does anybody know the cause of the problem, and, what it’d be great, solution for this problem?
And, maybe it’s important, xampp is installed on Win 7 64 bit. Could that be a problem? I have one testing site on the xampp on the WinXP and there isn’t any problem.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 4, 2010 at 4:39 am #334762Dear all!
The problem is fixed as following:
1) open the file : templates/ja_seleni/html/mod_ja_contentslider/default.php and try to find codes:
<blockquote>
$contn->text = $contn->introtext;
$mainframe->triggerEvent( ‘onPrepareContent’, array( $contn, $params, 0 ) , true );$contn->introtext = $contn->text;
</blockquote>pls remove them into this file:
2) open the file modules/mod_ja_contentslider/helper.php and find codes:
[PHP]
$image = modJaContentslideHelper::parseImages( $data[$i], $params );
[/PHP]
and replace:
[PHP]
$data[$i]->text = $data[$i]->introtext;
$mainframe->triggerEvent( ‘onPrepareContent’, array( &$data[$i], &$params, 0 ) , true );
$data[$i]->introtext = $data[$i]->text;$image = modJaContentslideHelper::parseImages( $data[$i], $params );
[/PHP]>> have other option: you only do everything at step 1 without step 2:
3)Note: the step 2 allow the module call all plugins ( plugin type is content ) to re-build all contents of articles, this is easy to conflict with the ja thumbnail plugin.
Good luck
1 user says Thank You to Saguaros for this useful post
-
AuthorPosts
This topic contains 7 replies, has 5 voices, and was last updated by Saguaros 14 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum