Author |
|
simon.maddox Newbie
Joined: 19 August 2016 Location: United Kingdom
Online Status: Offline Posts: 2
|
Posted: 19 August 2016 at 6:02pm | IP Logged
|
|
|
Trying to look at WebMail Pro on a new VPS, but getting errors when I try to access the site.
Any ideas?
apache2/error.log extract:
PHP Fatal error: Uncaught Error: Call to undefined function xml_parser_create() in /usr/share/webmail/libraries/afterlogic/common/xml.php:237\nStack trace:\n#0 /usr/share/webmail/libraries/afterlogic/common/xml.php(287): CXmlDocument->ParseFromString('<?xml version="...')\n#1 /usr/share/webmail/libraries/afterlogic/common/settings.php(178): CXmlDocument->LoadFromFile('/usr/share/webm...')\n#2 /usr/share/webmail/libraries/afterlogic/common/settings.php(59): api_Settings->LoadFromXml('/usr/share/webm...')\n#3 /usr/share/webmail/libraries/afterlogic/common/manager.php(89): api_Settings->__construct('/usr/share/webm...')\n#4 /usr/share/webmail/libraries/afterlogic/api.php(211): CApiGlobalManager->GetSettings()\n#5 /usr/share/webmail/libraries/afterlogic/api.php(800): CApi::GetSettings()\n#6 /usr/share/webmail/libraries/afterlogic/api.php(128): CApi::validateApi()\n#7 /usr/share/webmail/libraries/afterlogic/api.php(1162): CApi::Run()\n#8 /usr/share/webmail/install/steps/compatibility.php(19): include_once('/usr/share/webm...')\n#9 /usr/share in /usr/share/webmail/libraries/afterlogic/common/xml.php on line 237
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 19 August 2016 at 6:09pm | IP Logged
|
|
|
Make sure you have XML parser extension of PHP installed. The process of having it added varies depending on the platform; in case of Ubuntu, for example, that would be:
Code:
sudo apt-get install php-xml-parser |
|
|
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
simon.maddox Newbie
Joined: 19 August 2016 Location: United Kingdom
Online Status: Offline Posts: 2
|
Posted: 20 August 2016 at 12:20am | IP Logged
|
|
|
Thanks for that, Igor. It did the trick after restarting Apache2
|
Back to Top |
|
|