fossar / selfoss

multipurpose rss reader, live stream, mashup, aggregation web application
https://selfoss.aditu.de
GNU General Public License v3.0
2.36k stars 343 forks source link

"error message" written on top of every page #435

Closed theomega closed 10 years ago

theomega commented 10 years ago

I pulled the latest git-HEAD and installed it and now every page in selfoss starts with an "error message". This is a

in the HTML code which has the "error" css class. I suppose there is some styling missing in the CSS.

Does anybody else have the same problem?

Weishaupt commented 10 years ago

I had this issue a while ago. Be sure to delete public/all.css and public/all.js after you pulled the latest sources.

theomega commented 10 years ago

I just deleted them and they got regerated, nevertheless, the error remains... Any other hints?

jimmybrancaccio commented 10 years ago

I actually just got this issue too, however removing the CSS and JS file as mentioned above resolved the issue for me. Thanks @Weishaupt :smile:

stuporglue commented 10 years ago

I'm still getting this error. I just pulled the latest version from Git and I'm getting this still.

I deleted all.js and all.css and cleared my browser cache, but the "error message" message remains.

Anything else I should try?

I assume that the error div is supposed to be there, but it should be hidden by js/css unless an error occurs?