Deprecated: Since 5.0.0: Calling Table::get() with options array is deprecated. Use named arguments instead. /application/src/Controller/ApplicationsController.php, line: 73 You can disable all deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED`. Adding `src/Controller/ApplicationsController.php` to `Error.ignoredDeprecationPaths` in your `config/app.php` config will mute deprecations from that file only. in /application/vendor/cakephp/cakephp/src/Core/functions.php on line 377

Warning: Unable to emit headers. Headers sent in file=/application/vendor/cakephp/cakephp/src/Core/functions.php line=377 in /application/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php on line 65

Warning: Cannot modify header information - headers already sent by (output started at /application/vendor/cakephp/cakephp/src/Core/functions.php:377) in /application/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php on line 158

Warning: Cannot modify header information - headers already sent by (output started at /application/vendor/cakephp/cakephp/src/Core/functions.php:377) in /application/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php on line 191

Warning: Cannot modify header information - headers already sent by (output started at /application/vendor/cakephp/cakephp/src/Core/functions.php:377) in /application/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php on line 191
Error: Cake\View\Helper\HtmlHelper::link(): Argument #1 ($title) must be of type array|string, null given, called in /application/templates/Applications/view.php on line 60

Cake\View\Helper\HtmlHelper::link(): Argument #1 ($title) must be of type array|string, null given, called in /application/templates/Applications/view.php on line 60 📋

TypeError
Error in: ROOT/vendor/cakephp/cakephp/src/View/Helper/HtmlHelper.php, line 255
CORE/src/View/Helper/HtmlHelper.php at line 255 (edit)
     * @param array<stringmixed$options Array of options and HTML attributes.
     * @return string An `<a>element.
     * @link https://book.cakephp.org/5/en/views/helpers/html.html#creating-links
     */
    public function link(array|string $title, array|string|null $url null, array $options = []): string
    {
        $escapeTitle true;
        if ($url !== null) {
            $url $this->Url->build($url$options);

If you want to customize this error message, create templates/Error/error500.php