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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
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
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.
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