Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • cvento Friend
    #140826

    hi ..I have installed joomla 1.5.10 with JA Quartz.

    i get this error:

    Warning: Call-time pass-by-reference has been deprecated in /xxxxxxxxxx/modules/mod_jatabs/

    helper.php on line 130

    I reinstall the module and plugin ( is now active ) …but the error still,

    help

    amazone Friend
    #303888

    Open your modules/mod_jatabs/helper.php
    and replace the line 130 :

    PHP Code:
    $plg->onPrepareContent(&$row, $pparams, 0);
    with

    PHP Code:
    $plg->onPrepareContent($row, $pparams, 0);

    (before post, use the search ;))

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

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

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