Warning (2) : Undefined array key "size" [in /home/appsites/www/codeblocks/src/Controller/SetupPagesController.php, line 349]
Warning (2) : Undefined array key "extension" [in /home/appsites/www/codeblocks/src/Controller/SetupPagesController.php, line 350]
Warning (512) : Unable to emit headers. Headers sent in file=/home/appsites/www/codeblocks/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php line=36 [in /home/appsites/www/codeblocks/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 71]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/appsites/www/codeblocks/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:36) [in /home/appsites/www/codeblocks/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 168]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/appsites/www/codeblocks/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:36) [in /home/appsites/www/codeblocks/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 197]
Error: Cake\Http\Response::withType(): Argument #1 ($contentType) must be of type string, null given, called in /home/appsites/www/codeblocks/src/Controller/SetupPagesController.php on line 350

Cake\Http\Response::withType(): Argument #1 ($contentType) must be of type string, null given, called in /home/appsites/www/codeblocks/src/Controller/SetupPagesController.php on line 350 📋

TypeError
Toggle Vendor Stack Frames
        return $this->response
            //->withType('image/jpeg')
            //->withType('application/zip')
            ->withLength($file['size'])
            ->withType($file['extension'])
            ->withDownload($file['key_name'].'.'.$file['extension'])
            ->withBody($streamFactory->createStreamFromFile($file['file']));
    }