• Joe Siegler

    (@joe-siegler)


    I’ve got a question. I’ve been on PHP5 for ages, and recently (finally?) updated to PHP 7. Just about all is well, except for one thing I can’t figure out. When I upload an image, I now do NOT get choices in the Display settings screen for smaller image sizes. I used to. But not now.

    When I was on PHP5 I did get the choices, but now that I’m on PHP7, I don’t.

    It’s obviously something that was configured in PHP5, but not PHP7 on my server, but I don’t know what it is to go looking.

    Can someone point me in the right direction? What am I missing here, and any pointers on how to configure it? Tkx.

    View post on imgur.com

    PHP: 7.1.33
    WP: 5.2.4

Viewing 5 replies - 1 through 5 (of 5 total)
  • Joy

    (@joyously)

    How do you get to that page? I don’t recognize it.

    Thread Starter Joe Siegler

    (@joe-siegler)

    Here.

    View post on imgur.com

    When on PHP5, that dropdown has other options for different sizes. When on PHP7, it doesn’t. I obviously don’t have PHP7 configured right, but I don’t know where to look to fix it.

    Joy

    (@joyously)

    Can you go to Tools > Site Health and see if it tells you about PHP modules that are missing? It might be GD or Imagick.

    Thread Starter Joe Siegler

    (@joe-siegler)

    Well, it does say that three modules are missing. bcmath, imagick, & gd.

    However, they ARE installed. They worked on PHP5, but PHP7 isn’t recognizing them. I guess I need to figure out how to make PHP7 work there.

    The other thing is both are installed at once, it’s a quirk I need to have because some older web apps won’t work on 7.

    Thread Starter Joe Siegler

    (@joe-siegler)

    Got around it.

    yum install php71-php-gd.x86_64

    restarted apache and I’m back in business.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Display Settings on Uploaded Images’ is closed to new replies.