Suddenly this morning the site loads and all avatars have defaulted back to default grey ones.
All photos uploaded is missing with a question mark.
But when check the data folder, the picture is present
What could be the issue?
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.
- Kevin Jardine@kevin
Kevin Jardine - 0 likes
You must log in to post replies.Usually this means that you have a bad PHP file with characters before the initial
<?php
or after the final
?>
These characters get mixed in with the image data and corrupt the data.
You could also check your file permissions in case these have changed.