[horde] Horde for groupware 4 installation problem

Jan Schneider jan at horde.org
Wed May 25 11:46:09 UTC 2011


Zitat von Pasqualino <ilfumattia at gmail.com>:

> Hello everybody,
>
> I'm trying to install Horde for groupware (version 4) on my shared  
> hosting (at Arvixe) following the instructions reported on the  
> official guide regarding the operative system independent  
> installation. (http://www.horde.org/apps/horde/docs/INSTALL Step 3.1).
> At the end of the guide is required to include following commands in  
> the .htaccess file:
> php_value include_path <path>/horde/pear/php
> SetEnv PHP_PEAR_SYSCONF_DIR <path>/horde
> On my hosting isn't allowed put php directives in the .htaccess  
> file, it's required to put it in a php.ini, so I've created a  
> php.ini file for the first instruction (include_path =  
> <path>/horde/pear/php) and a .htaccess file for the second (SetEnv  
> PHP_PEAR_SYSCONF_DIR <path>/horde) but also in this way if I try to  
> access to the home page I always get a page with the following  
> Warnings and Fatal Errors:
> Warning: require_once(Horde/Autoloader/Default.php)  
> [function.require-once]: failed to open stream: No such file or  
> directory in <path>/horde/lib/core.php on line 44
>
> Fatal error: require_once() [function.require]: Failed opening  
> required 'Horde/Autoloader/Default.php'  
> (include_path='<path>/horde/lib:.:/usr/lib/php:/usr/local/lib/php')  
> in <path>/horde/lib/core.php on line 44
>
> If I set testdisable=false in conf.php the test.php page is  
> displayed without blocking problems (red lines)
> I also verified that the Horde/Autoloader/Default.php exist.

This is really strange. Are you saying that the test.php page is  
loading fine, but accessing Horde is not? That doesn't make much sense  
to me because both are loading the Autoloader in the same way. The  
only difference is that test.php loads Horde/Autoloader.php while  
core.php loads Horde/Autoloader/Default.php.

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/



More information about the horde mailing list