[chora] Trouble with annotate view

Tim Dodge timmy@invisibles.org
Tue, 16 Jul 2002 22:28:32 +0100


Quoting Tim Dodge <timmy@invisibles.org>:

> I'm guessing chora has picked up the very first E only, and that the
> errors at the end correspond the the newlines it took to close the
> server on the command line?

In fact, I've just edited my Annotate.php (it is v1.11), to add a second:

$line = fgets($fl, 4096);

at line 79, and annotate view is now working for me!

Okay, not the most elegant solution, but it is my first attempt at php
hacking :)

Tim