[horde] configuring of horde failed

Eric Rostetter eric.rostetter at physics.utexas.edu
Sun Dec 8 14:41:26 PST 2002


Quoting Luc de Louw <luc at delouw.ch>:

> After configuring I got the error:
> 
> Some of Horde's configuration files are missing......

Either you didn't copy the config/*.php.dist file to config/*.php, or
you've hit on a rare path problem that can be easily fixed by changing
the index.php file.  Change all the references of the format:

   @file_exists('./config/file.php') 

to 

   @file_exists(HORDE_BASE . '/config/file.php')
 
(where file.php will be various filenames such as conf.php, html.php, etc).

-- 
Eric Rostetter
The Department of Physics
The University of Texas at Austin

Why get even? Get odd!


More information about the horde mailing list