fisharebest / webtrees

Online genealogy
https://webtrees.net
GNU General Public License v3.0
454 stars 298 forks source link

Control Panel warning 'The PHP extension “gd” is not installed.' #3156

Closed kpine closed 4 years ago

kpine commented 4 years ago

I just switched from gd to ImageMagick after upgrading from 2.0.2 to 2.0.3 because of thumbnail generation errors. When going to the control panel I am now presented with a warning that gd is missing. (The thumbnails are working again).

image

According to the FAQ, one can install either gd or ImageMagick. If that is correct, and I don't need gd, should a warning only be displayed when neither are installed?

fisharebest commented 4 years ago

GD is required for the fanchart.

kpine commented 4 years ago

Indeed it is. If both are installed, will it use imagemagick for the thumbnails?

fisharebest commented 4 years ago

If both are installed, will it use imagemagick for the thumbnails?

Yes. The fanchart code can only use GD

kpine commented 4 years ago

Ok, I've got both installed now and everything looks good, thanks.