[horde] cant get rid of "Some of Horde's configuration files
Mike Koponick
mike at redhawk.info
Fri Nov 8 08:09:13 PST 2002
Andrew,
I had a similar issue. No matter what ownership/group I set the files in the
horde directory to, I still had the same error you described.
However, if I went into the index.php file and change the following lines:
FROM:
define('HORDE_BASE', dirname(__FILE__));
$horde_configured = (@file_exists('./config/horde.php') &&
@file_exists('./config/html.php') &&
@file_exists('./config/mime_drivers.php') &&
@file_exists('./config/mime_mapping.php') &&
@file_exists('./config/registry.php'));
TO:
define('HORDE_BASE', dirname(__FILE__));
$horde_configured =
(@file_exists('/usr/local/apache2/htdocs/horde/config/horde.php') &&
@file_exists('/usr/local/apache2/htdocs/horde/config/html.php') &&
@file_exists('/usr/local/apache2/htdocs/horde/config/mime_drivers.php') &&
@file_exists('/usr/local/apache2/htdocs/horde/config/mime_mapping.php') &&
@file_exists('/usr/local/apache2/htdocs/horde/config/registry.php'));
It all worked. This leads me to believe that there is some sort of
permissions, or path problem.
I hope that helps in your investigation.
Mike
Date: Tue, 5 Nov 2002 18:15:59 -0600
From: "Andrew Cook" <apc at spitek.com>
To: <horde at lists.horde.org>
Subject: Re: [horde] cant get rid of "Some of Horde's configuration files
aremissing"
Message-ID: <010e01c28529$aedbd0f0$4501000a at splut>
References:
<20021103140059.76313.qmail at web10708.mail.yahoo.com><002101c28398$28dc5070$4
501000a at splut>
<1036539723.3dc8574b6fe92 at 217.225.38.16>
Content-Type: text/plain;
charset="iso-8859-1"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Precedence: list
Message: 6
Im getting the error for horde.php, html.php, mime_drivers.php,
mime_mapping.php, and registry.php.
I went ahead and changed the ownerships for the entire horde dir and
everything under it to www.
drwxr-xr-x 2 www www 4096 Nov 3 04:17 config
No change, still getting the error.
----- Original Message -----
From: "Jan Schneider" <jan at horde.org>
To: <horde at lists.horde.org>
Sent: Tuesday, November 05, 2002 17:42
Subject: Re: [horde] cant get rid of "Some of Horde's configuration files
aremissing"
> Zitat von Andrew Cook <apc at spitek.com>:
>
> > here's /usr/www/horde/config:
> >
> > -rw-r--r-- 1 root root 8449 Nov 3 04:17 horde.php
> > -rw-r--r-- 1 root root 4205 Nov 3 04:17 html.php
> > -rw-r--r-- 1 root root 20013 Nov 3 04:17 lang.php
> > -rw-r--r-- 1 root root 9078 Nov 3 04:17 mime_drivers.php
> > -rw-r--r-- 1 root root 5184 Nov 3 04:17 mime_mapping.php
> > -rw-r--r-- 1 root root 140 Nov 3 04:17 motd.php
> > -rw-r--r-- 1 root root 1159 Nov 3 04:17 prefs.php
> > -rw-r--r-- 1 root root 8477 Nov 3 04:17 registry.php
> >
> > everything looks fine, yet horde's index.php still returns that it
doesnt
> > see them.
>
> Which? All of them?
>
> > am I not seeing somethin here?
> > httpd runs as user 'www'... i tried changing the ownerships of the
config
> > files to match, no effect.
>
> Make sure that the config directory is executable for www.
>
> Jan.
>
> --
> http://www.horde.org - The Horde Project
> http://www.ammma.de - discover your knowledge
> http://www.tip4all.de - Deine private Tippgemeinschaft
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>
------------------------------
--
Horde mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: horde-unsubscribe at lists.horde.org
End of horde Digest, Vol 192, Issue 2
*************************************
More information about the horde
mailing list