Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Error

Asked Modified Viewed 2,191 times
S
sorinroyal
S
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

If I add a vertical bar to the original URL I see this error :

Character Encoding mismatch!

The character encoding specified in the HTTP header (utf-8) is different from the value in the <meta> element (iso-8859-2). I will use the value from the HTTP header (utf-8) for this validation.

&#8593; Top
Validation Output: 1 Error
Line 100, Column 52: character "<" is the first character of a delimiter but occurred as data
Admin</a></td><td class='side-small' align='right'>< 5 min</td>

&#9993;

This message may appear in several cases:
You tried to include the "<" character in your page: you should escape it as "&lt;"
You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
Another possibility is that you forgot to close quotes in a previous tag.
Line 100, Column 52: StartTag: invalid element name
Admin</a></td><td class='side-small' align='right'>< 5 min</td>

img163.imageshack.us/img163/6399/capture25092010143755.jpg


img818.imageshack.us/img818/3042/capture25092010143804.jpg


I apologize if I posted in wrong category
Edited by sorinroyal on 25-09-2010 19:45,
0 replies

8 posts

B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
answered
Veteran Member

Thread moved to "Suspected Bugs and Errors".
0 replies
H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
answered
Veteran Member

The problem is your "Quick Links" dropdown menu.
It's missing </select> end tag.
0 replies
S
sorinroyal
S
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Quote

Philip wrote:
The problem is your "Quick Links" dropdown menu.
It's missing </select> end tag.


I do not know how . Could you help me to change it ?

I attached here file :

http://www.mediafire.com/?zqw25sdl1lo...sdl1loi2pe

This file must be changed?
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Here mate,

You'll find it's fixed in this version.

http://www.fangree.co.uk/forum/viewth...#post_7099
0 replies
S
sorinroyal
S
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Now I see another error! We edited the first post !

Character Encoding mismatch!

The character encoding specified in the HTTP header (utf-8) is different from the value in the <meta> element (iso-8859-2). I will use the value from the HTTP header (utf-8) for this validation.

&#8593; Top
Validation Output: 1 Error
Line 100, Column 52: character "<" is the first character of a delimiter but occurred as data
Admin</a></td><td class='side-small' align='right'>< 5 min</td>

&#9993;

This message may appear in several cases:
You tried to include the "<" character in your page: you should escape it as "&lt;"
You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
Another possibility is that you forgot to close quotes in a previous tag.
Line 100, Column 52: StartTag: invalid element name
Admin</a></td><td class='side-small' align='right'>< 5 min</td>
Edited by sorinroyal on 25-09-2010 19:45,
0 replies
H
Homdax
H
Homdax 10
  • Fusioneer, joined since
  • Contributed 2,247 posts on the community forums.
  • Started 108 threads in the forums
answered
Fusioneer

If you look in the /locale/[langauge]/global.php settings for encoding you will see the code you can modify to test a working combination.

But, the code you posted should be handled properly as long as other tags are defined and accounted for. Using ampersand and similar code is however the proper way to include High Ascii characters.
0 replies
S
sorinroyal
S
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Quote

Homdax wrote:
If you look in the /locale/[langauge]/global.php settings for encoding you will see the code you can modify to test a working combination.

But, the code you posted should be handled properly as long as other tags are defined and accounted for. Using ampersand and similar code is however the proper way to include High Ascii characters.



Is this file you mean? Just as I have no idea what i do?

http://www.mediafire.com/?2nv4y9027k2...9027k2g4rj
0 replies
H
Homdax
H
Homdax 10
  • Fusioneer, joined since
  • Contributed 2,247 posts on the community forums.
  • Started 108 threads in the forums
answered
Fusioneer

yes that would be the file, but if you know so little about your problem I would recommend you reading up on it before attemting a modification.

The line would be:
$locale['charset'] = "iso-8859-1";


Those are inserted in the site as Charset. If you need to use another charset, thats is the place to modify it.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 8 posts
  • Votes 0 votes
  • Topic users 5 members

5 participants

H
H
Homdax 10
  • Fusioneer, joined since
  • Contributed 2,247 posts on the community forums.
  • Started 108 threads in the forums
C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
H
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
B
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
S
S
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet