Hi there,
I'm getting an error while exporting to PDF Template. Nor the default PDF export or the Template Report Plugin are working.
Resulto for PDF:
ERROR : Implicit conversion from float 1.7652999999999999 to int loses precision
in tcpdf.php
at line 4137
LOG shows:2022-12-23 16:50:20.460 ** ERROR ** [V10.1.4] ERROR **
2022-12-23 16:50:20.460 ** ERROR ** [V10.1.4] on file '/home/fabitive/public_html/proyectos/external/html2pdf/vendor/tecnickcom/tcpdf/tcpdf.php' at line (4137)
2022-12-23 16:50:20.460 ** ERROR ***** [V10.1.4] cause = Implicit conversion from float 1.7652999999999999 to int loses precision
Template Report is simply not working or showing any log entry.
Any ideas?
Thank you!
PDF Conversion is not 100% compatible with PHP V8.1
Just use PHP 8.0 or wait for V10.2.1 that brings some better on that side.
Dongraded version to 7.4.
Works just fine.
Thanks a bunch!