the old story - error messages - caching / directory setup
Since I installed a 1.8 (local, windows xp) I got following messages after the normal output:
Warning: fopen(/tmp/tikidebug): failed to open stream: No such file or directory in d:\wwwportal\tikiwiki\lib\search\refresh.php on line 44
Warning: fwrite(): supplied argument is not a valid stream resource in d:\wwwportal\tikiwiki\lib\search\refresh.php on line 44
Warning: fclose(): supplied argument is not a valid stream resource in d:\wwwportal\tikiwiki\lib\search\refresh.php on line 44
OK. the devs know this.
But whatever directory I setup in admin general as temp (/temp, /temp/, \\temp\\,...) it doesn't work.
It seems that the directory is hardcoded because if i opened the lib/search/refresh.php and I saw following line (44):
$fpd=fopen("/tmp/tikidebug",'a');fwrite($fpd,"f_gal on\n");fclose($fpd);
whatever temp dir i choose, the path was always /tmp/.
paulap