garlik-gag / dokuwiki-plugin-odt2dw

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

Error import file .odt extension #15

Open karlgts opened 8 years ago

karlgts commented 8 years ago

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 commented 8 years ago

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

Olm666 commented 8 years ago

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 commented 8 years ago

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