Function get_magic_quotes_runtime() is deprecated
ErrorException Function get_magic_quotes_runtime() is deprecated
in Lavavel 7 and php 7.4
Same error on Laravel 5.8 and PHP 7.4 When this will be fixed?
Hi @saulmamani ,
Did you find another PDF merger pachage for PHP 7.4?
Thanks in advance
Any word on this issue? I have the same error in Laravel 6 on PHP 7.4.8 and need to know how to fix it. Thanks in advance.
Hi @hondaman900 ,
This package is not maintained anymore... I have used another one: https://github.com/daltcore/lara-pdf-merger
Hope it helps
I forked this because of this issue. https://github.com/marcshake/PDFMerger
Thank you for the replies. I downgraded my dev system to PHP 7.3 to get past this for the moment and not hold up the project, but to move forward, is the solution as simple as upgrading PDFMerger?
I used my fork in my project by modifying my composer.json. My solution works in PHP7.4
Just add this:
"repositories": [ { "type": "vcs", "url": "https://github.com/marcshake/PDFMerger" } ],
And replace
"rguedes/pdfmerger": "^1.0",
with
"rguedes/pdfmerger": "dev-master as 1.0",