Warning: rename(/home/exas-newdev/htdocs/newdev.exas.gr/logs/error.log,/home/exas-newdev/htdocs/newdev.exas.gr/logs/error.log.1770161268) [function.rename]: No such file or directory in /home/exas-newdev/htdocs/newdev.exas.gr/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 208
Warning (2) : Undefined array key "dateStart" [in /home/exas-newdev/htdocs/newdev.exas.gr/plugins/BookingEngine/src/ZisoftApi/Api.php, line 621]
Warning (512) : Unable to emit headers. Headers sent in file=/home/exas-newdev/htdocs/newdev.exas.gr/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php line=37 [in /home/exas-newdev/htdocs/newdev.exas.gr/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 71]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/exas-newdev/htdocs/newdev.exas.gr/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /home/exas-newdev/htdocs/newdev.exas.gr/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 164]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/exas-newdev/htdocs/newdev.exas.gr/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /home/exas-newdev/htdocs/newdev.exas.gr/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 197]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/exas-newdev/htdocs/newdev.exas.gr/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /home/exas-newdev/htdocs/newdev.exas.gr/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 197]
Error: DateTime::__construct(): Argument #1 ($datetime) must be of type string, null given

DateTime::__construct(): Argument #1 ($datetime) must be of type string, null given 📋

TypeError
Error in: ROOT/plugins/BookingEngine/src/ZisoftApi/Api.php, line 621
ROOT/plugins/BookingEngine/src/ZisoftApi/Api.php at line 621 (edit)
        $excursion['shortDescription'] = $cmsData->introtext;
        $excursion['image'] = $imagesCDN $cmsData->img['md']['webp']['path'];
        $excursion['smallImage'] = $imagesCDN $cmsData->img['sm']['webp']['path'];
      }
      $excursion['operatedFrom'] = (new DateTime($excursion['dateStart']))->format('d/m');
      $excursion['operatedTo'] = (new DateTime($excursion['dateEnd']))->format('d/m');
      $excursionsData[] = $excursion;
    }

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