Hi,

I have a Drupal 9.1 rc3 site in my development environment, and yesterday while running 'composer update' several symfony files were updated, including symfony/yaml. That caused the routing.yml file for this module to be malformed and for the site to get the unexpected error screen.

I've uploaded the fixed file here, just thought to let you know so no one's surprised when 9.1 rolls out later this week.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

mattbloomfield created an issue. See original summary.

simincao’s picture

StatusFileSize
new928 bytes

Hi there,

I have created a patch that removes exceed space characters, tested passed in our own deployment environment

simincao’s picture

Version: 5.0.5 » 5.0.6
Priority: Normal » Major
simincao’s picture

Status: Active » Patch (to be ported)
simincao’s picture

StatusFileSize
new1.29 KB

We have identified another file with same issue, have included it in the updated patch

Mingsong made their first commit to this issue’s fork.

mingsong’s picture

Thanks all.

Please review the pull request from #7.

mingsong’s picture

Status: Patch (to be ported) » Needs review

  • Mingsong committed 3b31bdf on 5.x
    Issue #3185676: Malformed YAML after symfony/yaml update
    
mingsong’s picture

Status: Needs review » Reviewed & tested by the community
mingsong’s picture

Status: Reviewed & tested by the community » Fixed

Released with 5.0.7

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.