koddhub Posted September 19, 2021 Share Posted September 19, 2021 I'm getting this error msg during installation, what should i do? Link to comment Share on other sites More sharing options...
JBW Posted September 21, 2021 Share Posted September 21, 2021 You have to enable the mentioned PHP extensions. If you have access to the server you can do this in php.ini configuration file - otherwise you have to ask your hoster for assistance Link to comment Share on other sites More sharing options...
LabelGrup Networks Posted October 27, 2021 Share Posted October 27, 2021 Hi, You need to use this commands: 1- For GD Library: Quote sudo apt-get update sudo apt-get install php7.2-gd (check your php version) sudo service apache2 restart 2- For Intl: Quote Open your file: php.ini Uncomment the line extension=intl and restart Apache Server I hope it helps Regards, Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now