[horde] left sidebar is on top of module content

Jouko Nikula jonikula at gmail.com
Sat Apr 5 05:48:59 UTC 2014


Sorry for spamming, my previous mail left too early.

Actually this is a bug in documentation
http://www.horde.org/apps/webmail/docs/INSTALL:

Instead of doing:
chown root.www config/*
find config/ -type f -exec chmod 0440 '{}' \;

It should be:
chown -R root.www config/*
find config/ -type f -exec chmod 0440 '{}' \;

>
> On Sat, Apr 5, 2014 at 8:40 AM, Jouko Nikula <jonikula at gmail.com> wrote:
>> I was able to find the cause for this. File
>> config/prefs.d/10-webmail.php was not readable to the www user. Adding
>> read rights to this file fixed the problem.
>>
>> On Fri, Apr 4, 2014 at 10:17 PM, Jouko Nikula <jonikula at gmail.com> wrote:
>>> I've just installed horde. The test page looks good, but on every
>>> module with the left sidebar I have same problem: The sidebar is on
>>> top of the module contents. For example on ingo filters the sidebar is
>>> on top the filter list, making filter list only partially visible.
>>> Same happens on address book etc. Problem occurs at least on firefox
>>> and chromium. However, on http://demo.horde.org the sidebar is shown
>>> correctly.
>>>
>>> Please, any advice, what is wrong in my installation?
>>>
>>> Regards,
>>> Jouko Nikula


More information about the horde mailing list