2

How can I fix this issues. Please help to me. Thank you.

enter image description here

Ragu Natarajan
  • 709
  • 3
  • 16

2 Answers2

1
  • Open yor php.ini (For xampp xampp/php/php.ini)
  • Find text extension=php_xsl.dll
  • Uncomment this line (By removing semicolon ';')
  • Restart xampp and refresh page it will works
Ketan Borada
  • 856
  • 9
  • 24
0

You need to install the XSLT Processor: http://php.net/manual/en/class.xsltprocessor.php

Thomas
  • 373
  • 2
  • 9