error

Archived from the Web Auction Discussion forum.

dilip — Mon Mar 22, 2010 7:26 am

Warning: putenv() has been disabled for security reasons in /home/vol1/0fees.net/fees0_5264872/htdocs/include/functions.inc.php on line 206


shannah — Mon Mar 22, 2010 7:56 am

Looks like your web host has disabled the putenv() function (and possibly others). You can either ask them to enable it for you, or you can try to suppress the error by prepending ‘@’ to the putenv call (i.e. @putenv(…)) and hope that the call wasn’t all that important.

-Steve