FriendsOfCake / cakephp-upload

CakePHP: Handle file uploading sans ridiculous automagic
https://cakephp-upload.readthedocs.io/
MIT License
551 stars 255 forks source link

break if used with cakePhp version 5.1 #607

Closed MolbioUnige closed 5 days ago

MolbioUnige commented 6 days ago

The plugin works fine with cake version 5.0.x but breaks with version 5.1.

src/Model/Behavior/UploadBehavior.php at line58

Due to this change if I understand correctly:

TableSchema::setColumnType() now throws an exception if the specified column does not exist.