Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • rduque Friend
    #140181

    Getting this error:

    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 /home/content//modules/mod_jatabs/helper.php on line 129

    and

    how do you change the link on the slideslow? i.e. an external link.

    Thanks
    Richard

    scotty Friend
    #301065

    rduque;123977Warning: Call-time pass-by-reference has been deprecated…

    You need to switch to PHP5

    rduque Friend
    #301071

    im using php 5.2.5

    scotty Friend
    #301115

    You sure? Check Joomla system info tab or check your php.ini file.

    rduque Friend
    #301117

    <em>@scotty 124075 wrote:</em><blockquote>You sure? Check Joomla system info tab or check your php.ini file.</blockquote>
    lmao…thanks for your help.

    it is version 5.2.5. if only the support group here replies i’m sure this will be resolve ASAP.

    scotty Friend
    #301119

    What’s so funny?

    In the 5 or 6 other threads with the EXACT same problem as yours switching to PHP5 has resolved the issue.

    Just because your server is set to 5.2 does not mean your directory is but good luck with it anyway…

    rduque Friend
    #301120

    <em>@scotty 124080 wrote:</em><blockquote>What’s so funny?

    In the 5 or 6 other threads with the EXACT same problem as yours switching to PHP5 has resolved the issue.

    Just because your server is set to 5.2 does not mean your directory is but good luck with it anyway… </blockquote>
    been laughing about this problem, cause its pissing me off already. the site is hosted so i dont have that much control. and the joomlart support is not as fast as you. all they say is pay we do it.

    rduque Friend
    #301196

    this is not good…. no reply on the forum, the submitted ticket, the customer care…. 😮

    jsliao Friend
    #301197

    It’s just a warning.

    Try changing your error reporting settings at Global Configuration->Server

    Change it to low or none.

    rduque Friend
    #301213

    <em>@jsliao 124184 wrote:</em><blockquote>It’s just a warning.

    Try changing your error reporting settings at Global Configuration->Server

    Change it to low or none.</blockquote>
    thanks jsliao, they sent me the fix already 🙂

    my clients are happy, i can have my job my back, LOL

    scotty Friend
    #301231

    rduque;124203they sent me the fix already…

    Care to share it so other members can benefit?

    rduque Friend
    #301331

    <em>@scotty 124226 wrote:</em><blockquote>Care to share it so other members can benefit?</blockquote>
    error was in the file “helper.ini” [under modules/mod_jatabs folder]

    goto line 129:

    replace this $plg->onPrepareContent(&$row, $pparams 0);

    to

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

    enjoy

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

This topic contains 12 replies, has 3 voices, and was last updated by  rduque 15 years, 7 months ago.

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