Error on new v1.8 install.
Hi all.
I've just upgraded from a 1.7.5 system to 1.8. I'm getting an error that I wasn't getting running 1.7.5. I'm on a Win2k/IIS setup. The error looks like this:
Warning: fopen(/tmp/tikidebug): failed to open stream: No such file or directory in G:\intranetwwwroot\lib\search\refresh.php on line 44
Warning: fwrite(): supplied argument is not a valid stream resource in G:\intranetwwwroot\lib\search\refresh.php on line 44
Warning: fclose(): supplied argument is not a valid stream resource in G:\intranetwwwroot\lib\search\refresh.php on line 44
Now, line 44 in refresh.php is this:
$fpd=fopen("/tmp/tikidebug",'a');fwrite($fpd,"f_gal on\n");fclose($fpd);
It's obvious to me what the problem is, and I was going to simply change that line to a "G:\etc\etc\" path and be done with it, but first I wanted to see if that's the right thing to do, and if there's anywhere else that might need changing.
Thanks guys.