Hello,
I am trying to activate TCPDF on the site and when I set it to store the file I get this error:
TCPDF ERROR: Unable to create output file: /public_html/website_b83a724c/components/com_chronoforms8/files/file.pdf
BUT, when I set it to display inline or Download, it does output the PDF, with the set file name and everything.
I checked my folder permissions and it was set to 755. I changed it to 777 just to make sure.. Still nothing.
Tried many different paths, Set it in plain text, tried using both {path:root}, and {path:front} nothing seems to work.
Running on PHP 8.3. Joomla 5.
I had a similar issue with uploads at first but simply removing the upload directory fixed it and the files are actually being uploaded to the server. (although I have no control on where they are saved - Forced to use the default com_chronoforms8/uploads folder)
Ideally I need this to work so that I can later attach the file made to the email confirmation that is sent. If there is a way to attach to PDF without storing the file on the server I'd be open to it.
Any help or guidance would be very much appreciated.
Thanks!