Horde on Windows

Ichinichi Ichizen ichizen at yahoo.co.jp
Sun Nov 18 20:01:48 PST 2001


hi all,

horde 1.2.7 didn't work for me, but i finally figured out.

line 114 of session.inc in phplib:

$id = $this->that->ac_newid(md5(uniqid($this->magic . rand() .
@posix_getpid(), true)), $this->name);

change it to:
$id = $this->that->ac_newid(md5(uniqid($this->magic . rand(), true)),
$this->name);

posix_getpid is not supported on win32 (i think.)

the change above resolved "Document contains no data" error, and increment
test is working fine!

masaki


__________________________________________________
Do You Yahoo!?
Yahoo! BB is Broadband by Yahoo!
http://bb.yahoo.co.jp/





More information about the horde mailing list