Menu

Get errors after loggin in ...

Help
2002-01-17
2002-01-18
  • Brian Samson

    Brian Samson - 2002-01-17

    Hello, when i log in I get the following errors:

    Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fsockopen(). 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. However, future versions may not support this any longer. in /home/aimhvac/public_html/eyecomp/eyesites/phpgwapi/inc/class.network.inc.php on line 82

    Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fsockopen(). 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. However, future versions may not support this any longer. in /home/aimhvac/public_html/eyecomp/eyesites/phpgwapi/inc/class.network.inc.php on line 82

    Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fsockopen(). 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. However, future versions may not support this any longer. in /home/aimhvac/public_html/eyecomp/eyesites/phpgwapi/inc/class.network.inc.php on line 86

    Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fsockopen(). 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. However, future versions may not support this any longer. in /home/aimhvac/public_html/eyecomp/eyesites/phpgwapi/inc/class.network.inc.php on line 86

    I have tried everything! Please tell me some good sole will help with this problem. Thanks for your time and cooperation.

     
    • Jason Wies

      Jason Wies - 2002-01-17

      I'm assuming you're using PHP 4.1.x, which was released after the current release of phpwebhosting.  You can do as the message says and set allow_call_time_pass_reference to true in your php.ini.  You might also be able to put ini_set ('allow_call_time_pass_reference', 1); at the top of phpgroupware/header.inc.php, or error_reporting (0); in the same place.  Those options will stop the error from being displayed, although the code should be fixed at some point.

      Hope this helps,
      Jason Wies aka Zone

       
    • Brian Samson

      Brian Samson - 2002-01-17

      Jason,
        Thanks. But my hosting company is currently using PHP Version 4.0.6. Now I am new at this, but where is the php.ini file located? I am very sorry if this all sounds rather silly. But I am very interested in getting this installed. Been at it for over 3 hours now. Again, thanks for your help.

       
    • Jason Wies

      Jason Wies - 2002-01-18

      Chances are if you're using a hosting provider you don't have access to the php.ini, and should try the other options mentioned before.

      Jason Wies aka Zone

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.