Author Topic: No messages display and can't access preferences  (Read 3018 times)

Offline jonesrwk

  • Newbie
  • *
  • Posts: 3
No messages display and can't access preferences
« 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

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: No messages display and can't access preferences
« Reply #1 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.

Offline jonesrwk

  • Newbie
  • *
  • Posts: 3
Re: No messages display and can't access preferences
« Reply #2 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

Offline jonesrwk

  • Newbie
  • *
  • Posts: 3
Re: No messages display and can't access preferences
« Reply #3 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.