Warning (2) : file_get_contents(https://cdn.hubtrading.com/media/reports/1.webp): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found [in /home/live2575/domains/hubtrading.com/public_html/core/src/Controller/ImageController.php, line 27]
Warning (2) : imagecreatefromstring() [<a href='https://secure.php.net/function.imagecreatefromstring'>function.imagecreatefromstring</a>]: Data is not in a recognized format [in /home/live2575/domains/hubtrading.com/public_html/core/src/Controller/ImageController.php, line 27]
Warning (512) : Unable to emit headers. Headers sent in file=/home/live2575/domains/hubtrading.com/public_html/core/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php line=36 [in /home/live2575/domains/hubtrading.com/public_html/core/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 71]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/live2575/domains/hubtrading.com/public_html/core/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:36) [in /home/live2575/domains/hubtrading.com/public_html/core/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 168]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/live2575/domains/hubtrading.com/public_html/core/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:36) [in /home/live2575/domains/hubtrading.com/public_html/core/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 197]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/live2575/domains/hubtrading.com/public_html/core/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:36) [in /home/live2575/domains/hubtrading.com/public_html/core/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 236]
Warning (512) : Unable to emit headers. Headers sent in file=/home/live2575/domains/hubtrading.com/public_html/core/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php line=36 [in /home/live2575/domains/hubtrading.com/public_html/core/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 71]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/live2575/domains/hubtrading.com/public_html/core/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:36) [in /home/live2575/domains/hubtrading.com/public_html/core/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 168]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/live2575/domains/hubtrading.com/public_html/core/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:36) [in /home/live2575/domains/hubtrading.com/public_html/core/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 197]
Error: imagepng(): Argument #1 ($image) must be of type GdImage, bool given

imagepng(): Argument #1 ($image) must be of type GdImage, bool given 📋

TypeError
Toggle Vendor Stack Frames
        ];
        $image imagecreatefromstring(file_get_contents($url_imagefalsestream_context_create($options)));
        $stream = new CallbackStream(function () use ($image) {
            imagepng($image);
        });
        $response $this->response->withBody($stream);
        return $response;
Error in: ROOT/src/Controller/ImageController.php, line 29

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