[horde] Errors/issues getting Horde framework going...

jeff at donnici.com jeff at donnici.com
Fri May 2 16:11:52 PDT 2003


I should point out that I did get the SECRET.PHP problem fixed by changing
line 137 from :

array_key_exists($conf['session_name'], $_COOKIE)) {

to :

array_key_exists($conf['session']['name'], $_COOKIE)) {


The larger question is still valid -- if I grab a snapshot, shouldn't it
have all the latest versions from CVS already in it?

With the above changed I no longer get any PHP error messages, but I still
get the apache.exe GPF/error from time to time. I've done a lot of PHP
development on this machine and have yet to see that happen. Also,
APACHE.EXE doesn't actually shut down. I think only the php4_ts.dll is
shut down and it gets re-loaded as soon as another page is requested.

Any insight on these issues is much appreciated.

Jeff








More information about the horde mailing list