You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.
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]
The text was updated successfully, but these errors were encountered:
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
toE_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: 261You can disable deprecation warnings by setting
Error.errorLevel
toE_ALL & ~E_USER_DEPRECATED
in your config/app.php. [CORE/src/Core/functions.php, line 311]The text was updated successfully, but these errors were encountered: