Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • swbake Friend
    #140312

    I installed the quickstart version of JA-Opal and am getting an error just above the Jatabs module:

    Warning: Call-time pass-by-reference has been deprecated in /home/content/c/b/7/cb7210/html/modules/mod_jatabs/helper.php on line 130

    It is at http://www.coachsoler.com

    Can you tell me how to get rid of this error?

    Arvind Chauhan Moderator
    #301707

    Not sure if this helps : Open your modules/mod_jatabs/helper.php

    and replace the line 130 :

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

    with

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

    Take a backup and then try this.

    regards

    arvind.

    This is much more (PHP) server based problem >> Try google and you will find tons of such errors affecting not only joomla but other cms also.

    swbake Friend
    #301720

    <em>@drarvindc 124828 wrote:</em><blockquote>Not sure if this helps : Open your modules/mod_jatabs/helper.php

    and replace the line 130 :

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

    with

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

    Take a backup and then try this.

    regards

    arvind.

    This is much more (PHP) server based problem >> Try google and you will find tons of such errors affecting not only joomla but other cms also.</blockquote>
    That fixed it – THANKS!

    jkirkpat Friend
    #305601

    I had the same difficulty and your solution worked for me as well.

    perdu Friend
    #305934

    Thanks! Fixed it for me as well.

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

This topic contains 5 replies, has 4 voices, and was last updated by  perdu 15 years, 5 months ago.

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