Loading...
 
Skip to main content

Custom Share Module 0.1dev

Features / Usability

Features / Usability


I got an eroor in tiki-register.php

posts: 39


when i click on register link on main page.The page is showing correctly, but at the bottom it display warnings like this.

Warning: fopen(/tmp/tikidebug): failed to open stream: No such file or directory in c:\program files\easyphp1-7\www\tikiwiki-1.8\lib\search\refresh.php on line 44

Warning: fwrite(): supplied argument is not a valid stream resource in c:\program files\easyphp1-7\www\tikiwiki-1.8\lib\search\refresh.php on line 44

Warning: fclose(): supplied argument is not a valid stream resource in c:\program files\easyphp1-7\www\tikiwiki-1.8\lib\search\refresh.php on line 44

I am using windows/easyphp/tiwiki-1.8

thanks in advance,
sharma

posts: 1001 Canada
Yes, we released an hardcoded path in this file on 1.8😑, get a CVS tarball or a patched version of this file from CVS repository if you can.
posts: 39

> Chealer9:
> Yes, we released an hardcoded path in this file on 1.8😑, get a CVS tarball or a patched version of this file from CVS repository if you can.

How can i reach the, cvs repository?..please give me the path..

thanks in advance,
sharma


posts: 2881 United Kingdom

Rather than hacking a new tiki install, simply edit that refresh.php file and delete the file with the fopen /tmp/tikidebug , the fclose should sit on the same line too.

Just delete it and problem gone.

Its a left over from a developers debugging session

Damian


posts: 39

> Chealer9:
> Yes, we released an hardcoded path in this file on 1.8😑, get a CVS tarball or a patched version of this file from CVS repository if you can.

How can i reach the, cvs repository?..please give me the path..

thanks in advance,
sharma