I had previously altered my image sizes:
$icon_sizes = array(
'tiny' => array('w' => 100, 'h' => 100, 'square' => TRUE, 'upscale' => TRUE),
'small' => array('w' => 100, 'h' => 100, 'square' => TRUE, 'upscale' => TRUE),
'medium' => array('w' => 100, 'h' => 100, 'square' => TRUE, 'upscale' => TRUE),
'large' => array('w' => 200, 'h' => 200, 'square' => TRUE, 'upscale' => TRUE),
);
And now whenever im uploading a new profile image, the preview image doesnt update anymore:
When i remove image i get the right page:
But then when i go to upload again it shows the same (blue shirt in this instance) photo..
Not exactly sure whats causing it or how to fix it, any ideas?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.