hello,
I am running cricket 1.0.5 on windows XP SP2 (IIS). The
graphs do not show (broken icon). When you browse the
graph URL:
the browser says the content type is
application/octet-stream. It contains the following info:
[20-Sep-2004 22:18:08*] rrd graph:<snip>
[20-Sep-2004 22:18:08*] Could not open<snip>
Content-Type: image/gif
<binary data>
The first warn() on line 1915 is not printed. I have
added an additional warn:
Warn("\n");
Warn("Unable to create graph: $error\n");
Warn("rrd graph: ".join(' ', @args)."\n");
Browsing the same URL now shows the first warn:
[20-Sep-2004 22:24:26*] Unable to create graph: <snip>
[20-Sep-2004 22:24:26*] rrd graph:<snip>
[20-Sep-2004 22:24:26*] Could not open<snip>
Content-Type: image/gif
<binary data>
prefab