: Since 4.0.0: Cake\Database\Type is deprecated. Use Cake\Database\TypeFactory instead.
/var/www/html/vendor/composer/ClassLoader.php, line: 576
You can disable all deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED`. Adding `vendor/composer/ClassLoader.php` to `Error.ignoredDeprecationPaths` in your `config/app.php` config will mute deprecations from that file only. [in
Code
trigger_error($message, E_USER_DEPRECATED);
}
/var/www/html/vendor/cakephp/cakephp/src/Core/functions.php /var/www/html/vendor/cakephp/cakephp/src/Core/functions.php, line 318
/var/www/html/vendor/cakephp/cakephp/src/Database/Type.php /var/www/html/vendor/cakephp/cakephp/src/Database/Type.php, line 7
/var/www/html/vendor/composer/ClassLoader.php /var/www/html/vendor/composer/ClassLoader.php, line 576
/var/www/html/vendor/composer/ClassLoader.php /var/www/html/vendor/composer/ClassLoader.php, line 427
Composer\Autoload\ClassLoader->loadClass() [internal], line ??
/var/www/html/config/bootstrap.php /var/www/html/config/bootstrap.php, line 248
/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php /var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php, line 174
Cake\Http\BaseApplication->bootstrap() /var/www/html/src/Application.php, line 40
App\Application->bootstrap() /var/www/html/vendor/cakephp/cakephp/src/Http/Server.php, line 118
Cake\Http\Server->bootstrap() /var/www/html/vendor/cakephp/cakephp/src/Http/Server.php, line 80
Cake\Http\Server->run() /var/www/html/webroot/index.php, line 40
[main]