Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

odt upload failed - Debian Stretch #28

Open
3615pipou opened this issue Mar 23, 2017 · 2 comments
Open

odt upload failed - Debian Stretch #28

3615pipou opened this issue Mar 23, 2017 · 2 comments

Comments

@3615pipou
Copy link

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 :

  • php7.0-xsl
  • php-fxsl
  • php-xml
  • php7.0-xml

And I've already restart Apache

What is the problem ?

@medor82
Copy link

medor82 commented Oct 10, 2017

I confirm, same environment here and same error message.

@mchubby
Copy link

mchubby commented Mar 5, 2019

The corresponding line is

if ( ! class_exists( XSLTProcessor ) ) return $this->_msg('er_class_xsltProcessor');

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants