Page 1 of 1

Error when trying to use first time

Posted: 02 Aug 2008, 23:37
by rabbit1997
Hello,

I have installed everything after the book on joomla! 1.5.5 and when I tried to use the guestbook, I got the following messages:

Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in C:\xampp\htdocs\joomla\components\com_phocaguestbook\assets\library\HTMLPurifier\Lexer\DOMLex.php on line 58

Fatal error: Call to undefined method domdocument::loadHTML() in C:\xampp\htdocs\joomla\components\com_phocaguestbook\assets\library\HTMLPurifier\Lexer\DOMLex.php on line 62

What went wrong?
Roger

Re: Error when trying to use first time

Posted: 03 Aug 2008, 00:12
by Jan
Hi, maybe there is missed some file... the problem is, this is an external application used by Phoca Guestbook which protect the guestbook agains internet attacks like XSS attacks... this application is there because the standard method in joomla (clean method) has some problems with claning the html code ... :-(

So I cannot say what can be wrong with the html purifier on your site :-(

Re: Error when trying to use first time

Posted: 03 Aug 2008, 00:18
by rabbit1997
Hello,

thanks for the quick reply.
My Website is still on a local computer, xampp 1.6.7 is running. Perhaps this may help you?

Roger

Re: Error when trying to use first time

Posted: 03 Aug 2008, 00:24
by Jan
this will not help me... as I said, this is an external application, I need to see the live site :(

Re: Error when trying to use first time

Posted: 09 Sep 2008, 22:43
by Jan
Try to check if your php version contain ctype functions ( http://cz.php.net/manual/en/ref.ctype.php )

Jan