CTOlet / yii2-attachments

Yii2 extension for uploading and attaching the files to the models
66 stars 57 forks source link

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

Open vkrapotkin opened 3 years ago

vkrapotkin commented 3 years ago

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.