Skip to content

Use brokenImagePath setting also for image transforms #10136

Answered by brandonkelly
piotrpog asked this question in Ideas
Discussion options

You must be logged in to vote

It should be used whenever Craft intercepts an image request (Accept: image/* header) that it doesn’t know how to handle.

If the image transform you are accessing is resolving to a valid file on the server, your web server is going to send it, regardless of whether the source image still exists (it doesn’t care).

If the file doesn’t exist, and you can see that the request has the Accept: image/* header, then perhaps your web server isn’t configured to pass the request off to Craft if the requested file doesn’t exist.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by brandonkelly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants