XF 1.2 Fatal Error: Class 'DOMDocument' not found

Madhouse

Active member
Code:
Server Error Log
Error Info
ErrorException: Fatal Error: Class 'DOMDocument' not found - library/Zend/Feed/Reader.php:324
Generated By: Madhouse, 3 minutes ago
Stack Trace

#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}

Request State

array(3) {
  ["url"] => string(57) "http://www.bigdgaming.net/index.php?widget-pages/iracing/"
  ["_GET"] => array(1) {
    ["widget-pages/iracing/"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}

Help me... what do I need to do to get the feeder to operate?
 
Your PHP does not have XML support
your host needs to enable it in PHP by installing php-xml or php-dom depending on the distribution. These days it is really weird to have a PHP installation without it.
 
We have just moved webhost - previous host was tested before purchase.

We have full access to webmin and able to install packages, are you able to tell me exactly what I need to install or to put active?
 
install the necessary XML php packages. It's really going to depend on what OS is being used - and I'm not sure with webmin (don't use it I'm a CLI type of guy) what your commands will be.
 
Top Bottom