- First commit to issue fork.
- Status changed to Closed: outdated
about 1 month ago 9:28am 20 June 2025 - 🇩🇪Germany jan kellermann
Drupal 7 is end of live.
If you want to use PDF using mPDF → for your Drupal 10/11 please checkout new version 3.x → .
I catched a PHP7.4 notice deprecation
Array and string offset access syntax with curly braces is deprecated in PHP 7.4. Use square brackets instead. Seen for $path {(strlen($path) - 1)}
../pdf_using_mpdf/pdf_using_mpdf.module 428
See https://wiki.php.net/rfc/deprecate_curly_braces_array_access
Switch to php7.4, check logs
I would suggest to apply a patch
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Drupal 7 is end of live.
If you want to use PDF using mPDF → for your Drupal 10/11 please checkout new version 3.x → .