You need the XSLT library installed in PHP to open this Blackboard file

You need the XSLT library installed in PHP to open this Blackboard file

by Gautam Bishwas -
Number of replies: 3

Respected Moodleer,

I am restoring my cartdraige in Moodle 197 and getting Error You need the XSLT library installed in PHP to open this Blackboard file

I don't know how to deal this problem so please share your exp for this error

Regards

Gautam

Average of ratings: -
In reply to Gautam Bishwas

Re: You need the XSLT library installed in PHP to open this Blackboard file

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
Erm.... You need the XSLT library installed in PHP

...without any information about your server configuration it's impossible to help further. For example, if it's Ubuntu it'll be (something like)...

sudo apt-get install php5-xslt

...if it's Windows you will need to uncomment a line in php.ini, but you MIGHT have to recompile PHP with the xslt library included.
In reply to Howard Miller

Re: You need the XSLT library installed in PHP to open this Blackboard file

by Gautam Bishwas -

Hi Millar,

I am using xampp on window 2008 php version 5.2.6 after some googling finaly I have done this with this help link

http://www.sitepoint.com/transform-php-xslt/

But don't understand if I am using window then which line  should be commented in php.ini and why?Because I have not done this.Any way thanks for your help

Regards

Gautam

In reply to Gautam Bishwas

Re: You need the XSLT library installed in PHP to open this Blackboard file

by Jean-Michel Védrine -

Hello,

It's surprising that you says you have not done this surprise because it's exactly what is  mentionned in the article you linked to :

Then, uncomment (remove the ; from the beginning of) or add the following line to the section under ‘Windows Extensions’:
    extension=php_xslt.dll 
With those changes made, save the updated file and close the editor.

This is exactly what Howard was wanting to say !