php7 fix (mpdf 6.0)
-
Hi Florian,
as I desperately needed php7 support for a recent project I tried to replace the plugin’s mpdf (containing version 5.7) folder with the current 6.0 distribution.
Everything works fine!
The only thing I had to adjust was line 193 in wp-mpdf.php//$mpdf->startPageNums();// Required for TOC use after AddPage(), and to use Headers and FootersYou can comment out this line as the startPageNums() is deprecated in mpdf 6.0.
(I’m working with wordpress 4.8.2 and wp-mpdf 3.2.2)Maybe this helps somebody.
Best regards
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘php7 fix (mpdf 6.0)’ is closed to new replies.