• Resolved herrstrietzel

    (@15broetchenmann)


    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 Footers

    You 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

    • This topic was modified 8 years, 8 months ago by herrstrietzel.
Viewing 1 replies (of 1 total)
  • Plugin Author fkrauthan

    (@fkrauthan)

    I have good news, Within the next couple of hours you should be able to update the plugin to version 3.3 which will upgrade the mpdf library and makes it PHP 7 compatible.

Viewing 1 replies (of 1 total)

The topic ‘php7 fix (mpdf 6.0)’ is closed to new replies.