Using getUrl or getPath with conversion results in an infinite loop error #2872
Unanswered
ixperiencenl
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for this awesome package :)
I have used it in many projects before and there were mostly no issues.
Now I want to use it in a Laravel 8 Project, and it gives me issues when I want to get the firstMediaUrl or Path.
It just doesn't load the data, and Xdebug gives me an error about infinite loop.
Laravel version: v8.83.6
Laravel Media Library Version: 9.12.0
PHP version 8.0 / 8.1
MariaDB 10.4.24-MariaDB-1:10.4.24+maria~bionic-log
used in combination with Valet 2.
It looks like it has something to do with retrieving the conversions, because when I use it without the conversion name, it works fine.
I have upgraded the Media Library from 8 to 9, I THINK it has something to do with this, but I don't know in what direction to look. I did run the migration to upgrade the table though, and I also upgraded the config file.
I hope anyone in the team can help me out on this one. Thanks so much :)
Beta Was this translation helpful? Give feedback.
All reactions