[Kolab-devel] Horde configuration

Stephan Buys s.buys at codefusion.co.za
Tue Jun 17 09:50:09 CEST 2003


On Monday 16 June 2003 21:45, Dieter Kluenter wrote:
> Hi Stephna,
>
> Stephan Buys <s.buys at codefusion.co.za> writes:
> > Hi Dieter,
> >
> > The following needs to be added to /kolab/etc/apache/apache.conf
> >
> > <Directory "/kolab/var/kolab/www/htdocs/horde">
> >     Options +FollowSymLinks
> >     AllowOverride None
> >
> >         php_value include_path '/kolab/lib/php:.'
> >         php_flag magic_quotes_gpc Off
> >         php_flag track_vars On
> >
> >     Order allow,deny
> >     Allow from all
> > </Directory>
> >
> > This should be taken care of in
> > server/kolab/kolab/http.conf.template already...
>
> Unfortunately not, there where no entries as above.
> But I did it now manually, by the way the path is
> '/kolab/var/kolab/www/horde', I hope that is a typo from your side :-)
> But still it doesn't work. My excerpt from the logs
>

Yep, that is a typo.

Here is the template files' code:

<Directory "@@@kolab_prefix@@@/var/kolab/www/horde>
   Options +FollowSymLinks
   AllowOverride None

      php_value include_path '@@@kolab_prefix@@@/lib/php/pear/:.'
      php_flag magic_quotes_gpc Off
      php_flag track_vars On

   Order allow,deny
   Allow from all
</Directory>

(Looking closely the stuff I sent to you should have looked like:)\

<Directory "/kolab/var/kolab/www/horde>
   Options +FollowSymLinks
   AllowOverride None

      php_value include_path '/kolab/lib/php/pear/:.'
      php_flag magic_quotes_gpc Off
      php_flag track_vars On

   Order allow,deny
   Allow from all
</Directory>

Apologies for sending you the wrong stuff! Try the above and let me know
if it works :-)

Regards,
Stephan

> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
> [Mon Jun 16 23:28:23 2003] [error] PHP Warning:  main(PEAR.php): failed to
> open stream: No such file or directory in /kolab/var/kolab/www/horde/li
> b/Registry.php on line 13
> [Mon Jun 16 23:28:23 2003] [error] PHP Fatal error:  main(): Failed opening
> required 'PEAR.php' (include_path='/kolab/lib/php:.') in /kolab/var/ko
> lab/www/horde/lib/Registry.php on line 13
> [Mon Jun 16 23:28:32 2003] [error] PHP Warning:  main(PEAR.php): failed to
> open stream: No such file or directory in /kolab/var/kolab/www/horde/li
> b/Registry.php on line 13
> [Mon Jun 16 23:28:32 2003] [error] PHP Fatal error:  main(): Failed opening
> required 'PEAR.php' (include_path='/kolab/lib/php:.') in /kolab/var/ko
> lab/www/horde/lib/Registry.php on line 13
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
>
> Is there another typo?
> php_value include_path '/kolab/lib/php:.' looks a bit odd to me.
>
> -Dieter

-- 
Stephan  Buys
Technical Director
Code Fusion cc.
Tel: +27 11 391 1412
Mobile: +27 83 294 1876
Email: s.buys at codefusion.co.za




More information about the devel mailing list