[horde] [Horde 4.0-git] test.php does not list Horde Applications
Gerard Breiner
gerard.breiner at ias.u-psud.fr
Fri Sep 17 12:38:40 UTC 2010
I have thought back what you have written about the simlinks and I
eventually said to me that I had misinterpreted what it is said at
http://www.horde.org/source/git.php.
In fact I must set FileRoot as the directory that contains the symlinks.
In my case : 'fileroot' => '/www/horde/config' . '/..',
Many thanks.
Best regards
Gerard
Gerard Breiner a écrit :
> I think I set the correct fileroot according
> http://www.horde.org/source/git.php but I may be wrong.
> Nevertheless I put in registry : echo
> $this->applications['horde']['fileroot'] . '/imp'; and it return me :
> /www/horde-git/horde/config/../imp . It seems to me it is correct for
> imp application, isn't it . The directory horde-git is my repository
> and symlinks are in /www/horde4 and I have a symlink /www/horde to
> /www/horde4.
>
> Best regards
>
> Gerard
>
> roman stachura a écrit :
>> Am 16.09.2010 17:18, schrieb Gerard Breiner:
>>> Hello,
>>>
>>> I've just installed horde 4.0-git on A Debian Lenny platform.
>>> I'am trying to understand why horde/test.php does not show the Horde
>>> Applications. Yet I configured config/register.php. What does an
>>> application need in order to be listed by test.php or to be listed
>>> in the configuration's web interface ? I wonder where I'am wrong.
>>>
>>> Here is below a sample of conf/registry.php
>> Did you set the correct fileroot in the conf/registry.php ?
>>
>> as mentioned here: http://www.horde.org/source/git.php
>>
>> full directory paths will be needed in the
>> horde-git/horde/config/registry.php file due to the symlinks.
>>
>>
>>
>>>
>>> Thanks in advance for any help.
>>>
>>> Gerard Breiner
>>>
>>> [CODE]
>>> $this->applications['horde'] = array(
>>> 'fileroot' => dirname(__FILE__) . '/..',
>>> //'webroot' => _detect_webroot(),
>>> 'webroot' => '/horde',
>>> 'initial_page' => 'services/portal/index.php',
>>> 'name' => _("Horde"),
>>> 'status' => 'active',
>>> 'templates' => dirname(__FILE__) . '/../templates',
>>> 'provides' => 'horde'
>>> );
>>>
>>> $this->applications['imp'] = array(
>>> 'fileroot' => $this->applications['horde']['fileroot'] . '/imp',
>>> 'webroot' => $this->applications['horde']['webroot'] . '/imp',
>>> 'name' => _("Mail"),
>>> 'status' => 'active',
>>> 'provides' => array('mail', 'contacts/favouriteRecipients')
>>> );
>>>
>>>
>>> $this->applications['rampage'] = array(
>>> 'fileroot' => $this->applications['horde']['fileroot'] . '/rampage',
>>> 'webroot' => $this->applications['horde']['webroot'] . '/rampage',
>>> 'name' => _("Rampage"),
>>> 'status' => 'active',
>>> 'provides' => array('rampage', 'contacts/favouriteRecipients')
>>> );
>>>
>>> $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'
>>> );
>>>
>>> [CODE]
>>
>
More information about the horde
mailing list