Opened 9 years ago
Last modified 9 years ago
#40915 new enhancement
wordpress should issue a warning if no graphic library is installed
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | normal |
| Severity: | normal | Version: | 4.7.5 |
| Component: | Media | Keywords: | |
| Focuses: | Cc: |
Description
Hi people! I've installed wordpress on my site, and I had no library for image manipulation installed. Iin that case, I got no thumbnails.
Due to css of my site, I was not initially aware of my site, cause the layout was right.
So, I think that a warning on admin to the ones that don't have GD or imagick installed could be a good thing. I know that this is a strange corner case :)
Change History (4)
#2
@
9 years ago
I'm inclined to stick with the wontfix from the previous ticket, most end users wouldn't know what that is or what to do about it.
#3
@
9 years ago
I'm also inclined to stick with wontfix, especially for user-facing stuff.
As a random drive-by thought, the other option that might be worth adopting for other things is E_USER_NOTICE for INFO level debug statements when WP_DEBUG is enabled for missing dependencies or other common failures.
This was one of the things mentioned back in #22056