User tests: Successful: Unsuccessful:
A more user friendly error message instead of an unhandled PHP exception.
Install Joomla 4 on a server with GD not installed or not enabled.
Go to Joomla 4 admin -> Templates/Site Templates -> Cassiopeia Details and Files -> Click template_thumbnail.png in left menu
without debug:
With debug:
none
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_templates Language & Strings |
Im unable to generate a GD message in Media Manager...
I am assuming that GD is being used for the crop and rotate functionality in the template. The same functionality is present in the media manager although if memory serves me correctly the implementation is different (it shouldnt be)
yeah most of the image manipulation is using GD functions... Im going to rebuild a new docker container without GD and see what I can break.
I am assuming that GD is being used for the crop and rotate functionality in the template
Nope!
Crop & resize certainly DO work without GD... It looks like they use cropperjs
1.5.11 https://fengyuanchen.github.io/cropperjs
This PR is ready for testing.
I have tested this item
Labels |
Added:
?
?
|
I've restored the previous test result since the commit which invalidated the test was just a code style change.
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-05-02 19:34:50 |
Closed_By | ⇒ | chmst | |
Labels |
Added:
?
|
Thanks!
Doesnt this error also happen in media manager? It should. In which case it should be a generic mesage and not a com_template message