UseBB Community

The official board for UseBB help and discussion

UseBB Community » Help & Support » xml errors

xml errors

Moderators: Gaia.

Page: 1

Author Post
Moderator
Registered: Oct 2005
Posts: 462
Location: canada
Hey,

I was just wondering if there was anyway that i could disable the xml errors i get when when a page isn't xhtml standard??

Thanks.
Member
Registered: Sep 2005
Posts: 76
Location: New Zealand
Only problem I have found so far is not closing tags ( three <br> 's ) and the & in the Forum Description that Dietrich helped me with (just put &amp; instead). Sounds like you have made lots of changes to the script?
Moderator
Registered: Oct 2005
Posts: 462
Location: canada
Well it's saying i have a missing </tr> tag and i closed one and can't find the other one for the life of me and i just need to test the script >_<. That and i can't seem to display google ads or paypal donation buttons :(.
Developer
Registered: Apr 2004
Posts: 2224
Location: Belgium
In fact, if the XHTML code is written correctly, there won't be any errors.

If you want to disable xhtml, change
'content_type'  => 'application/xhtml+xml',

to
'content_type'  => 'text/html',

in global.tpl.php.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Moderator
Registered: Oct 2005
Posts: 462
Location: canada
Yea, i know, but I can't find the damn error and it's annoying me :P.

Thanks.

Page: 1

UseBB Community » Help & Support » xml errors

UseBB Community is powered by UseBB 1 Forum Software