• Hi,
    Unfortunately I cannot upload or modify user’s picture or at least nothing changes.
    I have the last update of the plugin.
    Best Regards,
    G

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Calin Vingan

    (@calinvingan)

    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

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Uploading image profile’ is closed to new replies.