trobfab / fabrik

Fabrik for Joomla 4.x
http://fabrikar.com
Other
25 stars 4 forks source link

MPDF does not work => fatal error #292

Closed joomlahenk closed 1 year ago

joomlahenk commented 1 year ago

With the latest github installed if MPDF is selected in the fabrik config: Fatal error: Declaration of Psr\Log\NullLogger::log($level, Stringable|string $message, array $context = []) must be compatible with Psr\Log\LoggerInterface::log($level, $message, array $context = []) in /var/www/html/joomla4upd/libraries/fabrik/vendor/psr/log/src/NullLogger.php on line 26

skurvish commented 1 year ago

Fixed for now with PR #295

joomlahenk commented 1 year ago

Working great now! Only strange: MPDF does open PDF in the browser. DOMPDF does not, it downloads PDF.

skurvish commented 1 year ago

MPDF must set the Content-Disposition as inline.