[horde] GIT questions..

Simon Brereton simon.buongiorno at gmail.com
Thu Mar 7 18:59:42 UTC 2013


On 7 March 2013 02:48, Michael M Slusarz <slusarz at horde.org> wrote:
> Quoting Simon Brereton <simon.buongiorno at gmail.com>:
>
>> For clarification, my git-repository is /usr/share/git-horde5/ and my
>> $web_dir = '/usr/share/horde-beta';  I'm not sure if the $app_fileroot
>> should be the git repository or the web-root.  Essentially, it
>> shouldn't matter because the web_root is just a symlink to the git
>> repository, no?
>
>
> $app_fileroot only deals with the physical location on the disk.  It has
> nothing to do with web location/availability.
>
> Your registry.local.php should contain ONLY (at least at this point)
>
> <?php
> $app_fileroot = [Horde location on disk];



>> I do have the horde.local.phps though, so that means the install_dev
>> script worked because it's only in the apps I specified.
>> mail:/usr/share/git-horde5# find . -type f -name horde.local.php
>> ./imp/config/horde.local.php
>> ./kronolith/config/horde.local.php
>> ./mnemo/config/horde.local.php
>> ./passwd/config/horde.local.php
>> ./nag/config/horde.local.php
>> ./horde/config/horde.local.php
>> ./turba/config/horde.local.php
>>
>>
>> What I don't have is any apps showing - still..
>>
>> 2013-03-06T23:26:26+00:00 DEBUG: HORDE-BETA Setting imp inactive
>> because the fileroot does not exist or the application is not
>> configured yet. [pid 27221 on line 683 of
>
>
> One of these tests is failing:
>
> $app_fileroot/imp doesn't exist
> $app_fileroot/imp/config/conf.xml exists but conf.php doesn't

(the value in ../imp/config/horde.local.php and the value of $web_dir)
mail:/usr/share/git-horde5# ls /usr/share/horde-beta/imp/config/conf.*
-r--r----- 1 root root     1.9K Mar  6 11:15
/usr/share/horde-beta/imp/config/conf.bak.php
-r--r----- 1 root www-data 1.8K Mar  6 11:15
/usr/share/horde-beta/imp/config/conf.php
-rw-r--r-- 1 root root      11K Mar  6 09:46
/usr/share/horde-beta/imp/config/conf.xml

(the git repository)
mail:/usr/share/git-horde5# ls /usr/share/git-horde5/imp/config/conf.*
-r--r----- 1 root root     1.9K Mar  6 11:15
/usr/share/git-horde5/imp/config/conf.bak.php
-r--r----- 1 root www-data 1.8K Mar  6 11:15
/usr/share/git-horde5/imp/config/conf.php
-rw-r--r-- 1 root root      11K Mar  6 09:46
/usr/share/git-horde5/imp/config/conf.xml

(production - mainly just to make sure the permissions were correct)
mail:/usr/share/git-horde5# ls /usr/share/horde4/imp/config/conf.*
-r--r----- 1 root www-data 2.0K Nov  2  2011
/usr/share/horde4/imp/config/conf.php
-rw-r--r-- 1 root root      12K May 29  2012
/usr/share/horde4/imp/config/conf.xml


I'm obviously making a basic error, but it looks correct to me - so at
this point I'd be changing things based on random guesses, and I can't
see that is a smart way to go.  Thanks for your patience.

Simon


More information about the horde mailing list