Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Free Torrent Source (http://www.bvlist.com/forumdisplay.php?f=25)
-   -   Error at top of all pages (http://www.bvlist.com/showthread.php?t=1137)

Phogo 10th October 2008 18:50

Error at top of all pages
 
Hello all, this isn't really an error more of a bug,

At the top of all the pages i get this " ?"

Its not causing any problems its just annoying, does anyone know how to remove it.

Thanks in advance

Phogo

joeroberts 10th October 2008 18:57

you well need to go threw all your files and look for that tag it well be before the opening tag
maybe in config or functions it may take a little hunting to find it and if you don't it well in time cause a problem

Phogo 10th October 2008 19:00

Done that, think it might have something to do with DEFINE('_ISO','charset=iso-8859-1');

Been though the code and change all those to DEFINE('_ISO','charset=UTF-8');

still getting the error...

joeroberts 10th October 2008 19:04

Quote:

Originally Posted by phogo (Post 5004)
Done that, think it might have something to do with DEFINE('_ISO','charset=iso-8859-1');

Been though the code and change all those to DEFINE('_ISO','charset=UTF-8');

still getting the error...

it is going to be a free standing text not part of the codelook at the top and bottom of your pages right before

Bigjoos 10th October 2008 19:05

Bom
 
Thats encoding when you saved the file - its called the bom mark or something - happens with utf-8 im sure - i would check what char set you used when saving it - dreamweaver has a function it that will clearly show this mark that you cant see visually - @joeroberts .. you wont see it unless you set dreamweaver or similiar to show it

joeroberts 10th October 2008 19:07

Quote:

Originally Posted by phogo (Post 5004)
Done that, think it might have something to do with DEFINE('_ISO','charset=iso-8859-1');

Been though the code and change all those to DEFINE('_ISO','charset=UTF-8');

still getting the error...

what do you use to edit your files??
you should try and always use a proper editor if you are not experienced with php
as staed above dreamweaver is the perfict editor for this!!!!

Phogo 10th October 2008 19:09

Dreamweaver, and fixed.

added,


pdq 10th October 2008 19:09

yep, if re-defining the charset isn't working for you, maybe you are using a text editor that is saving files in UTF-8 with the BOM, when it should be saving without the BOM, so maybe check your text editor or try another one.

ahh you fixed it, glad to hear :)


=]

joeroberts 10th October 2008 19:09

Quote:

Originally Posted by Bigjoos (Post 5007)
Thats encoding when you saved the file - its called the bom mark or something - happens with utf-8 im sure - i would check what char set you used when saving it - dreamweaver has a function it that will clearly show this mark that you cant see visually - @joeroberts .. you wont see it unless you set dreamweaver or similiar to show it

lol it is

Phogo 10th October 2008 19:11

Great quick help here guys, thanks


All times are GMT +2. The time now is 13:03.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.