DOMDocument error

I’ve install Omeka 2.4 on a digitalocean server using LAMP. It’s up and running but I keep getting the following error:
Fatal error: Uncaught Error: Class ‘DOMDocument’ not found in … followed by a bunch of files in the Zend directory.

I’ve installed the php-7.0-xml module, but it had no effect. Any thoughts?

Andrew

This is definitely about missing the dom extension for PHP. The package you mention should have provided it, though. Make sure you’ve restarted Apache or the PHP-FPM server, whichever you’re using, after you install the package.

1 Like

That did it! Thanks!