Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • incept Friend
    #140256

    Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in C:wampwwwcoopermodulesmod_jatabshelper.php on line 130

    Anonymous Moderator
    #301517

    Hi,

    Open file modulesmod_jatabshelper.php, at about line 130, find following code:

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

    and change to:

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

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

This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 15 years, 7 months ago.

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