Setup
Drupal 8.5.0
Issue
Images are not getting rendered on the my simplytest.me site
I'm not sure if it's a permissions issue or an issue with the code
Breakdown
I first used Devel to create 5 article nodes
Images were added to all of them but they get rendered as broken images (see screenshot 1)
Code:
<img property="schema:image" src="/sites/default/files/styles/medium/public/2018-03/generateImage_Z3LbNk.gif?itok=BibNIuLF" width="220" height="104" alt="Accumsan turpis ymo. Accumsan adipiscing commodo jumentum occuro vicis." title="Caecus hendrerit immitto inhibeo jugis nulla quadrum." typeof="foaf:Image" class="image-style-medium">
I then created a node manually and it had the same issue when rendering the image (see screenshot 2)
Code:
<img property="schema:image" src="/sites/default/files/styles/large/public/2018-03/160111_CBOX_David-Bowie-08.jpg.CROP_.promo-xlarge2.jpg?itok=M0kdDo8o" width="480" height="343" alt="David Bowie" typeof="foaf:Image" class="image-style-large">
I've experienced this yesterday and today (March 15th and 16th, 2018).
Kat
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | Recent_log_messages___Drupal_standard.png | 183.28 KB | bleen |
| #2 | screenshot2.png | 167.36 KB | katannshaw |
| #2 | screenshot1.png | 195.35 KB | katannshaw |
Comments
Comment #2
katannshaw commentedForgot to add screenshots :-)
Comment #3
bleen commentedI experienced the same issue today.... it appears that there is an issue generating image derivatives specifically.
I took a look at the logs and it seems like the directory underneath sites/default/files/styles cannot be generated because of permissions:

Comment #4
bleen commentedI was specifically trying to test something for focal point, but to see if it was that module having the problem or simplytest.me I tried these steps without using focal point functionality at all: