paulecomaker
Forum Replies Created
-
For people reading this in the future. The issue with Booster Plus plugin and PHP 8.xxx and not-working PDF-invoices has been solved.
Fortunately, for the makers of the plugin, the issue resided between the keyboard and the wall (read: it was me).
I used custom made templates for the PDF invoices. This works great, and is fairly easy using HTML-tags. The issue was, that while i created a table in my invoices, I dit use <th> and <td> tags. I also used closing tags </th> and </td>, except for 2 instances, where i omitted the “/” (thus using <th> and <td> als closing tags). PHP 7.xx is forgiving on that. PHP 8 is not.
Thanks to David & team from Booster for looking into the issue.
probably easier to find the files via a blog-post on my site:
Hi David,
When using PHP 8.2.29 (the automatic version of my host Siteground), I get the following error when trying to open the PDF Invoice from the woo-order list: https://drive.google.com/file/d/16JLfyg4DDFdfc3n7vsL12XlRftnOWHQk/view?usp=drive_link
(In English: There is a critical error on this site. Check administrator email or see the forums for support)
So, as requested, I’ve enabled debugging. The debug.log can be found in:
https://drive.google.com/file/d/15t8cP8pwnDZ0PZd8rzxA4vWvYjuXusuO/view?usp=drive_link
Please let me know if you need more info.
Kind regards, Paul