Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • tao2r Friend
    #132515

    I’m new to working w/ Joomla & Joomla templates…. I’m getting the following error on my pages: 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/w/i/t/witnesswomens/html/development/mambots/content/ja_tabs.php on line 22 . Anybody know why/how to fix?

    Thanks! Kelly

    mj1256 Friend
    #266796

    I don’t know why and never have I seen that error before. But it did tell you how to fix it.

    did you set the allow_call_time_pass_reference to true in your INI file in /home/content/w/i/t/witnesswomens/html/development/mambots/content/ja_tabs.php on line 22 ?

    by any chance, are you hosted at godaddy.

    tao2r Friend
    #269547

    I don’t know how to set it to ‘true’, do you?

    Here is line 22:
    $obj->PrepareContent(&$row, $params, $page);

    of the code on this page:
    <?php
    /*————————————————————————
    # JA tabs 1.0 – June, 2008
    # ————————————————————————
    # Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
    # @license – Copyrighted Commercial Software
    # Author: J.O.O.M Solutions Co., Ltd
    # Websites: http://www.joomlart.comhttp://www.joomlancers.com
    ————————————————————————-*/

    // Check to ensure this file is included in Joomla!

    defined( ‘_VALID_MOS’ ) or die( ‘Restricted access’ );

    global $_MAMBOTS;

    $_MAMBOTS->registerFunction( ‘onPrepareContent’, ‘botja_tabs’ );

    function botja_tabs($published, &$row, &$params, $page=0){
    require_once(dirname(__FILE__).’/ja_tabs/’.’ja_tabs.class.php’);
    $obj = new plgContentJA_tabs();
    $obj->PrepareContent(&$row, $params, $page);
    }
    ?>

    THANKS!

    tao2r Friend
    #269558

    domain name hosted at GoDaddy

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

This topic contains 4 replies, has 2 voices, and was last updated by  tao2r 16 years, 2 months ago.

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