XML Parsing Error : AJAX Chat -
i trying plant ajax chat website users. have completed installation process database configuration. when trying brows domain.com/ajaxchat/index.php returning error given below:
xml parsing error: junk after document element location: http://futurenext.esy.es/inc/chat/ line number 2, column 1:
i think problem in ajaxchattemplate.php , , here code is:
function getcontent() { if(!$this->_content) { $this->_content = ajaxchatfilesystem::getfilecontents($this->_templatefile); } return $this->_content;
and error message like:
" non-static method ajaxchatfilesystem::getfilecontents() should not called statically, assuming $this incompatible context in line 37"
now please 1 can me fix problem. problem here can't understand. thanks.
Comments
Post a Comment