invoices in virtuemart cannot be created (via checkout or via backend) and the error is:
- Code: Select all
TCPDF ERROR: Could not include font definition file: helvetica
we did not check real internals of this problem on 3.4.2 on why VM defines wrong paths, but a quick fix is to modify:
\libraries\vendor\tecnickcom\tcpdf\config\tcpdf_config.php
find:
- Code: Select all
define("K_PATH_MAIN", VMPATH_LIBS . $cyu.'/');
and replace with:
- Code: Select all
define("K_PATH_MAIN", $cyu.'/');
best regards, stan