Jump to content

new TCPDF class with tecnickcom


Blesta Addons

Recommended Posts

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 .

Link to comment
Share on other sites

  • Tyson locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...