Skip to content

PHP extension 'XSL' is not installed #6

@dobbers

Description

@dobbers

If you get the error message 'PHP extension 'XSL' is not installed' when you connect to the evqueue site on your local server and you know that you installed the correct php-xsl module then check your php.ini file for apache2.
On my system with php-7.3 install it was located at:
/etc/php/7.3/apache2/php.ini
In this file look for the line:
;extension=xsl
and change this to:
extension=xsl
If you restart apache2 service and retry it should now work

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions