<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <font face="Calibri"><tt><font size="+1">Hello everybody,<br>
          <br>
          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. (<a class="moz-txt-link-freetext"
            href="http://www.horde.org/apps/horde/docs/INSTALL">http://www.horde.org/apps/horde/docs/INSTALL</a>
          Step 3.1).<br>
          At the end of the guide is required to include following
          commands in the .htaccess file:<br>
          php_value include_path &lt;path&gt;/horde/pear/php<br>
          SetEnv PHP_PEAR_SYSCONF_DIR &lt;path&gt;/horde<br>
          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
          = &lt;path&gt;/horde/pear/php) and a .htaccess file for the
          second (SetEnv PHP_PEAR_SYSCONF_DIR &lt;path&gt;/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:<br>
          Warning: require_once(Horde/Autoloader/Default.php)
          [function.require-once]: failed to open stream: No such file
          or directory in &lt;path&gt;/horde/lib/core.php on line 44<br>
          <br>
          Fatal error: require_once() [function.require]: Failed opening
          required 'Horde/Autoloader/Default.php'
          (include_path='&lt;path&gt;/horde/lib:.:/usr/lib/php:/usr/local/lib/php')

          in &lt;path&gt;/horde/lib/core.php on line 44<br>
          <br>
          If I set testdisable=false in conf.php the test.php page is
          displayed without blocking problems (red lines)<br>
          I also verified that the Horde/Autoloader/Default.php exist.<br>
          <br>
          What's wrong ?<br>
          Do I need some other configuration to activate the site ?<br>
          <br>
          I'm sure that, with your wide experience, you'll be able to
          help me.<br>
          Best Regards.</font></tt></font>
  </body>
</html>