MyBB Community Forums

Full Version: Complete forum in BOLD text
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
You have something funky on line 26 of the index.php
Sorry, I am unable to validate this document because on line 26 it contained one or more bytes that I cannot interpret as utf-8 (in other words, the bytes found are not valid values in the specified Character Encoding). Please check both the content of the file and the character encoding indication.
The error was: utf8 "\xBF" does not map to Unicode
http://community.mybboard.net/thread-570...#pid405944
i already checked it with notepad++
ultraedit and textedit

that line it's complete EMPTY
I think you should check your headerinclude templates.
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1400"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1400"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1400"></script>
{$stylesheets}
<script type="text/javascript">
<!--
var cookieDomain = "{$mybb->settings['cookiedomain']}";
var cookiePath = "{$mybb->settings['cookiepath']}";
var cookiePrefix = "{$mybb->settings['cookieprefix']}";
var deleteevent_confirm = "{$lang->deleteevent_confirm}";
var removeattach_confirm = "{$lang->removeattach_confirm}";
var loading_text = '{$lang->ajax_loading}';
var saving_changes = '{$lang->saving_changes}';
var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
var my_post_key = "{$mybb->post_code}";
var imagepath = "{$theme['imgdir']}";
// -->
</script>
{$newpmmsg}


That's my header include
Now, check your global.lang.php. Search:

$l['deleteevent_confirm']

And

$l['removeattach_confirm']
What for?
$l['deleteevent_confirm'] = "¿Estas seguro de que quieres borrar este evento?";
$l['removeattach_confirm'] = "¿Estas seguro de que quieres borrar los archivos adjuntos seleccionados de este mensaje?";
That is. I think the validator can't "bypass' the char with auto encoding.

This is the output of your page:

[Image: glassma.jpg]

I think it should be like this:

[Image: picture1wu.jpg]
As RateU says your language files aren't UTF-8 compatible because of the special characters.
If you remove those characters then try it and correct the errors. Then you can re-add the characters and have a HTML validated forum Smile
Yeah it's working
now it can be validated but....
523 Errors, 50 warning(s)

......
Can any one give me some support?
i really do not understand even the half of the errors there




like this one


Quote:Have you forgotten the "equal" sign marking the separation between the attribute and its declared value? Typical syntax is attribute="value".

* Line 695, column 127: an attribute value literal can occur in an attribute specification list only after a VI delimiter

Quote: …php?tid=889" target=" target="_blank"><img src="images/MDPortal/mybbseo/techn
........ i fixed that error finally stays like this
Quote:php?tid=889" target="_blank"><img src="images/MDPortal/mybbseo/techn
and now i have 540!! errors
Sad
Pages: 1 2