I have a LAMP server running on Ubuntu 18.04 LTS. PHP is enabled and working on Apache2.
https://server.com/cops/checkconfig.php shows all OK and client-side rendering.
PHP version is 7.0.32-0ubuntu0.16.04.1
When I load the URL I get a blank screen and see this in the Apache error log:
PHP Fatal error: Class 'DOMXPath' not found in /var/www/html/cops/resources/php-epub-meta/epub.php on line 775
phpinfo() shows that libxml support is active
I've seen the previous thread from several years back about this error. For them, the fix was to install php-xml, which I do have installed.
I expect I'm missing something obvious and simple. Any help is appreciated.
Regards,
Douglas