Hi,
Please check /wp-content/uploads/gravatar directory and add the write permission.
From your linux command line you can set it like this:
chmod 777 /path/to/folder
If you have SFTP you can set the permission from your SFTP software.
I checked and this is the only logical reason why you can’t upload the images.
Calin
Hello,
I had the same issue and it was not due to access permission. I had to rename the filename to low-case and it started to work again.
BR / Sergey
Same here.
The Plugin apparently converts the file name to lower case, after it has been copied with the upper case filename to the final destination in wp-content/uploads/gravatar
I guess this happens in wp-content/plugins/starbox/models/UserSettings.php in the addImage method.
Kind regards Kevin