Badams66 Posted September 11, 2004 Posted September 11, 2004 Ok, i finally got my hosting activated, starting throwing my site on through ftp, except now i have "?" all over. It is in my template files somewhere as far as i can tell because Subsilver does not have these, yet my template does. See for yourself at http://www.basherplanet.com look under the stats, and in the forum topics, etc. any ideas where to look for this problem? Quote Share this post Link to post Share on other sites More sharing options...
Phil Posted September 11, 2004 Posted September 11, 2004 Okay, I'll be the first to look like a jerk. I didn't see anything wrong. Are you seeing ???? Quote Share this post Link to post Share on other sites More sharing options...
Pitbull Posted September 11, 2004 Posted September 11, 2004 These Phil. Quote Share this post Link to post Share on other sites More sharing options...
crash Posted September 11, 2004 Posted September 11, 2004 I see that on a lot of ebay listings. Don't know what they are from though. Quote Share this post Link to post Share on other sites More sharing options...
Overclocker16 Posted September 11, 2004 Posted September 11, 2004 They must be unkown characters in IE. Because in Firefox they aren't ? they are liked diamond boxes. Quote Share this post Link to post Share on other sites More sharing options...
Badams66 Posted September 11, 2004 Posted September 11, 2004 its really annoying! nobody has had this problem before? Quote Share this post Link to post Share on other sites More sharing options...
Byron Posted September 11, 2004 Posted September 11, 2004 It could be an out of date php on that webserver, or the code might just be messed. They might of forgotten a tag or just misplaced that. I'm sure if you look hard enough you can find where those errors are located and correct it. Quote Share this post Link to post Share on other sites More sharing options...
Badams66 Posted September 11, 2004 Posted September 11, 2004 (edited) i looked in all my template files and could not find a "?" anywhere in any code that should not be there Its just a fresh install of phpbb with a couple mods and a template, so i could setup an ftp account if someone would like to download the files and have a look to try and help a guy out EDIT: actually, its my bedtime (gotta work tomorow ) so i don't really have time to set up an ftp account for public access to my site (kinda a stupid idea in the first place now that i think of it) so ill do the next best thing....post my site HERE for download in a zip file and hopefully someone gets back to me either tonight or tomorow morning if the link doesn't work, copy and paste http://www.basherplanet.com/BasherPlanet.zip into your browser (something to do with OCC's redirection doesn't seem to like my link :S) Edited September 11, 2004 by Tyme_66 Quote Share this post Link to post Share on other sites More sharing options...
Phil Posted September 11, 2004 Posted September 11, 2004 They must be unkown characters in IE. Because in Firefox they aren't ? they are liked diamond boxes. Yeah, I saw the diamond boxes on Opera. I thought maybe they were there on purpose. Quote Share this post Link to post Share on other sites More sharing options...
d3bruts1d Posted September 11, 2004 Posted September 11, 2004 It's character encoding. What encoding fo you have on your site? Should be defined like this: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> If you don't specify what encoding to use, the browser willl go with it's default... Windows-1257, UTF-8, iso-8859-1, or whatever... Quote Share this post Link to post Share on other sites More sharing options...
Badams66 Posted September 11, 2004 Posted September 11, 2004 Ok, that code you just gave me didn't work (unless im putting it in the wrong files) I tried putting them into the template files first, didn't work, so i tried putting it in the .php files directly, but it just gave me more errors, so i fixed that yet i still have the ? everywhere :S Quote Share this post Link to post Share on other sites More sharing options...
d3bruts1d Posted September 11, 2004 Posted September 11, 2004 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> is a meta tag, make sure you are putting it between the <HEAD> tags. YOu may need a different charset.. i.e. UTF-8. More info on it: http://www.w3.org/TR/REC-html40/charset.html Quote Share this post Link to post Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.