MyBB Community Forums

Full Version: Strange problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Very strange problem, I have no idea what it could be. When I open the main index page all images are X and the style doesnt work as well. When I enter the forums everything works good and the images are showing.
The forum is installed on a sub directory like myweb.com/forum
and the images are located in myweb.com/forum/images...
But when I try to see the actual URL it is myweb.com/pic.jpg not myweb.com/forum/images/pic.jpg like it must be.
And this all is only on the index page, PMs, profile pages. The threads and topics are working with all the images with the right URL.
And now the most strange, all this happends in IE 6, when tried Netscape it worked properly.
Its really strange and I have no idea whats wrong, everything was perfect before in all borwsers.

Any help will be very appreciated,
Thanks
Check that in the General Configuration, your Board URL is set correctly

Check that in the Theme you are using, the "Image Directory" is set correctly.
Everything looks right, but the problem is still here.
I checked the page source with both browsers and heres the IE mistakes I see:
<link rel="stylesheet" type="text/css" href="css.php?theme=" />
and heres the right way when I use Netscape:
Quote:<link rel="stylesheet" type="text/css" href="css.php?theme=2" />
IE cant obviously detect the style, and also the image directory.
Quote:class="logo"><img src="" alt="Site Name" border="0" /></a>
In this part the logo directory cant be found too, just "" instead of the URL. This again is not a problem with the other browser.

Maybe I can add something in the templates to fix the problem?
Could you go into the User CP --> Options in IE, and select a style, and submit the form, and see if it works.
I did it and nothing... now I even saw a new bug in the Netspace version, so its all a big mess now, I guess the best will be to update the forum to 1.03 and see if it will be ok. I'm currently with RC4 because I like the style very much.
Yes, you should move away from RC4 as soon as possible.

It'll fix many bugs, including security related issues in your board. It'll probably fix this problem too.

Regards,
Chris
OK I upgraded and now have a new problem with the login page. I try to login and it works at first with the "You have successfully been logged in" page redirect, and when the page is up I only see the "Login-Register" links again. I cleared all the cookies to see if this will help but it didnt.
Also I removed the forum and installed it again, because I thought there could be mistakes from the upgrade script and again the same problem.
And again it doesnt work only in IE6! I guess theres something wrong with my browser, it cant be the forum every time.Sad
Set the cookie setting correctly. Go to "myweb.com/forum/admin" or whatever the real URL is.
Thanks very much the domain thing worked great!Smile
You're welcome. Smile