OG
Reported
i have version V3.6.11
yesterday i tried to download the invoice as pdf but I got error 500
until now i can't download any pdf
php version 8
it wan 7.2 and when i got the error i changed it to 8 but still got the same error
yesterday i tried to download the invoice as pdf but I got error 500
until now i can't download any pdf
php version 8
it wan 7.2 and when i got the error i changed it to 8 but still got the same error
- OGAnsweredhere is php error log
<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?>
ERROR - 2023-12-04 12:34:36 --> Could not find the language line "no#"
ERROR - 2023-12-04 12:34:36 --> Could not find the language line "delivery charge"
ERROR - 2023-12-04 12:34:36 --> Could not find the language line "total "
ERROR - 2023-12-04 12:34:39 --> Severity: error --> Exception: round(): Argument #1 ($num) must be of type int|float, string given /home/onliecfj/public_html/vendor/dompdf/dompdf/src/Css/Style.php 3304 - MSAnsweredHello,
The error seems to be from dompdf.
Please use the latest version. Event it's still beta but it's good to start with latest version.
If you want to use version 3 then please use it with php7.4
Thank you - Login to Reply