Menu

#399 XML Parsing Error

open
nobody
5
2006-03-22
2006-03-22
Anonymous
No

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 /> -------^

Discussion

  • hartmut götze

    hartmut götze - 2006-03-28

    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

     
  • hartmut götze

    hartmut götze - 2006-05-17

    Logged In: YES
    user_id=443270

    Open File theme_config.inc.php and set "valid XHTML to false"!

     
  • Nobody/Anonymous

    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?

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.