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

Error import file .odt extension #15

Open
karlgts opened this issue Oct 14, 2015 · 3 comments
Open

Error import file .odt extension #15

karlgts opened this issue Oct 14, 2015 · 3 comments
Assignees

Comments

@karlgts
Copy link

karlgts commented Oct 14, 2015

Hello,
when I want to import a document format.odt, I get the following error at the top of the headband of my dokuwiki, you have a expolication for me? Thank you

"odt2dw : er_class_xsltProcessor : Erreur système : Impossible d'initialiser un objet xsltProcessor"

@garlik-gag
Copy link
Owner

Hi,
your system need the php xslt library like php-xml or php5-xsl
If you're running dokuwiki on a Linux Debian, you should install php5-xsl :

apt-get install php5-xsl

If it still doesn't work,
I need more element about how your dokuwiki is installed (system, php version, etc.)
you could take a look at bug #8

@garlik-gag garlik-gag self-assigned this Oct 14, 2015
@Olm666
Copy link

Olm666 commented Nov 23, 2015

Hi Garlik ! Same bug here with Debian Jessie, DK Release 2014-05-05a "Ponder Stibbons", php5 5.6.14 with xsl module installed and activated…

@garlik-gag
Copy link
Owner

Hi,

I try to install a Debian Jessie from scratch, as web server, install php and php5-xsl, restart apache and it work.

apt-get install php5
apt-get install php5-xsl
service apache2 restart

You need to restart apache2 after installing php5-xsl otherwise the xsl processor don't work.

Hope it solve your issue

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