Brendan Petty - Totally Web Services
Results
2
comments of
Brendan Petty - Totally Web Services
Hardly an ideal solution, but I've made it work by editing `app/Jobs/Util/UploadAvatar.php` at line 40, using `@` to suppress the error, like so: `$im = @imagecreatefromstring(file_get_contents($this->file));`
Same here, lots of log entries. Does the fix by @tasinttttttt solve this, without side effects? Will it be merged into master @teamtnt?