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

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -