Blesta Addons Posted January 18, 2019 Report Posted January 18, 2019 in the file tcpdf_wrapper.php the file call a wrong file location Loader::load(VENDORDIR . 'tecnickcom' . DS . 'tcpdf.php'); the correct path is Loader::load(VENDORDIR . 'tecnickcom' . DS . 'tcpdf' . DS . 'tcpdf.php'); blesta is not triggering error because the class already loaded with autoload status file .
Tyson Posted January 18, 2019 Report Posted January 18, 2019 Thanks, this is fixed in CORE-2989. As mentioned, this bug causes no ramifications in the system because it is unnecessary to load that file.
Recommended Posts