How can I fix this issues. Please help to me. Thank you.
Asked
Active
Viewed 98 times
2

Ragu Natarajan
- 709
- 3
- 16
-
have you thought about *installing the missing extension*? – Franz Gleichmann Oct 26 '16 at 05:47
-
Possible duplicate of [how can i enable PHP Extension intl?](http://stackoverflow.com/questions/33869521/how-can-i-enable-php-extension-intl) – Franz Gleichmann Oct 26 '16 at 05:49
2 Answers
1
- Open yor
php.ini
(For xamppxampp/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