The documentation rightly mentions about the dependency on the dependency on Freetype extension.
Dependencies
FreeType Support and GB Support enabled for PHP
But there is no requirement check on install. I think it would be better to add this to requirements checklist as the absence of Freetype can lead to White Screen of Death, which is a little difficult to debug.
I have added a simple patch. Kindly review.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | barcode-freetype_requirement_check.patch | 1.07 KB | gokulnk |
Comments
Comment #1
gokulnk commentedBumping this just to check if you got a chance to review this code.
Comment #2
skyredwangI would change the spelling of "freetype" or "Freetype" to "FreeType", so it is consistent.
Comment #3
gokulnk commentedThanks for looking into this Jingsheng Wang.
I have changed the spellings as suggested. PFA the latest patch with corrections.
Comment #5
skyredwang