thedevdojo / voyager

Voyager - The Missing Laravel Admin
https://voyager.devdojo.com
MIT License
11.78k stars 2.67k forks source link

Reading Exif data is not supported by this PHP installation. #5647

Closed Gemy8 closed 1 year ago

Gemy8 commented 2 years ago

Laravel version

9.19.0

PHP version

8.0.21

Voyager version

1.6

Database

mysql 8

Description

when i upload any photo using media manger or uploading any photo on sitting i got this error (Reading Exif data is not supported by this PHP installation.)

Steps to reproduce

.

Expected behavior

i think the voyager admin panel using extension exif and it missing

Screenshots

1 2

Additional context

No response

fletch3555 commented 2 years ago

You need to install/enable the appropriate php extension on your server. I don't remember offhand if it's literally exif or imagegd or something else, but should be easily google-able

emptynick commented 1 year ago

You are missing the Fileinfo PHP extension which is required by Laravel: https://laravel.com/docs/9.x/deployment#server-requirements

github-actions[bot] commented 1 year ago

This issue has been automatically locked since there has not been any recent activity after it was closed. If you have further questions please ask in our Slack group.