PDF Report problem (Can't open file)

Hello,
I recently ran into a problem with my project. When I try to generate a PDF report, I get following error:

Can’t open file /Applications/NetMake/v71/wwwroot/scriptcase/app/servisni_aplikace/_lib/font/GenR102.TTF

I can see everything properly during development, the file is on the server in the appropriate folder and the _lib folder has full 777 rights. Whether I deploy via FTP or generate ZIP and then upload, I get this error. Seems like it is still pointing to my local file.
Any ideas? Thanks.

Filip

Hello,

Please contact our support team as a trial user.

regards,
Bernhard Bernsmann

on your server go to: /your_site_directory/_lib/font

and in file:
genr102.mtx.php

change $ttffile to:
$ttffile=’…/_lib/font/GenR102.TTF’;