Florian DAL FITTO

Results 151 comments of Florian DAL FITTO

Thanks for looking to it. In Kunena 6.0 this part of code is pretty similar, since Php 7.2.x the exif_read_data() function return exception when it fails so in Kunena 6.0...

At this line : https://github.com/Kunena/Kunena-Forum/blob/5b0f3759b49ebcddea980df090073e816ab61e26/src/libraries/kunena/image/image.php#L112 try to replace : `$exif = @exif_read_data($filename);` by `$exif = exif_read_data($filename);`

Can-you share the image which you try to upload or one to reproduce the issue ?

The error Illegal IFD size is a bug in Php 7.2/7.3, probably this bug : https://bugs.php.net/bug.php?id=75785 Try to switch to a newer Php version 7.4 or more or stick with...

I'am not able to reproduce it

it's intented that guest can't add attachments

> **To Reproduce** Example: > > 1. assign 4 user as global moderator > > 2. report a message > > > **Result** Moderators get 4 times the same mail...

Yes a moderator has made the report i will try with a simple user

You need to apply the last change : https://github.com/Kunena/Kunena-Forum/pull/9227 and doing edit CSS