I have successfully installed phpopenchat but when i go to index.php so i can login to the chat i recieve this error message:
XML Parsing Error: not well-formed
Location: http://openchat.dyndns.org/index.php#
Line Number 3, Column 13:<html lang="<?=$_SESSION['chat']->get_language()?>" xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?=$_SESSION['chat']->get_language()?>">
------------^
Any help with this would be great as i cant find anything.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Aha. It has to do with the use of "short open tag" -- the php code in the template files (and probably elsewhere) is using the short_open_tag syntax. Look for the configuration setting "short_open_tag" in your php.ini file and enable it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have successfully installed phpopenchat but when i go to index.php so i can login to the chat i recieve this error message:
XML Parsing Error: not well-formed
Location: http://openchat.dyndns.org/index.php#
Line Number 3, Column 13:<html lang="<?=$_SESSION['chat']->get_language()?>" xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?=$_SESSION['chat']->get_language()?>">
------------^
Any help with this would be great as i cant find anything.
Aha. It has to do with the use of "short open tag" -- the php code in the template files (and probably elsewhere) is using the short_open_tag syntax. Look for the configuration setting "short_open_tag" in your php.ini file and enable it.