MyBB Community Forums

Full Version: [SOLVED] Page rendering, minus css in Firefox
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Howdy.

Tried searching for this throughout the forum ("css missing", "css broken", etc).

I just installed MyBB on GoMinecraft.com, it is the latest version.

I am using the "Apart1" theme.

Once this theme was enabled, CSS stopped rendering on the front page in Firefox. IE and Chrome render the front page perfectly fine.

I thought maybe css.php wasn't sending the appropriate header, but it is. I'm stumped on what else to look for.

I've seen this in configurations where gzipping happens twice (once in the parser and again in the web service - but that doesn't appear to be the case here).

Visiting http://gominecraft.com/css.php returns what I expect to see - css.

Am I missing something? Did the theme magically get pooched only for Firefix? Oh, Gzip is disabled in MyBB.
Have you tried reinstalling it?
I'm at a loss as to what that'll solve.

The page renders fine in any browser other than firefox, and this is repeatable on multiple machines (both local and asking friends to check it out).

I've tested:

Firefox - Page displays with little to no layout data (some pages have buttons/images)

Chrome - Works perfectly.
Opera - Works perfectly
Browser on my phone - Works perfectly.

This generally indicates an issue with the individual browser, not the application.

Firebug indicates everything looks fine. I was hoping someone here may have experienced this and found a solution to get Firefox to ... stop being crap.
What version of firefox are you using

i went to it on internet explorer and i got the default theme, did you select this as the default theme?
I just flipped it back. Issue repeats regardless of theme selected.

I am using the latest public release of FF.
Fresh install. Same problem.
Front of site: http://gominecraft.com/
Admin Panel: http://gominecraft.com/admin/

The admin panel renders without issue. The front of site looks broken, but the css elements are there.. they just aren't rendering correctly.

This can't be an unsolvable issue.
In your php.ini set this:

default_charset = utf-8

Or just set it as blank or comment it out.
(2010-12-07, 04:13 AM)- G33K - Wrote: [ -> ]In your php.ini set this:

default_charset = utf-8

Or just set it as blank or comment it out.

Wow. That's fantastic.

Thank you.