I visit the 'admin/config/media/image-styles/responsive' and select which image styles I would like responsive. When visiting my existing content after this change, all my 'img' tags are pointing to a directory that does not exist on my server. Here's the 'img' code.

<img alt="" src="/files/styles/borealis_default_respondlarge/public/fac-staff.jpg" typeof="foaf:Image" data-borealis-respondxl4="/files/styles/borealis_default_respondxl4/public/fac-staff.jpg" data-borealis-respondxl3="/files/styles/borealis_default_respondxl3/public/fac-staff.jpg" data-borealis-respondxl2="/files/styles/borealis_default_respondxl2/public/fac-staff.jpg" data-borealis-respondxl="/files/styles/borealis_default_respondxl/public/fac-staff.jpg" data-borealis-respondlarge="/files/styles/borealis_default_respondlarge/public/fac-staff.jpg" data-borealis-respondmedium="/files/styles/borealis_default_respondmedium/public/fac-staff.jpg" data-borealis-respondsmall="/files/styles/borealis_default_respondsmall/public/fac-staff.jpg" class="borealis image-style-default" data-borealis-style="respondlarge">

The only directories in my 'styles' directory are those created by image styles. Image style has successfully created custom directories for my custom image styles so I do not believe this is a permissions issue on the server.

I can not find an error being sent to the screen so unfortunately I'm not sure where to go to track this issue down.

Hopefully this data helps.

Comments

Steven Brown’s picture

When creating new content it still fails to create the responsive files.

Snugug’s picture

The way Image Cache works is that it only creates the styles when ping'd, so you will not have those images files until they're needed, and then you will.

UPDATE:
Hmm, This was 100% working, but now it's not. I'm going to go debug.

Snugug’s picture

Status: Active » Closed (fixed)

Found my whoopsie that broke this, fixed in RC4