[horde] horde 4-git apps not activated

Rudy Garbalosa rgarbalosa at pjpii.org
Fri Nov 12 13:29:24 UTC 2010


Quoting Rick Romero <rick at havokmon.com>:

> Quoting roman stachura <roman at stachura.ch>:
>>> Am 11.11.2010 16:08, schrieb Rudy Garbalosa:
>>  >> Greetings,
>>  >>
>>  >> I have downloaded and followed the steps on the git version of
>>  >> Horde.&nbsp; The Horde configuration page comes up as well as the test
>>  >> page.&nbsp; However when I go to run the tests for any of the
>>  >> applications I receive the following message "XXX is not  
>> activated"&nbsp;
>>  >> where XXX is the name of the application like imp, chora etc...
>>  >>
>>  >> I have copied the registry.php.dist file to registry.php.&nbsp;  
>> 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&nbsp; message for every application.&nbsp; 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(
>>  >&nbsp; &nbsp;'fileroot' => '/your/path/to/horde',
>>  >&nbsp; &nbsp; &nbsp;'webroot' => _detect_webroot(),
>>  >&nbsp; &nbsp; &nbsp;'initial_page' => 'services/portal/index.php',
>>  >&nbsp; &nbsp; &nbsp;'name' => _("Horde"),
>>  >&nbsp; &nbsp; &nbsp;'status' => 'active',
>>  >&nbsp; &nbsp; &nbsp;'templates' => '/your/path/to/horde/templates',
>>  >&nbsp; &nbsp; &nbsp;'provides' => 'horde',
>>  > );
>>  >
>>  &nbsp;
> relative paths work as well:
>
> $this->applications['horde'] = array(
> &nbsp;&nbsp;&nbsp; 'fileroot' => dirname(__FILE__) . '/..',
> &nbsp;&nbsp;&nbsp; 'webroot' => _detect_webroot(),
> &nbsp;&nbsp;&nbsp; 'initial_page' => 'services/portal/index.php',
> &nbsp;&nbsp;&nbsp; 'name' => _("Horde"),
> &nbsp;&nbsp;&nbsp; 'status' => 'active',
> &nbsp;&nbsp;&nbsp; 'templates' => dirname(__FILE__) . '/../templates',
> &nbsp;&nbsp;&nbsp; 'provides' => 'horde',
> );
>
> $this->applications['ingo'] = array(
> &nbsp;&nbsp;&nbsp; 'fileroot' =>  
> $this->applications['horde']['fileroot'] . '/../ingo',
> &nbsp;&nbsp;&nbsp; 'webroot' =>  
> $this->applications['horde']['webroot'] . '/ingo',
> &nbsp;&nbsp;&nbsp; 'name' => _("Filters"),
> &nbsp;&nbsp;&nbsp; 'status' => 'active',
> &nbsp;&nbsp;&nbsp; 'provides' => array('filter', 'mail/blacklistFrom',
> 'mail/showBlacklist', 'mail/whitelistFrom', 'mail/showWhitelist
> , 'mail/applyFilters', 'mail/canApplyFilters', 'mail/showFilters'),
> &nbsp;&nbsp;&nbsp; 'menu_parent' => 'imp'
> );
> -- 
> Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>

Thanks.  Sorry I missed that.  Working like a champ.




More information about the horde mailing list