Photos, Avatar suddenly missing

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?

  • 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.