Don't work phoca guest book 3.0.2

Phoca Guestbook - creating guestbooks in Joomla! CMS
gilmor
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 18 Nov 2014, 11:51

Don't work phoca guest book 3.0.2

Post by gilmor »

Hello,
I use Phoca Guestbook 3.0.2 on Joomla 3.3.6 (New Installation).
PHP version: 5.4.34
I created guestbook and menu item for this.
When i click on menu item "guestbook" i see error:
Fatal error: Call to undefined function dom_import_simplexml() in /home/******/public_html/new/libraries/joomla/form/form.php on line 897
In form.php file (position of lines 894 - 899):

Code: Select all

// If the element exists remove it from the form definition.
		if ($element instanceof SimpleXMLElement)
		{
			$dom = dom_import_simplexml($element);
			$dom->parentNode->removeChild($dom);
		}
Please tell me how to fix it. Thanks.

P.S. Please sorry for my english.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48706
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Don't work phoca guest book 3.0.2

Post by Jan »

Hi, this is a problem of missing XML package in your server Linux distribution, I think. See Joomla! topic:
http://forum.joomla.org/viewtopic.php?f ... 7#p3189461

Jan
If you find Phoca extensions useful, please support the project
gilmor
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 18 Nov 2014, 11:51

Re: Don't work phoca guest book 3.0.2

Post by gilmor »

Thanks.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48706
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Don't work phoca guest book 3.0.2

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply