I just switched from free package to Pro version and trying to execute my code. I get the following message: Fatal error: require(): Failed opening required '/koolreport_pro-4.5.0/koolreport/barcode/vendor/composer/../khanamiryan/qrcode-detector-decoder/lib/Common/customFunctions.php' (include_path='.:/opt/lampp/lib/php') in /koolreport_pro-4.5.0/koolreport/barcode/vendor/composer/autoload_real.php on line 66
I use relative path: require_once dirname(FILE)."/koolreport_pro-4.5.0/koolreport/core/autoload.php";
Previously, with free version it was: require_once dirname(FILE)."/koolreport/core/autoload.php"; and worked fine. I replaced 'koolreport' with 'koolreport_pro-4.5.0' directory.
I can find 'customFunctions.php' script where it should be (followed the path in the error message).
What am I doing wrong? Please help.