Don't work phoca guest book 3.0.2
Posted: 18 Nov 2014, 12:03
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):
Please tell me how to fix it. Thanks.
P.S. Please sorry for my english.
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);
}
P.S. Please sorry for my english.