* warning: fopen(C:\Program Files\xampp\tmp/4955) [function.fopen]: failed to open stream: No such file or directory in C:\Program Files\xampp\htdocs\projects\modules\cvslog\cvs.module on line 1104.
* warning: fgets(): supplied argument is not a valid stream resource in C:\Program Files\xampp\htdocs\projects\modules\cvslog\cvs.module on line 1278.
* warning: fclose(): supplied argument is not a valid stream resource in C:\Program Files\xampp\htdocs\projects\modules\cvslog\cvs.module on line 1114.
* warning: unlink(C:\Program Files\xampp\tmp/4955) [function.unlink]: No such file or directory in C:\Program Files\xampp\htdocs\projects\modules\cvslog\cvs.module on line 1115.
When I try to Fetch the Log
thanks and if it is just my server or my config (which it very well could be), just e-mail me at orbstra@gmail.com if you have a chance!
thnx
PS great module!
Comments
Comment #1
dwwhehe, yeah, cvs.module probably doesn't behave very nicely on windows. it's written from a very UNIX-centric point of view, and a few places where it's doing things in the file system, it's assuming '/' is the valid path delimiter (like it should be, in any sane operating system), which confuses windoze.
this isn't really critical, since it only effects people trying to run cvs.module on windows, which is a very small population of people (unfortunately for you). ;)
what's funny is that the code that's trying to setup the path for that tmp directory is trying to be friendly for windows, but is failing. check out cvs.module line 1102:
so, it's trying to be smart in the case where you didn't define a temp directory in your system settings, but then it just blindly appends '/' to the path. ;)
so, here's what you can try as a next step (no promise this is going to solve all your problems, but it'll at least get you 1 step further and uncover the next bug): modify that line to look like this, instead:
(hack for your windoze-specific site). i.e. use \ between the temp dir and the results from rand().
report back here with the next batch of errors after you try that. ;)
good luck,
-derek
Comment #2
hunmonk commentedthis module is about EOL, so...