davidyell / CakePHP-Proffer

An upload plugin for CakePHP 3
MIT License
117 stars 63 forks source link

Depreciation Cake 3.6 #264

Closed spacebiscuit closed 5 years ago

spacebiscuit commented 5 years ago

Since updating my Cake version to v3.6 I am getting the following depreciation warnings:

` Deprecated (16384): App\Model\Table\LinkImagesTable::schema() is deprecated. Use setSchema()/getSchema() instead. - vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php, line: 38

Should I just disable warnings and assume this will be addressed in a possible plugin update or is there something in my own config causing this error?

Thanks as always - I love this plugin :)

davidyell commented 5 years ago

The plugin needs to be updated to match the latest release of CakePHP, that's all.

You can safely disable the deprecation warnings and everything will still work.