CakePHP-Proffer icon indicating copy to clipboard operation
CakePHP-Proffer copied to clipboard

Deprecated error

Open naxis opened this issue 6 years ago • 1 comments

I'm get these Deprecated errors. The upload is OK, but when I user setAlias or getAlias the upload does not work.

Deprecated (16384): App\Model\Table\ImagestestsTable::alias() is deprecated. Use setAlias()/getAlias() instead. - /Library/WebServer/----/vendor/davidyell/proffer/src/Lib/ProfferPath.php, line: 46 You can disable deprecation warnings by setting Error.errorLevel to E_ALL & ~E_USER_DEPRECATED in your config/app.php. [CORE/src/Core/functions.php, line 311] Deprecated (16384): Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement TypeInterface. - /Library/WebServer/----/vendor/cakephp/cakephp/src/Database/Type.php, line: 261 You can disable deprecation warnings by setting Error.errorLevel to E_ALL & ~E_USER_DEPRECATED in your config/app.php. [CORE/src/Core/functions.php, line 311]

naxis avatar Oct 08 '19 08:10 naxis

Just generated by deprecated features in Cake 3, as it's preparing for 4.x

If you update, they should go away, as I thought I fixed most of these in 1.0.2

davidyell avatar Oct 08 '19 13:10 davidyell