Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: jonesrwk on November 07, 2016, 12:01:28 PM

Title: No messages display and can't access preferences
Post by: jonesrwk on November 07, 2016, 12:01:28 PM
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
Title: Re: No messages display and can't access preferences
Post by: SKaero on November 07, 2016, 12:28:25 PM
Don't install from the repo, version 0.9.5 is old (released October 21, 2013) and is most likely has broken dependencies.
Title: Re: No messages display and can't access preferences
Post by: jonesrwk on November 07, 2016, 01:03:08 PM
OK, I've downloaded and installed the latest version, 1.2.2 and have exactly the same problem. Can anyone help?

Thanks,

R
Title: Re: No messages display and can't access preferences
Post by: jonesrwk on November 07, 2016, 02:13:27 PM
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.