Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Danny Janssen Friend
    #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 Moderator
    #328382

    Hi oelie

    Please submit a ticket, send us your live url, admin account, ftp account so that we have a closer look on the issue

    Danny Janssen Friend
    #328465

    Sorry 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 Moderator
    #329348

    Hello 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.

    wambo Friend
    #329461

    He means on php 5.3.1 and I have the same issue.

    htomek Friend
    #334712

    I 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 Moderator
    #334762

    Dear 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

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

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