[GH-ISSUE #469] Exception with sync #330

Closed
opened 2026-02-26 02:32:52 +03:00 by kerem · 2 comments
Owner

Originally created by @miradozk on GitHub (Oct 8, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/469

Hey,
I get an exception with :

php artisan koel:sync

Exception log:

[mirado@Ox-Lloyds koel]$ php artisan koel:sync
Koel syncing started.

    31/11177 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░]   0%

  [Symfony\Component\Debug\Exception\FatalThrowableError]  
  Call to undefined function App\Models\exif_imagetype()   
Originally created by @miradozk on GitHub (Oct 8, 2016). Original GitHub issue: https://github.com/koel/koel/issues/469 Hey, I get an exception with : ``` php artisan koel:sync ``` Exception log: ``` [mirado@Ox-Lloyds koel]$ php artisan koel:sync Koel syncing started. 31/11177 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0% [Symfony\Component\Debug\Exception\FatalThrowableError] Call to undefined function App\Models\exif_imagetype() ```
kerem closed this issue 2026-02-26 02:32:52 +03:00
Author
Owner

@phanan commented on GitHub (Oct 10, 2016):

You need the exif module for PHP.

<!-- gh-comment-id:252532450 --> @phanan commented on GitHub (Oct 10, 2016): You need the [exif module](http://php.net/manual/en/book.exif.php) for PHP.
Author
Owner

@miradozk commented on GitHub (Oct 10, 2016):

Thank you

<!-- gh-comment-id:252552486 --> @miradozk commented on GitHub (Oct 10, 2016): Thank you
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#330
No description provided.