[Tickets #6762] Re: Configuration tabs missing / messed up

bugs at horde.org bugs at horde.org
Mon May 26 23:53:51 UTC 2008


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/6762
-----------------------------------------------------------------------
 Ticket             | 6762
 Updated By         | mail at dunix-data.de
 Summary            | Configuration tabs missing / messed up
 Queue              | Horde Base
 Version            | 3.2
 Type               | Bug
 State              | Feedback
 Priority           | 1. Low
 Milestone          |
 Patch              |
 Owners             |
-----------------------------------------------------------------------


mail at dunix-data.de (2008-05-26 19:53) wrote:

> Definitely sounds like a problem with the DOM extension. Can you play
> around with doing basic xml parsing on the two installs?

I did and I found a workaround. In lib/Horde/Config.php on line 547, I
changed md5(microtime()) to md5(rand()) and it seems to work now (I don't
know if replacing the other occurrences of microtime() is necessary).

The server is a dual-core machine with thread support for PHP and Apache
using mpm-worker. So, I'm wondering if it's possible that microtime()
actually returns the same time more than once...




More information about the bugs mailing list