[horde] horde 4-git apps not activated

roman stachura roman at stachura.ch
Thu Nov 11 15:27:14 UTC 2010


Am 11.11.2010 16:08, schrieb Rudy Garbalosa:
> Greetings,
>
> I have downloaded and followed the steps on the git version of Horde.  
> The Horde configuration page comes up as well as the test page.  
> However when I go to run the tests for any of the applications I 
> receive the following message "XXX is not activated"  where XXX is the 
> name of the application like imp, chora etc...
>
> I have copied the registry.php.dist file to registry.php.  Here is a 
> message in the error log:
>
> 2010-11-11T10:04:32-05:00 DEBUG: HORDE Setting vilma inactive because 
> the fileroot does not exist or the application is not configured yet. 
> [pid 19043 on line 509 of 
> "/home/horde/framework/Core/lib/Horde/Registry.php"]
> 2010-11-11T10:04:32-05:00 DEBUG: HORDE Setting content inactive 
> because the fileroot does not exist or the application is not 
> configured yet. [pid 19043 on line 509 of 
> "/home/horde/framework/Core/lib/Horde/Registry.php"]
>
> There is the same  message for every application.  Am I missing a step?
full directory paths will be needed in 
thehorde-git/horde/config/registry.phpfile due to the symlinks.

--> registry.php

$this->applications['horde'] = array(
   'fileroot' => '/your/path/to/horde',
     'webroot' => _detect_webroot(),
     'initial_page' => 'services/portal/index.php',
     'name' => _("Horde"),
     'status' => 'active',
     'templates' => '/your/path/to/horde/templates',
     'provides' => 'horde',
);



>
> Any help would be appreciate.  Thanks
>
> Rudy Garbalosa
>
>



More information about the horde mailing list