yiisoft / yii2

Yii 2: The Fast, Secure and Professional PHP Framework
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
14.24k stars 6.91k forks source link

Inputmask net::ERR_ABORTED 404 (Not Found) in 2.0.49.2 #20013

Closed wartur closed 1 year ago

wartur commented 1 year ago

After update to 2.0.49.2 i see this bug http://localhost/assets/f393ce73/min/jquery.inputmask.bundle.min.js net::ERR_ABORTED 404 (Not Found)

What steps will reproduce the problem?

Download last version 2.0.49.2

Use maskedinput out of box image image

What is the expected result?

All ok widget is worked out of box

What do you get instead?

http://localhost/assets/f393ce73/min/jquery.inputmask.bundle.min.js net::ERR_ABORTED 404 (Not Found)

Additional info

in ~3.3.5 image

In ~5.0.8 image

It need to fix Inputmask vendor/yiisoft/yii2/widgets/MaskedInputAsset.php image

Now I fix it by downgrade lib in composer.json in my project image

Q A
Yii version 2.0.49.2
PHP version 8.2
Operating system Docker
terabytesoftw commented 1 year ago

related #19986, #19988.

use dev-master branch, while the next release is being prepared.

bizley commented 12 months ago

2.0.49.3 was released.