Skip to content
This repository was archived by the owner on May 21, 2021. It is now read-only.
This repository was archived by the owner on May 21, 2021. It is now read-only.

Error Trying to access array offset on value of type bool #25

Description

@ssgnoe

Using on Lumen 6.0
´´´php
$pdfMerger = new \PDFMerger;
$pdfMerger->addPDF(storage_path('pdf.pdf'), 'all');
$pdfMerger->merge('browser');
´´´

Causes Error:
Trying to access array offset on value of type bool

PHP in Browser 7.4

What am I doing wrong? Any ideas?
Tested merge('file', 'test.pdf');
as well as string.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions