Warning (2) : Attempt to read property "project_id" on null [in /home/users/0/cycle-ut2/apps/public_take_4.4.14/src/Controller/Record/RecordsController.php, line 46]
Warning (2) : Attempt to read property "id" on null [in /home/users/0/cycle-ut2/apps/public_take_4.4.14/src/Controller/Record/PiecesController.php, line 85]
Warning (2) : Attempt to read property "tag_map" on null [in /home/users/0/cycle-ut2/apps/public_take_4.4.14/src/Controller/Record/PiecesController.php, line 88]
Deprecated (8192) : trim(): Passing null to parameter #1 ($string) of type string is deprecated [in /home/users/0/cycle-ut2/libphp/ut5/ut5_util.php, line 636]
Warning (512) : Unable to emit headers. Headers sent in file=/home/users/0/cycle-ut2/apps/public_take_4.4.14/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php line=36 [in /home/users/0/cycle-ut2/apps/public_take_4.4.14/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 71]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/users/0/cycle-ut2/apps/public_take_4.4.14/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:36) [in /home/users/0/cycle-ut2/apps/public_take_4.4.14/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 164]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home/users/0/cycle-ut2/apps/public_take_4.4.14/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:36) [in /home/users/0/cycle-ut2/apps/public_take_4.4.14/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 197]
Error: Attempt to assign property "tags_display" on null

Attempt to assign property "tags_display" on null 📋

Error
Toggle Vendor Stack Frames
<?php      * @throws \UnexpectedValueException If return value of action is not `null` or `ResponseInterface` instance.
<?php      */
<?php     public function invokeAction(Closure $action, array $args): void
<?php     {
<?php         $result = $action(...$args);
<?php         if ($result !== null && !$result instanceof ResponseInterface) {
<?php             throw new UnexpectedValueException(sprintf(
<?php                 'Controller actions can only return ResponseInterface instance or null. '
<?php                 . 'Got %s instead.',
Error in: ROOT/src/Controller/Record/PiecesController.php, line 88

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