You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2020. It is now read-only.
$bundles = array(
new WhiteOctober\TCPDFBundle\WhiteOctoberTCPDFBundle(),
// ...
but unfortunately the tcPDF defined constants BEFORE the WhiteOctoberTCPDFBundle
so the WhiteOctober can't overwrite them.
(in boot() function in WhiteOctoberTCPDFBundle.php)
I don't know where is my falut? How to boot WhiteOctober BEFORE tcPDF tcpdf/tcpdf_autoconfig.php ?
(problem is in line 35: if (!defined($constKey)) .... )
In my not-small project I have in composer.json:
and in AppKernel.php only:
but unfortunately the tcPDF defined constants BEFORE the WhiteOctoberTCPDFBundle
so the WhiteOctober can't overwrite them.
(in boot() function in WhiteOctoberTCPDFBundle.php)
I don't know where is my falut? How to boot WhiteOctober BEFORE tcPDF tcpdf/tcpdf_autoconfig.php ?
(problem is in line 35: if (!defined($constKey)) .... )