garlik-gag / dokuwiki-plugin-odt2dw

Import odt file in dokuwiki page
10 stars 10 forks source link

odt upload failed - Debian Stretch #28

Open 3615pipou opened 7 years ago

3615pipou commented 7 years ago

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 ?

medor82 commented 6 years ago

I confirm, same environment here and same error message.

mchubby commented 5 years ago

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).