KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Fatal error: require_once(): Failed opening required '../../KoolReport/autoload.php' #572

Open Eswaran opened this topic on on Dec 22, 2018 - 1 comments

Eswaran commented on Dec 22, 2018

I have configured everything as your advice but i am getting error which is attached for your referece.

Thanks Eswar

KoolReport commented on Dec 22, 2018

Please make sure the relative path to autoload.php is correct. If possible, you may include dirname like this:

require_once dirname(__FILE__)."../../koolreport/autoload.php";

Further more I notice that you use the "KoolReport/autoload.php", the folder of koolreport is in lower case "koolreport", it could be issue.

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
None yet

None