1
Hi guys,
I just tried to install XOOPS 2.1.1 and I get the following error:
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 [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. However, future versions may not support this any longer. in /is/htdocs/wp1015029_GTECX7CNSM/www/kernel/object.php on line 723
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 [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. However, future versions may not support this any longer. in /is/htdocs/wp1015029_GTECX7CNSM/www/kernel/configoption.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 [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. However, future versions may not support this any longer. in /is/htdocs/wp1015029_GTECX7CNSM/www/kernel/configitem.php on line 188
I tried to solve the problem by uploading a .htaccess file to my root directory with the following code:
php_flag allow_call_time_pass_reference On
But the problem remains....
By the way php version is 5.0.3
and I do not have shell access or whatever to the server because I have only rented some webspace so changing anything in php ini will not be possible....
Does anyone know what I could do to solve this problem?
Kind regards
Yodaya