Mike Stoddart - 2003-06-21

I'm getting several warnings like the following:

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 /usr/local/psa/home/vhosts/stodge.net/httpdocs/wiki/lib/stdlib.php on line 1096

and I'm getting the following error:

Fatal error: Failed to initialize session module in /usr/local/psa/home/vhosts/stodge.net/httpdocs/wiki/lib/Request.php on line 240

Unknown:0: Warning[2]: Failed to write session data (user). Please verify that the current setting of session.save_path is correct (/tmp)

I tried adding a line to .htaccess to set the session.save_path to a directory that I'd created but that didn't work.

Is there anything else I can do? I don't have access php.ini and the company I host with won't respond with suggestions.

Any help greatly appreciated.

Thanks