fonts - MPDF dejavuserifcondensed.mtx.php No such file or directory -
can me getting following message when trying use mpdf
include(/var/www/svn_data/skeletonapp/mpdf/ttfontdata/dejavuserifcondensed.mtx.php): failed open stream: no such file or directory
i have chmod'ed correct files ttfontdata, tmp , graph_cache
it seems system has generate files not.
thanks,
ross.
the problem directory ttfontdata/ not writable process under php code running. mpdf needs generate , write files there.
simplest solution is:
chmod 777 ttfontdata
Comments
Post a Comment