gabry5 Posted January 23, 2013 Report Share Posted January 23, 2013 Hi again, I'm skinning my page and learning something new about it everyday. I guess I got promoted from "noob" to "a little less noob" I noticed a string "" on the left-top corner of the page background. It's present even on the default skin, so I guess I made mistake somewhere in "core" folder. Can anyone have an idea where should I look for it? That's the page: http://alpapolishvirtual.cba.pl/index.php/ Thanks in advance. Quote Link to comment Share on other sites More sharing options...
HighFlyerPL185 Posted January 25, 2013 Report Share Posted January 25, 2013 Basically, you get this because it is what we call a BOM. Acronym for Byte Order Mark. You have probably tried to enter Polish characters, and as far as I'm aware (not too sure?) phpVMS isn't set to UTF-8 ISO-8859-1 unicode standard by default (or it doesn't support it? Jesus, I'm on a roll here...), and the system interprets it as that. Therefore, according to the Byte Order Mark table, you get the little string to inform you that it doesn't like these characters. If you're using an editor, you have to tell it to not use BOMs or use a different editor to stripe them out. Additionally, there is a good bit of information in regards to phpVMS on the forums and in the documentation, to develop your knowledge on it sufficiently to be able to produce a website with all the things you require or desire, so you can promote yourself even higher Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted January 28, 2013 Moderators Report Share Posted January 28, 2013 Are you using a table in your layout.tpl ? Quote Link to comment Share on other sites More sharing options...
Bahaeddine Posted April 11, 2016 Report Share Posted April 11, 2016 Hello, I have the same problem as above. Not sure where to fix this. Any help is appreciated. Bahaeddine Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted April 12, 2016 Moderators Report Share Posted April 12, 2016 Open your core/local.config.php file. How the file starts? Are there any characters before the <?php open tag? Quote Link to comment 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.