Page 1 of 1

Don't work phoca guest book 3.0.2

Posted: 18 Nov 2014, 12:03
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.

Re: Don't work phoca guest book 3.0.2

Posted: 19 Nov 2014, 15:11
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

Re: Don't work phoca guest book 3.0.2

Posted: 20 Nov 2014, 07:18
by gilmor
Thanks.

Re: Don't work phoca guest book 3.0.2

Posted: 21 Nov 2014, 21:15
by Jan
Ok