Symfony-docs: Broken images in form events doc

Created on 26 Feb 2018  路  8Comments  路  Source: symfony/symfony-docs

https://symfony.com/doc/current/form/events.html has broken image references:

screenshot from 2018-02-26 15-42-15

When I check the network tab in dev tools I see 404s for the relevant files, but with a .html extension appended to them:

screenshot from 2018-02-26 15-46-55

Needs Review Website bug

All 8 comments

Same applies to serializer component, see https://symfony.com/doc/current/components/serializer.html:

screen shot 2018-03-01 at 13 11 15

Yes. All images are failing except when you read the master branch. Sadly the error is too tricky, I can't reproduce it in my local machine and I'm not sure what to do :(

@javiereguiluz

馃槩

Probably duplicate to #9391

@TomasVotruba #9391 is the duplicate :)

@andyexeter I think troubleshooting code there surpas this one ;)

It appears that images in /images appear, whereas images in /_images do not.

These problems have been finally solved. The good news is that the new publishing system is more robust and these problems shouldn't occur frequently as it happened in the past. In fact, they shouldn't occur anymore.

The bad news is that this fix has broken the images that use SVG format, because they are included in a different way. I'm working on fixing that, but we can close this issue as fixed meanwhile. Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ManInTheBox picture ManInTheBox  路  4Comments

weaverryan picture weaverryan  路  3Comments

samjarrett picture samjarrett  路  4Comments

javiereguiluz picture javiereguiluz  路  4Comments

Nyholm picture Nyholm  路  4Comments