I need some help. After upgrading to V1.6, my PDFs no longer generate with my Logo on them. I did see that this has been resolved in the V1.6-beta2 package (Link) and I’ve upgraded to the V1.6-beta2 release, but still no luck.
I verified that the line in the invoice_helper.php has indeed been changed to the following:
Hi @UnderDog, You’ll notice that the Link I posted in my original post is the same link you posted in your reply. I have confirmed that this fix is already in my environment. After updating the .php file, do I need to do anything else for this to work?
Actually, no! I made the mistake of using the $absolutePath = dirname(dirname(__DIR__)); in lines 22 to 25, which is incorrect - This breaks the image on the Guest URLs.
The function invoice_logo() should remain with the base_url() to render that correctly, but the invoice_logo_pdf() should contain the $absolutePath.
I’ll be editing my original solution file, just so that I don’t cause confusion!