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

Cache tag causes Twig runtime error when "path" column contains emoticon chars #4780

Closed
arifje opened this issue Aug 20, 2019 · 1 comment
Closed

Comments

@arifje
Copy link

arifje commented Aug 20, 2019

For some reason someone is requesting an entry on the frontend, but adding some chars/emoticons to the URL, which causes a parsing error between the cache tags for the column "path".

Screenshot 2019-08-20 at 16 04 38

Craft CMS 3.1.34.2

@brandonkelly
Copy link
Member

Thanks for reporting! Just fixed this for the next release.

To get the fix early, please first update to Craft 3.2.10, and then change your craftcms/cms requirement in composer.json to:

"require": {
  "craftcms/cms": "dev-develop#78fdd4508df2879b45ed71655c04d8de85c7f8b9 as 3.2.10",
  "...": "..."
}

Then run composer update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants