You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i defined a media conversion in my model to add thumbnails of videos, it returned the path of the thumbnail but it didn't create it when i checked the folder.
My project manager i should check the queue worker which is not mentioned i think in the documentation (or i missed it may be), i run php artisan queue:work i had this error: Declaration of Symfony\Component\Cache\CacheItem::expiresAt(?DateTimeInterface $expiration): static must be compatible with PsrExt\Cache\CacheItemInterface::expiresAt($expiration)
After googling a little bit, i found an answer (https://stackoverflow.com/a/67221583/9767267), i had to delete the psr extension from my system (Debian based), and it worked.
If it is a beginner issue, please can you add at least a small details when it comes to generating conversions in the "defining conversions' page.
This discussion was converted from issue #2862 on March 24, 2022 13:27.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i defined a media conversion in my model to add thumbnails of videos, it returned the path of the thumbnail but it didn't create it when i checked the folder.
My project manager i should check the queue worker which is not mentioned i think in the documentation (or i missed it may be), i run
php artisan queue:work
i had this error:Declaration of Symfony\Component\Cache\CacheItem::expiresAt(?DateTimeInterface $expiration): static must be compatible with PsrExt\Cache\CacheItemInterface::expiresAt($expiration)
After googling a little bit, i found an answer (https://stackoverflow.com/a/67221583/9767267), i had to delete the psr extension from my system (Debian based), and it worked.
If it is a beginner issue, please can you add at least a small details when it comes to generating conversions in the "defining conversions' page.
Beta Was this translation helpful? Give feedback.
All reactions