XF 1.5 Fatal Error: Class 'DOMDocument' not found

MSiddiq

Member
---------------------------------
Error Info

ErrorException: Fatal Error: Class 'DOMDocument' not found -library/Zend/Feed/Writer/Renderer/Feed/Rss.php:68
Generated By: Unknown Account

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

Request State

array(3) {
["url"] => string(45) "http://forums.****l.org/forums/-/index.rss"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
-----------------------------


Whats this problem and how to solve it??
 
Possibly missing a PHP PECL?

Screen Shot 2016-06-22 at 1.18.14 AM.webp
go to yoursite.com/admin.php?tools/phpinfo and see if that PECL is loaded. If not, contact your hosting provider to install it.
 
Top Bottom