Roundcube Community Forum

 

No messages display and can't access preferences

Started by jonesrwk, November 07, 2016, 12:01:28 PM

Previous topic - Next topic

jonesrwk

Hi All,

I've just installed roundcube (version 0.9.5-4) using apt-get on an Ubuntu 14.04 box. The problem I'm having is that though I can see all my folders, none of them are displaying any messages. Additionally I can't see any of my preferences, clicking on the button (e.g. "User Interface") does nothing.

I'm using Apache 2.4.7 and Dovecot 2.2.9. There's nothing abnormal that I can see in the logs.

Thanks in advance!

Richard

SKaero

Don't install from the repo, version 0.9.5 is old (released October 21, 2013) and is most likely has broken dependencies.

jonesrwk

OK, I've downloaded and installed the latest version, 1.2.2 and have exactly the same problem. Can anyone help?

Thanks,

R

jonesrwk

I found the problem. These Apache SSL settings were preventing both the preferences from appearing and the messages:

Header always set X-Frame-Options DENY
Header always set X-Content-Type-Options nosniff
Header set Content-Security-Policy "default-src 'self';"

I'm not entirely sure what they do, but I think I put them in as part of the recommendations from ssllabs website.