I installed PHP Open Chat. My Web Hosting Service is Windows 2003. After upgrading the adodb to 4.5.4, I finally got it installed correctly, but once I try to log in, after submitting the userid and password, I get the following XML error. Anybody have any ideas how to fix this ???
The XML page cannot be displayed
Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
I installed PHP Open Chat. My Web Hosting Service is Windows 2003. After upgrading the adodb to 4.5.4, I finally got it installed correctly, but once I try to log in, after submitting the userid and password, I get the following XML error. Anybody have any ideas how to fix this ???
The XML page cannot be displayed
Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
--------------------------------------------------------------------------------
XML document must have a top level element. Error processing resource 'http://www.nubianplayplace.com/phpopenchat/frameset....
Edit include/templates/openchat/theme.config.inc.php
and set this:
{
define('VALID_XHTML', true); // ...set this true otherwise false
to false.
did anyone solve it. I have same error
Regards