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
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
Hello,
It's surprising that you says you have not done this 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 !