Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with duplicate routes #3922

Closed
olivierbon opened this issue Feb 27, 2019 · 2 comments
Closed

Issue with duplicate routes #3922

olivierbon opened this issue Feb 27, 2019 · 2 comments
Labels
severity:normal Bugs that affect typical usage

Comments

@olivierbon
Copy link
Member

Description

Getting array_multisort(): Array sizes are inconsistent on front end when a duplicate route exists.

Steps to reproduce

  1. Create twice the same route in the cp/settings/routes
  2. access front of site

Additional info

  • Craft version: 3.1.15
  • PHP version: 7.2.1
@olivierbon olivierbon added the severity:normal Bugs that affect typical usage label Feb 27, 2019
@loqus
Copy link

loqus commented Mar 4, 2019

This is exactly what I needed after the last update. Thx!

@brandonkelly
Copy link
Member

brandonkelly commented Mar 5, 2019

@loqus You can update to that change immediately by changing your craftcms/cms requirement in composer.json to:

"require": {
  "craftcms/cms": "dev-develop#cba5d6032afc6c2682e3bb83686a085954ccd771 as 3.1.15",
  "...": "..."
}

Then run composer update.

Edited: "3.1.5" to "3.1.15"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity:normal Bugs that affect typical usage
Projects
None yet
Development

No branches or pull requests

3 participants