Closed pminetti closed 3 years ago
I would start by checking what's inside $report
object before returning.
Hi garak,
thanks for your time.
Yes the problem was I use findByDocName and I have to use findOneByDocName, this return the objet not an array of objects
thank again for your time
Support Question
Hi,
I need to download same certificates, so in development I have a link in my apache directory pointing to the certificate store. all is working fine when I contruct a link to the certificate. Problem start when I want to use the dowloadHandler. In the AbstractStorage, on function resolvePath $filename is always null, so it return a null and broke the code.
Entity
The controller (yet no finished)