Hi, i'm using PHPJasper to generate report using Jasper Report + PHP.
Previewing & Generating PDF in Jasper Report itself works well, but unfortunately when i'm trying to generate the PDF from my site, it returned this error (after i try to run the code generated from the website into the terminal of course) :
No secret found for "" key in "net.sf.jasperreports.data.adapter" category
Hi, i'm using PHPJasper to generate report using Jasper Report + PHP. Previewing & Generating PDF in Jasper Report itself works well, but unfortunately when i'm trying to generate the PDF from my site, it returned this error (after i try to run the code generated from the website into the terminal of course) :
No secret found for "" key in "net.sf.jasperreports.data.adapter" category
How can i solve this? Thanks in advance