[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. 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',
>> > );
>> >
>>
> relative paths work as well:
>
> $this->applications['horde'] = array(
> 'fileroot' => dirname(__FILE__) . '/..',
> 'webroot' => _detect_webroot(),
> 'initial_page' => 'services/portal/index.php',
> 'name' => _("Horde"),
> 'status' => 'active',
> 'templates' => dirname(__FILE__) . '/../templates',
> 'provides' => 'horde',
> );
>
> $this->applications['ingo'] = array(
> 'fileroot' =>
> $this->applications['horde']['fileroot'] . '/../ingo',
> 'webroot' =>
> $this->applications['horde']['webroot'] . '/ingo',
> 'name' => _("Filters"),
> 'status' => 'active',
> 'provides' => array('filter', 'mail/blacklistFrom',
> 'mail/showBlacklist', 'mail/whitelistFrom', 'mail/showWhitelist
> , 'mail/applyFilters', 'mail/canApplyFilters', 'mail/showFilters'),
> '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