Horde 3.0 blank pages solved
Scott
scott@slics.net
Fri, 18 Jan 2002 16:23:08 -0600
I had this problem and have not seen a solution in the archives as yet.
Condition:
Top frame blank when loading http://servername/horde/ AND Imp is installed
Apache web server is being used
Horde defalt page will load if Imp is NOT set in ../horde/config/registry.php
Horde test page works
Solution:
Make sure the server name set in httpd.conf (linux) for your domain is
represented in your dns records.
Example: httpd.conf ServerName www.mydomain.com
A record www.mydomain.com 10.1.1.1
It seems Imp looks at the ServerName tag and tries to contact that server,
if it is a "local machine" name like hotrod Imp tries to contact hotrod and
fails. If you are developing a new machine set something up as a tempoary
solution.
Hope this helps someone,
Scott Pesato
Devine ISD
S & L Internet