Roundcube Community Forum

Release Support => Pending Issues => Topic started by: b0b00n on November 07, 2012, 04:59:53 AM

Title: No styles showing up in the UI
Post by: b0b00n on November 07, 2012, 04:59:53 AM
Hallo,

I did a fresh install of roundcube 0.8.2. Everything's working fine. But the UI display is without any styles, just text and buttons in a  distorted order (menus show up beneath the messages etc). I don't get any error message. I tried different things but to no avail. One thing I discovered is that, when I configure roundcube to write error messages on the screen and provoke error messages by changing permissions to some folders, the GUI styles show up with the error messages in the background. But if there is no display of error messages in the background the styles are disappearing as well.

I would appreciate any helpful hint, thanks!

edit: I wanted to add, that I tried different browsers (chromium, firefox, midori, arora) always with the same result
Title: Re: No styles showing up in the UI
Post by: SKaero on November 09, 2012, 08:40:24 AM
What are the errors that are showing up?
Title: Re: No styles showing up in the UI
Post by: b0b00n on November 09, 2012, 11:02:52 AM
In regular use there are no error messages at all and there are no styles. If I "provoke" error messages by changing folder permissions the styles appear in front of the error messages (they report the wrong folder permissions). If I change the permissions again, the error messages and the styles disappear again.

Title: Re: No styles showing up in the UI
Post by: SKaero on November 09, 2012, 09:34:26 PM
Can you send me a link so I can take a look?
Title: Re: No styles showing up in the UI
Post by: b0b00n on November 11, 2012, 07:20:52 AM
without styles (no errors):
(http://s10.postimage.org/uu9lgcu5x/without_styles.jpg) (http://postimage.org/image/uu9lgcu5x/)

with styles (errors):
(http://s16.postimage.org/cybfz051d/with_styles.jpg) (http://postimage.org/image/cybfz051d/)
Title: Re: No styles showing up in the UI
Post by: SKaero on November 11, 2012, 07:56:43 PM
I can't tell anything from the screenshots, are the links to the css file correct when you have errors off?
Title: Re: No styles showing up in the UI
Post by: b0b00n on November 12, 2012, 03:25:31 AM
Thanks for your responses. I don't know how to check that. Where do I have to look for them?

The only change I did between the two screenshots is, that I changed the permissions of the log directory, which results in a display of the error messages and as a "side effect" the display of the styles which where absent before.
Title: Re: No styles showing up in the UI
Post by: SKaero on November 12, 2012, 06:49:34 AM
You'd need to check the html source to check if the stylesheet links are correct.
Title: Re: No styles showing up in the UI
Post by: b0b00n on November 12, 2012, 09:05:33 AM
they seem to be correct:
Code: [Select]
<link rel="stylesheet" type="text/css" href="skins/classic/common.css?s=1351830385" />
<link rel="stylesheet" type="text/css" href="skins/classic/mail.css?s=1351830385" />

<link rel="stylesheet" type="text/css" href="plugins/jqueryui/themes/classic/jquery-ui-1.8.18.custom.css?s=1351830391">
Title: Re: No styles showing up in the UI
Post by: SKaero on November 12, 2012, 09:26:28 PM
Any errors in the browser console when the style isn't showing?
Title: Re: No styles showing up in the UI
Post by: b0b00n on November 14, 2012, 05:47:21 AM
No, there are no errors.
Title: Re: No styles showing up in the UI
Post by: SKaero on November 14, 2012, 07:47:48 AM
From what we've established so far the skin files are in the correct place, the links to the files are correct and there is no js or php errors. Without being able to see it myself I can't really be of much more help.
Title: Re: No styles showing up in the UI
Post by: b0b00n on November 14, 2012, 08:31:38 AM
Thank you for your efforts!