kovge
kovge
Hi @Happyfeet01 and @umgfoin i have made a pull request regarding exif data issues: https://github.com/nextcloud/maps/pull/586 There is a refactor with robost error handling and type casting, to prevent such problems...
> Hi @kovge , main cause for the above issues is missing PHP8 support in maps. As a PHP version manifest is missing in app-metadata, it installs on PHP8-platforms although...
Hi @beckenc I created a pull request: https://github.com/nextcloud/maps/pull/586 witch contains a complete refactor of using exif functions to read data from image files. This pull request might resolve your issues....
> > Do you have a chance to make a test, if it solves this issue? Thank you. > > Hi @kovge , > > I've used your fork of...
> ExifDataException Hi @beckenc, Thank you for your reply. Sorry, i had a typo in the file name (ExifDataException's file should be named ExifDataException.php), i do not really know how...