I’m using XAMPP Server 1.7.7
While opening the php file, i receive the error
Fatal error: Class 'XSLTProcessor' not found
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Install the XSL extension to get that class. This might be as easy as uncommenting (remove the starting ‘;’) on the line that reads
extension=php_xsl.dllin php.ini on Windows, orapt-get install php5-xslon most Linux-based systems. For custom builds of PHP, use configure option--with-xsl(requires package libxslt1-dev).