XML Parsing Error
Brought to you by:
letreo
Name: Ruth Dehne
Email: rdehne2@charter.net
I have received the following error when opening Chat in Netscape:
XML Parsing Error: junk after document element Location: http://www.acobil.org/phpopenchat/index.php Line Number 206, Column 8:</html><br /> -------^
Logged In: YES
user_id=443270
Open theme_config.inc.php an set:
//if your theme containing valid xhtml templates only...
if( ini_get('session.use_trans_sid') == 0 )
{
define('VALID_XHTML', false); // ...set this true
otherwise false
//Note: if is set true, all the content will be delivered
as application/xhtml+xml instead of text/html
}
else
{
define('VALID_XHTML', false);
}
regards Horseman
Logged In: YES
user_id=443270
Open File theme_config.inc.php and set "valid XHTML to false"!
Logged In: NO
@horseman:
when i add your text i get another error...
do i have to add it at the end of the file or overwrite something?