Hi all,
I’m using a W10 as dev environment and I got issue with a pdf report that give a Unable to create output file error.
It was long time that I didn’t check it but now this issue has rise up.
Any hints will be appreciated because I’ve tried all possible variations without successs. I set also, within setting tab, the absolute path as destination on Server .
I remember there were many issues with Linux due to grants etc. of pdf folders… but, being under ms dos , I suppose that they are not present.
I don’t believe it could be a file name or file path issue but I’m expecting you experts will give me the right suggestions.
TCPDF ERROR: Unable to create output file: C:\Program Files\NetMake\v9-php73\wwwroot\scriptcase\app\eos_service\pdfreport_ticket/Rapportino40/2019.pdf
I used also this string but no way either using / or \ .
[path_file] = getcwd();
[path_rapportino] = “[path_file]” . “/”. “[Rapportino_file_name]”;
Thanks