tiamat2012
Programmer
Is there a standard way to do it? I heard .htaccess is deprecated, though I'm not quite sure.
My webpage is giving me these 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 [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 \\192.168.1.16\webfiles\files\2006-3\719045\chip\chip.php on line 365
this repeats over and over, the same thing, then there is
Warning: fopen(): URL file-access is disabled in the server configuration in \\192.168.1.16\webfiles\files\2006-3\719045\chip\chip.php on line 1559
and when I checked my server php settings, it verified:
Directive Local Value Master Value
allow_call_time_pass_reference Off Off
allow_url_fopen Off Off
and don't know if this has anything important, but:
safe_mode On On
Would greatly appreciate help,
Kerry
My webpage is giving me these 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 [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 \\192.168.1.16\webfiles\files\2006-3\719045\chip\chip.php on line 365
this repeats over and over, the same thing, then there is
Warning: fopen(): URL file-access is disabled in the server configuration in \\192.168.1.16\webfiles\files\2006-3\719045\chip\chip.php on line 1559
and when I checked my server php settings, it verified:
Directive Local Value Master Value
allow_call_time_pass_reference Off Off
allow_url_fopen Off Off
and don't know if this has anything important, but:
safe_mode On On
Would greatly appreciate help,
Kerry