MyBB Community Forums

Full Version: Huh?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just installed mybb, went to the index page and got this:

http://www.talesrpg.com/bsforum/index.php

Wtf did I do wrong?

EDIT: According to firefox's js console, it's telling me that there's was an error in loading the theme...
I get that same problem, but it goes away in a few minutes.
I don't see anything wrong :-S
It looks fine in internet explorer. Not firefox. =P

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

Firefox says in that line that text/html must be text/css for some reason. How would I change it?
This may be a problem...

http://www.talesrpg.com/bsforum/css.php?theme=2

Quote:Warning: Cannot modify header information - headers already sent by (output started at /home/talesrpg/public_html/bsforum/inc/settings.php:124) in /home/talesrpg/public_html/bsforum/css.php on line 112
Take a lok at your inc/settings.php file and see if its set out like this:

$settings['some_value'] = "Some other Value";

You should have about 114 lines of code in inc/settings.php.

If its not set out as above take a look at my thread here:
http://www.mybboard.com/community/showth...8#pid10558

That solved my problem with my CSS issue, as before if I changed a setting in the AdminCP my styles for my board did the same as what yours has done.

Try it see what happens.
When I last had this problem it was caused by white space at the end of the settings.php file. If you're still having this problem, open up inc/settings.php and look for the closing "?>" mark. If there is any blank space after that point, delete it.
Musicalmidget Wrote:When I last had this problem it was caused by white space at the end of the settings.php file. If you're still having this problem, open up inc/settings.php and look for the closing "?>" mark. If there is any blank space after that point, delete it.

Yes there was blank space. I deleted that and it appered just fine. Thanks. Smile

I still have that JS error though. Sad
I'm not getting any javascript errors when visiting your forum - try clearing your cache or a doing a hard refresh (Ctrl + Refresh) to see if it's gone then.

Chris