Forum


Replies: 1   Views: 143
Domdocument class not found
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by admin  · 26-08-2024 - 12:17

Hello,

DOMDocument is a PHP class (https://www.php.net/manual/en/class.domdocument.php) available in the PHP XML extension. You need to install and enable this PHP extension on your server.

We recommend you run the check.php script included in the package on your server, which checks if the required PHP extensions are installed.

Regards.