JP Graph Error: 25092
triumphhub opened this issue · 1 comments
I have the following error when trying to view gantt chart:
"There is either a configuration problem with TrueType or a problem reading font file "%s" Make sure file exists and is in a readable place for the HTTP process. (If 'basedir' restriction is enabled in PHP then the font file must be located in the document root.). It might also be a wrongly installed FreeType library. Try upgrading to at least FreeType 2.1.13 and recompile GD with the correct setup so it can find the new FT library."
FreeType 2.10.x installed along with JD. basedir has no restrictions. No errors in Apache log files.
FreeBSD V12.1. PHP 7.3.22
Thanks for any help
Generally this is a result of the permissions on the directory lib/ezpdf/fonts
not allowing the creation of font files by the web server user.