FriendsOfCake/cakephp-upload

break if used with cakePhp version 5.1

MolbioUnige opened this issue · 0 comments

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.