I'm getting this error in a website I've taken over from someone else:
FPDF error: Could not include font metric file
I have the path to the folder defined with:
define('FPDF_FONTPATH','xxxxx');
I have looked at other answers on Stackoverflow, which suggest that this means the folder or file do not exist. But in this case they do (I'm able to point at them with the web browser).
I would like to include a link here but would rather not for security reasons, unless anyone knows a safe way of doing so?
Any help much appreciated!
Thanks, G