Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dompdf\\Options::validateArtifactPath(): Argument #1 ($path) must be of type string, null given, #1042

Closed
RizalFIrdaus opened this issue Apr 15, 2024 · 6 comments

Comments

@RizalFIrdaus
Copy link

After update laravel 10 and upgrade new version dompdf, we got error like this :

Dompdf\Options::validateArtifactPath(): Argument #1 ($path) must be of type string, null given,

if you have any solution, please reply this issues, thanks

@jason-nabooki
Copy link

It looks like a bug in dompdf/dompdf. There's a PR for it - dompdf/dompdf#3433

@ericamigo
Copy link

ran into the same problem.

for the mean time, you can use the v2.0.4 of dompdf until this one has been sorted out.

composer require dompdf/dompdf:2.0.4

@moingeek
Copy link

I ran into the same issue. But post downgrading to 2.0.4 version. It got sorted out.

@MitchGTV
Copy link

I can confirm that downgrading to v2.0.4 has resolved this temporarily until the PR mentioned above is merged.

@jsncrdnl
Copy link

🎊
You saved my day, thanks !

@ogrosko
Copy link

ogrosko commented Apr 18, 2024

Already fixed see dompdf/dompdf#3433

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants