splitbrain / dokuwiki-plugin-dw2pdf

A fork of Luigi Micco's PDF export plugin for DokuWiki
http://www.dokuwiki.org/plugin:dw2pdf
55 stars 68 forks source link

PHP 7.2 warning in MPDF code breaks export #316

Closed daaain closed 1 year ago

daaain commented 6 years ago

I was unable to export (just got a redirect) which was due to a warning triggered by a line in MPDF code. For details see this issue: https://github.com/mpdf/mpdf/issues/562

Manually applying the code change fixed the issue for me and it was fixed in the library 19 days ago, please update the dependency when you have time!

Klap-in commented 1 year ago

Now mpdf 8 is used.