The account details for the User should have been displayed
An error has occurred.
0 Call to undefined function Joomla\CMS\Form\dom_import_simplexml()
javascript:
Joomla 3.9.5
PHP 7.1.28
Mysqli 5.6.43
This error seems to only occur with the account currently logged in at the time.
When tested with a 2nd Superuser account, the same error occurred as described above, but with that user account name.
However, the 1st account that the error originally occurred on, could now be displayed using User->Manage (when logged in with 2nd user account)
So it appears this error ONLY occurs on the account the user is currently logged in with.
Labels |
Added:
J3 Issue
|
i'm unable to reproduce too
Status | New | ⇒ | Information Required |
Status | Information Required | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-04-26 15:51:37 |
Closed_By | ⇒ | franz-wohlkoenig |
Enable Debug System in Global Configuration to see where this is coming from.
The reason is that your php installation doesn't support libxml.
I checked PHP information and libxml 2.9.4 is installed
With Debug enabled:
An error has occurred.
0 Call to undefined function Joomla\CMS\Form\dom_import_simplexml()
/home/tmmuseum/public_html/libraries/src/Form/Form.php:887
1 | () | JROOT/libraries/src/Form/Form.php:887
2 | Joomla\CMS\Form\Form->removeField() | JROOT/administrator/components/com_users/models/user.php:148
3 | UsersModelUser->getForm() | JROOT/libraries/src/MVC/View/HtmlView.php:425
4 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/administrator/components/com_users/views/user/view.html.php:40
5 | UsersViewUser->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672
6 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_users/controller.php:107
7 | UsersController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710
8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_users/users.php:21
9 | require_once() | JROOT/libraries/src/Component/ComponentHelper.php:402
10 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377
11 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/AdministratorApplication.php:101
12 | Joomla\CMS\Application\AdministratorApplication->dispatch() | JROOT/libraries/src/Application/AdministratorApplication.php:159
13 | Joomla\CMS\Application\AdministratorApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196
14 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/administrator/index.php:51
You installation doesn't support https://www.php.net/manual/de/function.dom-import-simplexml.php
Just to follow up, the problem is now fixed. The PHP 7.1 extensions "xmlreader" and "xmlwriter" were enabled on the server... and now Users->Manage->Admin (in this case) displays correctly.
Thanks for everyone's help and suggestions.
Not seeing this at all. Try reinstalling the core and seeing if the same error occurs. Is this on a fresh install of 3.9.5?