skip to Main Content

error :The server does not have ImageMagick or GD installed and/or enabled! Any of these libraries are required for WordPress to be able to resize images. Please contact your server administrator to enable this before continuing.

please tell me if you know this problem

2

Answers


    1. Open xampp control panel.
    2. Start apache and mysql.
    3. Click on config option of apache.
    4. Click on php.ini and open it.
    5. Press Ctrl+F and search "extension=" or "extension=fileinfo".
    6. On the next line to "extension=fileinfo", add "extension=gd".
    7. Save the file.
    8. Stop apache and restart it.
    Login or Signup to reply.
  1. in some cases there is "extension=gd" already given. but commented with a ";". You need the romove the ";" to uncomment it. Then your problem should be solved.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search