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

404 page not found .....?r=attachments%2Ffile%2Fupload #87

Open
vkrapotkin opened this issue Feb 13, 2021 · 0 comments
Open

404 page not found .....?r=attachments%2Ffile%2Fupload #87

vkrapotkin opened this issue Feb 13, 2021 · 0 comments

Comments

@vkrapotkin
Copy link

After upgrade to php8 / yii2.0.40 / composer 2 etc the widget fails with error in title.
The fix is to add a line in yiisoft/yii2/base/Module.php

public function createController($route) 
{
---->  $route = urldecode($route);

I can't say whether it fully correct but the problem is gone.

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

1 participant