Hi, I'm using koolreport_pro-5.0.4 and I'm having some problems, firstly explaining the structure of my project... I use Codeiniter 4, and koolreport_pro is installed in the folder "app/ThirdParty/koolreport"... I created my first report class with the following structure:
I inherit the default reporting class and implement the configuration methods (defaultParamValues, bindParamsToInputs, setup) after that due to authentication issues I instantiate this report class in my controller and with that I display the view to the user, but when I try to export for PDF the following error occurs:
The correct path for this file would be "https://grost.com.br/app/public/relatorios/", and in this path all files are generated correctly so I don't know what could be wrong for this to happen, could someone help me? Thanks!