MyBB Community Forums

Full Version: Install Local Copy of MyBB Website on WAMP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2015-11-19, 07:13 AM)Josh H. Wrote: [ -> ]Does your board URL happen to contain a trailing slash?

Nope..

in ACP, Board URL = "http://localhost/ozesports"

Only Cookie path has trailing slash Sad
Hmm. Image URLs should be built from bburl, imgdir, and the image, or (more sloppily) just a raw URL, in templates. I'm not sure what would cause this behavior. Is it for all images or only some?
I checked template, the code is:

$('.'+tnick).html("<img title='Offline' src='/images/twitch_offline.png'>");

If I remove the trailing slash it fixes it... also tested on live site and the trailing slash not required (even though it works with), so this is possibly a bug...

update: confirmed I had made some errors in putting trailing slashes in some areas of my code... Removed and fixed, this can be solved, ill update my original post eventually to provide a step by step for how I got my site running locally Smile

Thanks for your help!
Assuming you don't have any subdirectories (OR rewritten URLs) on your site, that fix will work. Otherwise, I would change src to a full URL.

Are there any more problems, or was this the last one?
Please put step by step how to put forum on local host with all users and all data?
sorry for posting in your thread.
Pages: 1 2