I have a form that creates a pdf. It works prefectly when accessing the form from the front end, but I's like a back end version. As far as I can tell everything else works. It's saving data, but getting stuck at the pdf creation stage. The storage folder is outside the public directory at: /homepages/7/d444920525/initial_assessments/initial_assessment_{data:client_ref}.pdf
and that's all fine from the front end. Is there ay reason it's not accepting this absolute path in the admin side only? Could it be a permissions issue? Or does TCPDF work only in the front end?
and that's all fine from the front end. Is there ay reason it's not accepting this absolute path in the admin side only? Could it be a permissions issue? Or does TCPDF work only in the front end?