Closed netzarbeiter closed 10 years ago
@Toflar how do we solve this? The server requirements are not met to include images in the PDF.
Options:
In my opinion we only need to do the following:
Old:
$strBuffer = \Controller::convertRelativeUrls($strBuffer, '');
New:
$strBuffer = \Controller::convertRelativeUrls($strBuffer, '', true);
So only href attributes get "absolutized" and not images. fopen
will then access the images as usual on the server. So in other words: same as Contao does :D
But that will not work for Emails? Or is it a different routine?
Should be fixed in 31344c06faf6ad25abbfda55bd5c48db044c9740
If you have chosen a Gallery in the section General settings > Documents, the following error message shows up, while trying to print a document in the order list.