Jump to content

GD Library is not installed - Intl extension is not loaded


Recommended Posts

35 minutes ago, Zohaib-fk said:

You are using linux or windows os? You need to edit php.ini file and enable extension.

Below is the similar code related to extension

extension=php_gd2.dll

 

I am using Windows10.

So do I need to input the above code in php.ini?

At what line item?

Link to comment
Share on other sites

For enable PHP Extension intl , follow the Steps..

Open the xampp/php/php. ini file in any editor.

Search ";extension=php_intl.dll"

kindly remove the starting semicolon ( ; ) Like : ;extension=php_intl.dll. to. extension=php_intl.dll.

Save the xampp/php/php. ini file.

Restart your xampp/wamp.

 

AND for GD Library:

Open xampp control panel.

Start apache and mysql.

Click on config option of apache.

Click on php. ini and open it.

Press Ctrl + F and search "extension=" or "extension=fileinfo".

On the next line to "extension=fileinfo", add "extension=gd".

Save the file.

Stop apache and restart it.

 

Both answers was googled in less then 1 minutes :)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...