[horde] Horde 6 - web/index.php config detection broken
Ralf Lang
ralf.lang at ralf-lang.de
Sat Apr 4 12:27:16 UTC 2026
Changed in latest code. It now says something different.
Am 3. April 2026 05:36:48 MESZ schrieb Ralf Lang <ralf.lang at gmail.com>:
>Hi Nels,
>
>the configs are not really linked to web/ dir.
> $this->io->writeln('Linking app configs to /web Dir');
>
>This info is outdated and I should replace it with more correct output.
>
>Your conf.php belongs into var/config/horde/ folder. The hordectl activate
>command will do that for you if you don't have a complete file you just
>want to copy there yourself.
>
>
>
>
>Nels Lindquist <nlindq at maei.ca> schrieb am Fr., 3. Apr. 2026, 00:25:
>
>> Hi, all.
>>
>> In my environment, the configuration detection in web/index.php is:
>>
>> if (file_exists(__DIR__ . '/horde/config/conf.php')) {
>>
>> That doesn't work, and opening mysite.example.org produces the "Please
>> create a conf.php file and then run 'composer horde-reconfigure' ..."
>> message.
>>
>> If I change the line to check where the symlinked conf.php is actually
>> created, it then works as expected:
>>
>> if (file_exists(__DIR__ . '/../vendor/horde/horde/config/conf.php')) {
>>
>> I did note that one of the steps listed when calling 'composer
>> horde-reconfigure' is "Linking app configs to /web Dir", but there are
>> no linked conf.php files under /web at all. Should there be?
>>
>>
>> --
>> Nels Lindquist
>> nlindq at maei.ca
>> --
>> Horde mailing list
>> Frequently Asked Questions: http://horde.org/faq/
>> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>>
>--
>Horde mailing list
>Frequently Asked Questions: http://horde.org/faq/
>To unsubscribe, mail: horde-unsubscribe at lists.horde.org
More information about the horde
mailing list