Open 3615pipou opened 7 years ago
I confirm, same environment here and same error message.
The corresponding line is https://github.com/garlik-gag/dokuwiki-plugin-odt2dw/blob/78f745aee2e3cc65c15c9918ee9163cc69e27712/action.php#L197
php7.0-xsl is the requirement.
On the command line (or in a PHP simple page) php -r 'var_dump(class_exists("XSLTProcessor"));'
should yield bool(true).
Hi,
I've got this error when I try to upload an odt document :
odt2dw : er_class_xsltProcessor : Erreur système : Impossible d'initialiser un objet xsltProcessor
I'm using Frusterick Manners, Debian Stretch with this packages :
And I've already restart Apache
What is the problem ?