Symfony Exception

RuntimeError

HTTP 500 Internal Server Error

Impossible to access an attribute ("title") on a null variable.

Exception

Twig\Error\ RuntimeError

  1. {% extends "base.html.twig" %}
  2. {% block title %}{{ post.title.rendered|striptags|raw }} | freie radios online{% endblock %}
  3. {% block description %}{{ post.content.rendered|striptags|truncate(250)|raw }}{% endblock %}
  4. {% block body %}
  1.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  2.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  3.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  4.         echo strip_tags(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["post"]) || array_key_exists("post"$context) ? $context["post"] : (function () { throw new RuntimeError('Variable "post" does not exist.'3$this->source); })()), "title", [], "any"falsefalsefalse3), "rendered", [], "any"falsefalsefalse3));
  5.         echo " | freie radios online";
  6.         
  7.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  8.         
in vendor/twig/twig/src/Template.php->block_title (line 182)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.     <meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">
  2.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">
  3.     <title>";
  4.         // line 8
  5.         $this->displayBlock('title'$context$blocks);
  6.         echo "</title>
  7.     <meta name=\"description\" content=\"";
  8.         // line 10
  9.         $this->displayBlock('description'$context$blocks);
in vendor/twig/twig/src/Template.php->doDisplay (line 405)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php->displayWithErrorHandling (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""post/show.html.twig"));
  3.         $this->parent $this->loadTemplate("base.html.twig""post/show.html.twig"1);
  4.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  5.         
  6.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  7.         
  8.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
in vendor/twig/twig/src/Template.php->doDisplay (line 405)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php->displayWithErrorHandling (line 378)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
in vendor/twig/twig/src/Template.php->display (line 390)
  1.             ob_start();
  2.         } else {
  3.             ob_start(function () { return ''; });
  4.         }
  5.         try {
  6.             $this->display($context);
  7.         } catch (\Throwable $e) {
  8.             while (ob_get_level() > $level) {
  9.                 ob_end_clean();
  10.             }
  1.      *
  2.      * @throws Error if something went wrong like a thrown exception while rendering the template
  3.      */
  4.     public function render($name, array $parameters = [])
  5.     {
  6.         return $this->load($name)->render($parameters);
  7.     }
  8.     /**
  9.      * {@inheritdoc}
  10.      *
  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     public function render($name, array $parameters = [])
  5.     {
  6.         return $this->getEngine($name)->render($name$parameters);
  7.     }
  8.     /**
  9.      * {@inheritdoc}
  10.      */
  1.     protected function render(string $view, array $parameters = [], Response $response null): Response
  2.     {
  3.         if ($this->container->has('templating') && $this->container->get('templating')->supports($view)) {
  4.             @trigger_error('Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  5.             $content $this->container->get('templating')->render($view$parameters);
  6.         } elseif ($this->container->has('twig')) {
  7.             $content $this->container->get('twig')->render($view$parameters);
  8.         } else {
  9.             throw new \LogicException('You can not use the "render" method if the Templating Component or the Twig Bundle are not available. Try running "composer require symfony/twig-bundle".');
  10.         }
AbstractController->render('post/show.html.twig', array('post' => null, 'media' => array('id' => 657351, 'date' => '2024-03-29T10:47:13', 'date_gmt' => '2024-03-29T09:47:13', 'guid' => array('rendered' => 'https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3'), 'modified' => '2024-03-29T10:53:26', 'modified_gmt' => '2024-03-29T09:53:26', 'slug' => 'orange-94-0-logging-2024-03-28-1900', 'status' => 'inherit', 'type' => 'attachment', 'link' => 'https://cba.media/657352/orange-94-0-logging-2024-03-28-1900', 'title' => array('rendered' => 'Lisa Mai, dotdotdot &amp; Anna Leon, Tanzquartier Wien'), 'author' => 6959, 'comment_status' => 'open', 'ping_status' => 'closed', 'template' => '', 'meta' => array('station_id' => 0, 'ep_exclude_from_search' => false), 'media_tag' => array(), 'language_codes' => array('en'), 'translations' => array(), 'acf' => array(), 'transcripts' => array(), 'originators' => array(array(), array()), 'chapters' => array(), 'license' => array('license_image' => '<a href="//creativecommons.org/licenses/by/4.0/deed.de" target="_blank" onclick="javascript:window.open(\'//creativecommons.org/licenses/by/4.0/deed.de\', \'_blank\');"><img src="https://cba.media/wp-content/themes/cba2020/images/icon_cc_by.png" title="Namensnennung" class="license-image ttb" /></a>', 'license' => 'by', 'version' => '4.0', 'conditions' => 'Namensnennung', 'license_link' => 'https://creativecommons.org/licenses/by/4.0/deed.de'), 'description' => array('rendered' => '<!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]--><audio class="wp-audio-shortcode" id="audio-657351-1" preload="none" style="width: 100%;" controls="controls"><source type="audio/mpeg" src="https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3?_=1" /><a href="https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3">https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3</a></audio><p>&#8222;ORANGE 94.0 Logging 2024-03-28 19:00&#8220;.</p>'), 'caption' => array('rendered' => '<p>Space for dance and performance theory, the short film.</p>'), 'alt_text' => '', 'media_type' => 'file', 'mime_type' => 'audio/mpeg', 'media_details' => array('dataformat' => 'mp3', 'channels' => 2, 'sample_rate' => 48000, 'bitrate' => 192001.28001706686, 'channelmode' => 'stereo', 'bitrate_mode' => 'cbr', 'lossless' => false, 'encoder_options' => 'CBR192', 'compression_ratio' => 0.12500083334444456, 'fileformat' => 'mp3', 'filesize' => 86399517, 'mime_type' => 'audio/mpeg', 'length' => 3600, 'length_formatted' => '1:00:00', 'title' => 'ORANGE 94.0 Logging 2024-03-28 19:00', 'encoder_settings' => 'Lavf58.20.100', 'sizes' => array()), 'post' => 657352, 'source_url' => 'https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3', '_links' => array('self' => array(array('href' => 'https://cba.media/wp-json/wp/v2/media/657351')), 'collection' => array(array('href' => 'https://cba.media/wp-json/wp/v2/media')), 'about' => array(array('href' => 'https://cba.media/wp-json/wp/v2/types/attachment')), 'author' => array(array('embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/users/6959')), 'replies' => array(array('embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/comments?post=657351')), 'wp:term' => array(array('taxonomy' => 'media_tag', 'embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/media_tag?post=657351')), 'curies' => array(array('name' => 'wp', 'href' => 'https://api.w.org/{rel}', 'templated' => true)))), 'similarPosts' => array(), 'pagination' => null, 'menuContent' => array(object(Content)), 'footerContent' => array(object(Content), object(Content))), null) in src/Controller/BaseController.php (line 65)
  1.           ['sort' => 'ASC']
  2.         );
  3.         $parameters array_merge($parameters$additionalParams);
  4.         return parent::render($view$parameters$response);
  5.     }
  6. }
BaseController->render('post/show.html.twig', array('post' => null, 'media' => array('id' => 657351, 'date' => '2024-03-29T10:47:13', 'date_gmt' => '2024-03-29T09:47:13', 'guid' => array('rendered' => 'https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3'), 'modified' => '2024-03-29T10:53:26', 'modified_gmt' => '2024-03-29T09:53:26', 'slug' => 'orange-94-0-logging-2024-03-28-1900', 'status' => 'inherit', 'type' => 'attachment', 'link' => 'https://cba.media/657352/orange-94-0-logging-2024-03-28-1900', 'title' => array('rendered' => 'Lisa Mai, dotdotdot &amp; Anna Leon, Tanzquartier Wien'), 'author' => 6959, 'comment_status' => 'open', 'ping_status' => 'closed', 'template' => '', 'meta' => array('station_id' => 0, 'ep_exclude_from_search' => false), 'media_tag' => array(), 'language_codes' => array('en'), 'translations' => array(), 'acf' => array(), 'transcripts' => array(), 'originators' => array(array(), array()), 'chapters' => array(), 'license' => array('license_image' => '<a href="//creativecommons.org/licenses/by/4.0/deed.de" target="_blank" onclick="javascript:window.open(\'//creativecommons.org/licenses/by/4.0/deed.de\', \'_blank\');"><img src="https://cba.media/wp-content/themes/cba2020/images/icon_cc_by.png" title="Namensnennung" class="license-image ttb" /></a>', 'license' => 'by', 'version' => '4.0', 'conditions' => 'Namensnennung', 'license_link' => 'https://creativecommons.org/licenses/by/4.0/deed.de'), 'description' => array('rendered' => '<!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]--><audio class="wp-audio-shortcode" id="audio-657351-1" preload="none" style="width: 100%;" controls="controls"><source type="audio/mpeg" src="https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3?_=1" /><a href="https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3">https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3</a></audio><p>&#8222;ORANGE 94.0 Logging 2024-03-28 19:00&#8220;.</p>'), 'caption' => array('rendered' => '<p>Space for dance and performance theory, the short film.</p>'), 'alt_text' => '', 'media_type' => 'file', 'mime_type' => 'audio/mpeg', 'media_details' => array('dataformat' => 'mp3', 'channels' => 2, 'sample_rate' => 48000, 'bitrate' => 192001.28001706686, 'channelmode' => 'stereo', 'bitrate_mode' => 'cbr', 'lossless' => false, 'encoder_options' => 'CBR192', 'compression_ratio' => 0.12500083334444456, 'fileformat' => 'mp3', 'filesize' => 86399517, 'mime_type' => 'audio/mpeg', 'length' => 3600, 'length_formatted' => '1:00:00', 'title' => 'ORANGE 94.0 Logging 2024-03-28 19:00', 'encoder_settings' => 'Lavf58.20.100', 'sizes' => array()), 'post' => 657352, 'source_url' => 'https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3', '_links' => array('self' => array(array('href' => 'https://cba.media/wp-json/wp/v2/media/657351')), 'collection' => array(array('href' => 'https://cba.media/wp-json/wp/v2/media')), 'about' => array(array('href' => 'https://cba.media/wp-json/wp/v2/types/attachment')), 'author' => array(array('embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/users/6959')), 'replies' => array(array('embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/comments?post=657351')), 'wp:term' => array(array('taxonomy' => 'media_tag', 'embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/media_tag?post=657351')), 'curies' => array(array('name' => 'wp', 'href' => 'https://api.w.org/{rel}', 'templated' => true)))), 'similarPosts' => array(), 'pagination' => null, 'menuContent' => array(object(Content)), 'footerContent' => array(object(Content), object(Content)))) in src/Controller/PostController.php (line 74)
  1.         return $this->render('post/show.html.twig', [
  2.             'post'          => $post,
  3.             'media'         => $mainMedia,
  4.             'similarPosts'  => $similarPostsFiltered,
  5.             'pagination'    => $pagination,
  6.         ]);
  7.     }
  8.     /**
  9.      * @Route("/aehnliche-sendunegen/{id}", name="post-load-more-posts")
in vendor/symfony/http-kernel/HttpKernel.php->showPostDetail (line 169)
  1.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER_ARGUMENTS);
  2.         $controller $event->getController();
  3.         $arguments $event->getArguments();
  4.         // call controller
  5.         $response $controller(...$arguments);
  6.         // view
  7.         if (!$response instanceof Response) {
  8.             $event = new ViewEvent($this$request$type$response);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.     {
  2.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  3.         $this->requestStack->push($request);
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
Kernel->handle(object(Request)) in public/index.php (line 25)
  1.     Request::setTrustedHosts([$trustedHosts]);
  2. }
  3. $kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);
  4. $request Request::createFromGlobals();
  5. $response $kernel->handle($request);
  6. $response->send();
  7. $kernel->terminate($request$response);

Logs 1

Level Channel Message
INFO 10:04:34 php User Deprecated: The "Symfony\Component\Debug\DebugClassLoader" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\DebugClassLoader" instead.
{
    "exception": {}
}
INFO 10:04:34 php User Deprecated: The Symfony\Bundle\TwigBundle\Loader\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead.
{
    "exception": {}
}
INFO 10:04:34 php User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead.
{
    "exception": {}
}
INFO 10:04:34 request Matched route "show-post-detail".
{
    "route": "show-post-detail",
    "route_parameters": {
        "_route": "show-post-detail",
        "_controller": "App\\Controller\\PostController::showPostDetail",
        "slug": "13_marja-borsnik"
    },
    "request_uri": "https://freie-radios.online/sendung/13_marja-borsnik",
    "method": "GET"
}
INFO 10:04:34 php User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
{
    "exception": {}
}
INFO 10:04:34 security Populated the TokenStorage with an anonymous Token.
DEBUG 10:04:34 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 10:04:34 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 10:04:34 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 10:04:34 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 10:04:34 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 10:04:34 event Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\EventListener\\ResolveControllerNameSubscriber::resolveControllerName"
}
DEBUG 10:04:34 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 10:04:34 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 10:04:34 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 10:04:34 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 10:04:34 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
INFO 10:04:34 php User Deprecated: The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
{
    "exception": {}
}
INFO 10:04:34 php User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
{
    "exception": {}
}
INFO 10:04:34 php User Deprecated: The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
{
    "exception": {}
}
INFO 10:04:34 php User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
{
    "exception": {}
}
DEBUG 10:04:34 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 10:04:34 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 10:04:34 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 10:04:34 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 10:04:34 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 10:04:34 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 10:04:34 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 10:04:34 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
INFO 10:04:34 eight_points_guzzle GET https://cba.media/wp-json/wp/v2/posts?slug=13_marja-borsnik&_embed=1&api_key=j4NfmF2Dn2xXMrzP 200
INFO 10:04:36 eight_points_guzzle GET https://cba.media/wp-json/wp/v2/media?api_key=j4NfmF2Dn2xXMrzP 200
DEBUG 10:04:36 doctrine SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.text AS text_4, t0.teaser AS teaser_5, t0.type AS type_6, t0.sort AS sort_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.image_name AS image_name_10, t0.image_original_name AS image_original_name_11, t0.image_mime_type AS image_mime_type_12, t0.image_size AS image_size_13, t0.image_dimensions AS image_dimensions_14, t0.created_by_id AS created_by_id_15 FROM content t0 WHERE t0.type = ? ORDER BY t0.sort ASC
[
    "menu"
]
DEBUG 10:04:36 doctrine SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.text AS text_4, t0.teaser AS teaser_5, t0.type AS type_6, t0.sort AS sort_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.image_name AS image_name_10, t0.image_original_name AS image_original_name_11, t0.image_mime_type AS image_mime_type_12, t0.image_size AS image_size_13, t0.image_dimensions AS image_dimensions_14, t0.created_by_id AS created_by_id_15 FROM content t0 WHERE t0.type = ? ORDER BY t0.sort ASC
[
    "footer"
]
INFO 10:04:36 php User Deprecated: The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0.
{
    "exception": {}
}
INFO 10:04:36 php User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
{
    "exception": {}
}
INFO 10:04:36 php User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\EngineInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
{
    "exception": {}
}
INFO 10:04:36 php User Deprecated: The "templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0.
{
    "exception": {}
}
INFO 10:04:36 php User Deprecated: The Symfony\Bundle\TwigBundle\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.
{
    "exception": {}
}
INFO 10:04:36 php User Deprecated: The Symfony\Bridge\Twig\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.
{
    "exception": {}
}
INFO 10:04:36 php User Deprecated: The "templating.engine.php" service is deprecated since Symfony 4.3 and will be removed in 5.0.
{
    "exception": {}
}
INFO 10:04:36 php User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TimedPhpEngine class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
{
    "exception": {}
}
INFO 10:04:36 php User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\PhpEngine class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
{
    "exception": {}
}
INFO 10:04:36 php User Deprecated: The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.
{
    "exception": {}
}
INFO 10:04:36 php User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
{
    "exception": {}
}
INFO 10:04:36 php User Deprecated: The "templating.globals" service is deprecated since Symfony 4.3 and will be removed in 5.0.
{
    "exception": {}
}
INFO 10:04:36 php User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
{
    "exception": {}
}
INFO 10:04:36 php User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateReference class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
{
    "exception": {}
}
INFO 10:04:36 php User Deprecated: Using the "templating" service is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
{
    "exception": {}
}
INFO 10:04:36 php User Deprecated: The "twig.exception_listener" service is deprecated since Symfony 4.4.
{
    "exception": {}
}
INFO 10:04:36 php User Deprecated: The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead.
{
    "exception": {}
}
INFO 10:04:36 php User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.
{
    "exception": {}
}
INFO 10:04:36 php User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.
{
    "exception": {}
}
CRITICAL 10:04:36 request Uncaught PHP Exception Twig\Error\RuntimeError: "Impossible to access an attribute ("title") on a null variable." at /var/www/freie-radios.at/prod/templates/post/show.html.twig line 3
{
    "exception": {}
}
INFO 10:04:36 php User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.
{
    "exception": {}
}
DEBUG 10:04:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 10:04:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 10:04:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 10:04:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 10:04:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 10:04:36 event Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\EventListener\\ResolveControllerNameSubscriber::resolveControllerName"
}
DEBUG 10:04:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 10:04:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 10:04:36 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 10:04:36 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 10:04:36 event Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
INFO 10:04:36 php User Deprecated: The "twig.controller.exception" service is deprecated since Symfony 4.4.
{
    "exception": {}
}
INFO 10:04:36 php User Deprecated: The "Symfony\Bundle\TwigBundle\Controller\ExceptionController" class is deprecated since Symfony 4.4, use "Symfony\Component\HttpKernel\Controller\ErrorController" instead.
{
    "exception": {}
}
DEBUG 10:04:36 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 10:04:36 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 10:04:36 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 10:04:36 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 10:04:36 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 10:04:36 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 10:04:36 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 10:04:36 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
INFO 10:04:36 php User Deprecated: The template "TwigBundle::layout.html.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("TwigBundle::layout.html.twig" at line 1).
{
    "exception": {}
}
INFO 10:04:36 php User Deprecated: The template "TwigBundle::exception.css.twig" is deprecated since Symfony 4.4, will be removed in 5.0. ("TwigBundle::exception.css.twig" at line 1).
{
    "exception": {}
}

Stack Trace

RuntimeError

Twig\Error\RuntimeError:
Impossible to access an attribute ("title") on a null variable.

  at templates/post/show.html.twig:3
  at twig_get_attribute(object(Environment), object(Source), null, 'title', array(), 'any', false, false, false, 3)
     (var/cache/dev/twig/9d/9dc93c09c686c85ffa670080fd02b88fd2c2696b819eb1d3f0fbec314d69a00b.php:69)
  at __TwigTemplate_70ac950a700ccbc21848636f48412035ddfb659670ba285dfa9857840b59fda1->block_title(array('post' => null, 'media' => array('id' => 657351, 'date' => '2024-03-29T10:47:13', 'date_gmt' => '2024-03-29T09:47:13', 'guid' => array('rendered' => 'https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3'), 'modified' => '2024-03-29T10:53:26', 'modified_gmt' => '2024-03-29T09:53:26', 'slug' => 'orange-94-0-logging-2024-03-28-1900', 'status' => 'inherit', 'type' => 'attachment', 'link' => 'https://cba.media/657352/orange-94-0-logging-2024-03-28-1900', 'title' => array('rendered' => 'Lisa Mai, dotdotdot &amp;amp; Anna Leon, Tanzquartier Wien'), 'author' => 6959, 'comment_status' => 'open', 'ping_status' => 'closed', 'template' => '', 'meta' => array('station_id' => 0, 'ep_exclude_from_search' => false), 'media_tag' => array(), 'language_codes' => array('en'), 'translations' => array(), 'acf' => array(), 'transcripts' => array(), 'originators' => array(array(), array()), 'chapters' => array(), 'license' => array('license_image' => '&lt;a href=&quot;//creativecommons.org/licenses/by/4.0/deed.de&quot; target=&quot;_blank&quot; onclick=&quot;javascript:window.open(\'//creativecommons.org/licenses/by/4.0/deed.de\', \'_blank\');&quot;&gt;&lt;img src=&quot;https://cba.media/wp-content/themes/cba2020/images/icon_cc_by.png&quot;  title=&quot;Namensnennung&quot; class=&quot;license-image ttb&quot; /&gt;&lt;/a&gt;', 'license' => 'by', 'version' => '4.0', 'conditions' => 'Namensnennung', 'license_link' => 'https://creativecommons.org/licenses/by/4.0/deed.de'), 'description' => array('rendered' => '&lt;!--[if lt IE 9]&gt;&lt;script&gt;document.createElement(\'audio\');&lt;/script&gt;&lt;![endif]--&gt;&lt;audio class=&quot;wp-audio-shortcode&quot; id=&quot;audio-657351-1&quot; preload=&quot;none&quot; style=&quot;width: 100%;&quot; controls=&quot;controls&quot;&gt;&lt;source type=&quot;audio/mpeg&quot; src=&quot;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3?_=1&quot; /&gt;&lt;a href=&quot;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3&quot;&gt;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3&lt;/a&gt;&lt;/audio&gt;&lt;p&gt;&amp;#8222;ORANGE 94.0 Logging 2024-03-28 19:00&amp;#8220;.&lt;/p&gt;'), 'caption' => array('rendered' => '&lt;p&gt;Space for dance and performance theory, the short film.&lt;/p&gt;'), 'alt_text' => '', 'media_type' => 'file', 'mime_type' => 'audio/mpeg', 'media_details' => array('dataformat' => 'mp3', 'channels' => 2, 'sample_rate' => 48000, 'bitrate' => 192001.28001706686, 'channelmode' => 'stereo', 'bitrate_mode' => 'cbr', 'lossless' => false, 'encoder_options' => 'CBR192', 'compression_ratio' => 0.12500083334444456, 'fileformat' => 'mp3', 'filesize' => 86399517, 'mime_type' => 'audio/mpeg', 'length' => 3600, 'length_formatted' => '1:00:00', 'title' => 'ORANGE 94.0 Logging 2024-03-28 19:00', 'encoder_settings' => 'Lavf58.20.100', 'sizes' => array()), 'post' => 657352, 'source_url' => 'https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3', '_links' => array('self' => array(array('href' => 'https://cba.media/wp-json/wp/v2/media/657351')), 'collection' => array(array('href' => 'https://cba.media/wp-json/wp/v2/media')), 'about' => array(array('href' => 'https://cba.media/wp-json/wp/v2/types/attachment')), 'author' => array(array('embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/users/6959')), 'replies' => array(array('embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/comments?post=657351')), 'wp:term' => array(array('taxonomy' => 'media_tag', 'embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/media_tag?post=657351')), 'curies' => array(array('name' => 'wp', 'href' => 'https://api.w.org/{rel}', 'templated' => true)))), 'similarPosts' => array(), 'pagination' => null, 'menuContent' => array(object(Content)), 'footerContent' => array(object(Content), object(Content)), 'app' => object(AppVariable), 'web_dir' => '/var/www/freie-radios.at/prod/public'), array('title' => array(object(__TwigTemplate_70ac950a700ccbc21848636f48412035ddfb659670ba285dfa9857840b59fda1), 'block_title'), 'description' => array(object(__TwigTemplate_70ac950a700ccbc21848636f48412035ddfb659670ba285dfa9857840b59fda1), 'block_description'), 'stylesheets' => array(object(__TwigTemplate_db611bf19cb38b3f76edb4bb064a9606fc4b6de1d38117a4bd3a74b0f84aca81), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_70ac950a700ccbc21848636f48412035ddfb659670ba285dfa9857840b59fda1), 'block_body'), 'javascripts' => array(object(__TwigTemplate_db611bf19cb38b3f76edb4bb064a9606fc4b6de1d38117a4bd3a74b0f84aca81), 'block_javascripts')))
     (vendor/twig/twig/src/Template.php:182)
  at Twig\Template->displayBlock('title', array('post' => null, 'media' => array('id' => 657351, 'date' => '2024-03-29T10:47:13', 'date_gmt' => '2024-03-29T09:47:13', 'guid' => array('rendered' => 'https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3'), 'modified' => '2024-03-29T10:53:26', 'modified_gmt' => '2024-03-29T09:53:26', 'slug' => 'orange-94-0-logging-2024-03-28-1900', 'status' => 'inherit', 'type' => 'attachment', 'link' => 'https://cba.media/657352/orange-94-0-logging-2024-03-28-1900', 'title' => array('rendered' => 'Lisa Mai, dotdotdot &amp;amp; Anna Leon, Tanzquartier Wien'), 'author' => 6959, 'comment_status' => 'open', 'ping_status' => 'closed', 'template' => '', 'meta' => array('station_id' => 0, 'ep_exclude_from_search' => false), 'media_tag' => array(), 'language_codes' => array('en'), 'translations' => array(), 'acf' => array(), 'transcripts' => array(), 'originators' => array(array(), array()), 'chapters' => array(), 'license' => array('license_image' => '&lt;a href=&quot;//creativecommons.org/licenses/by/4.0/deed.de&quot; target=&quot;_blank&quot; onclick=&quot;javascript:window.open(\'//creativecommons.org/licenses/by/4.0/deed.de\', \'_blank\');&quot;&gt;&lt;img src=&quot;https://cba.media/wp-content/themes/cba2020/images/icon_cc_by.png&quot;  title=&quot;Namensnennung&quot; class=&quot;license-image ttb&quot; /&gt;&lt;/a&gt;', 'license' => 'by', 'version' => '4.0', 'conditions' => 'Namensnennung', 'license_link' => 'https://creativecommons.org/licenses/by/4.0/deed.de'), 'description' => array('rendered' => '&lt;!--[if lt IE 9]&gt;&lt;script&gt;document.createElement(\'audio\');&lt;/script&gt;&lt;![endif]--&gt;&lt;audio class=&quot;wp-audio-shortcode&quot; id=&quot;audio-657351-1&quot; preload=&quot;none&quot; style=&quot;width: 100%;&quot; controls=&quot;controls&quot;&gt;&lt;source type=&quot;audio/mpeg&quot; src=&quot;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3?_=1&quot; /&gt;&lt;a href=&quot;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3&quot;&gt;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3&lt;/a&gt;&lt;/audio&gt;&lt;p&gt;&amp;#8222;ORANGE 94.0 Logging 2024-03-28 19:00&amp;#8220;.&lt;/p&gt;'), 'caption' => array('rendered' => '&lt;p&gt;Space for dance and performance theory, the short film.&lt;/p&gt;'), 'alt_text' => '', 'media_type' => 'file', 'mime_type' => 'audio/mpeg', 'media_details' => array('dataformat' => 'mp3', 'channels' => 2, 'sample_rate' => 48000, 'bitrate' => 192001.28001706686, 'channelmode' => 'stereo', 'bitrate_mode' => 'cbr', 'lossless' => false, 'encoder_options' => 'CBR192', 'compression_ratio' => 0.12500083334444456, 'fileformat' => 'mp3', 'filesize' => 86399517, 'mime_type' => 'audio/mpeg', 'length' => 3600, 'length_formatted' => '1:00:00', 'title' => 'ORANGE 94.0 Logging 2024-03-28 19:00', 'encoder_settings' => 'Lavf58.20.100', 'sizes' => array()), 'post' => 657352, 'source_url' => 'https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3', '_links' => array('self' => array(array('href' => 'https://cba.media/wp-json/wp/v2/media/657351')), 'collection' => array(array('href' => 'https://cba.media/wp-json/wp/v2/media')), 'about' => array(array('href' => 'https://cba.media/wp-json/wp/v2/types/attachment')), 'author' => array(array('embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/users/6959')), 'replies' => array(array('embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/comments?post=657351')), 'wp:term' => array(array('taxonomy' => 'media_tag', 'embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/media_tag?post=657351')), 'curies' => array(array('name' => 'wp', 'href' => 'https://api.w.org/{rel}', 'templated' => true)))), 'similarPosts' => array(), 'pagination' => null, 'menuContent' => array(object(Content)), 'footerContent' => array(object(Content), object(Content)), 'app' => object(AppVariable), 'web_dir' => '/var/www/freie-radios.at/prod/public'), array('title' => array(object(__TwigTemplate_70ac950a700ccbc21848636f48412035ddfb659670ba285dfa9857840b59fda1), 'block_title'), 'description' => array(object(__TwigTemplate_70ac950a700ccbc21848636f48412035ddfb659670ba285dfa9857840b59fda1), 'block_description'), 'stylesheets' => array(object(__TwigTemplate_db611bf19cb38b3f76edb4bb064a9606fc4b6de1d38117a4bd3a74b0f84aca81), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_70ac950a700ccbc21848636f48412035ddfb659670ba285dfa9857840b59fda1), 'block_body'), 'javascripts' => array(object(__TwigTemplate_db611bf19cb38b3f76edb4bb064a9606fc4b6de1d38117a4bd3a74b0f84aca81), 'block_javascripts')))
     (var/cache/dev/twig/f5/f5cbcf30d27cd40a5f72ea80126786d65d636e52547fd6637f39099d8d611cd8.php:57)
  at __TwigTemplate_db611bf19cb38b3f76edb4bb064a9606fc4b6de1d38117a4bd3a74b0f84aca81->doDisplay(array('post' => null, 'media' => array('id' => 657351, 'date' => '2024-03-29T10:47:13', 'date_gmt' => '2024-03-29T09:47:13', 'guid' => array('rendered' => 'https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3'), 'modified' => '2024-03-29T10:53:26', 'modified_gmt' => '2024-03-29T09:53:26', 'slug' => 'orange-94-0-logging-2024-03-28-1900', 'status' => 'inherit', 'type' => 'attachment', 'link' => 'https://cba.media/657352/orange-94-0-logging-2024-03-28-1900', 'title' => array('rendered' => 'Lisa Mai, dotdotdot &amp;amp; Anna Leon, Tanzquartier Wien'), 'author' => 6959, 'comment_status' => 'open', 'ping_status' => 'closed', 'template' => '', 'meta' => array('station_id' => 0, 'ep_exclude_from_search' => false), 'media_tag' => array(), 'language_codes' => array('en'), 'translations' => array(), 'acf' => array(), 'transcripts' => array(), 'originators' => array(array(), array()), 'chapters' => array(), 'license' => array('license_image' => '&lt;a href=&quot;//creativecommons.org/licenses/by/4.0/deed.de&quot; target=&quot;_blank&quot; onclick=&quot;javascript:window.open(\'//creativecommons.org/licenses/by/4.0/deed.de\', \'_blank\');&quot;&gt;&lt;img src=&quot;https://cba.media/wp-content/themes/cba2020/images/icon_cc_by.png&quot;  title=&quot;Namensnennung&quot; class=&quot;license-image ttb&quot; /&gt;&lt;/a&gt;', 'license' => 'by', 'version' => '4.0', 'conditions' => 'Namensnennung', 'license_link' => 'https://creativecommons.org/licenses/by/4.0/deed.de'), 'description' => array('rendered' => '&lt;!--[if lt IE 9]&gt;&lt;script&gt;document.createElement(\'audio\');&lt;/script&gt;&lt;![endif]--&gt;&lt;audio class=&quot;wp-audio-shortcode&quot; id=&quot;audio-657351-1&quot; preload=&quot;none&quot; style=&quot;width: 100%;&quot; controls=&quot;controls&quot;&gt;&lt;source type=&quot;audio/mpeg&quot; src=&quot;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3?_=1&quot; /&gt;&lt;a href=&quot;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3&quot;&gt;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3&lt;/a&gt;&lt;/audio&gt;&lt;p&gt;&amp;#8222;ORANGE 94.0 Logging 2024-03-28 19:00&amp;#8220;.&lt;/p&gt;'), 'caption' => array('rendered' => '&lt;p&gt;Space for dance and performance theory, the short film.&lt;/p&gt;'), 'alt_text' => '', 'media_type' => 'file', 'mime_type' => 'audio/mpeg', 'media_details' => array('dataformat' => 'mp3', 'channels' => 2, 'sample_rate' => 48000, 'bitrate' => 192001.28001706686, 'channelmode' => 'stereo', 'bitrate_mode' => 'cbr', 'lossless' => false, 'encoder_options' => 'CBR192', 'compression_ratio' => 0.12500083334444456, 'fileformat' => 'mp3', 'filesize' => 86399517, 'mime_type' => 'audio/mpeg', 'length' => 3600, 'length_formatted' => '1:00:00', 'title' => 'ORANGE 94.0 Logging 2024-03-28 19:00', 'encoder_settings' => 'Lavf58.20.100', 'sizes' => array()), 'post' => 657352, 'source_url' => 'https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3', '_links' => array('self' => array(array('href' => 'https://cba.media/wp-json/wp/v2/media/657351')), 'collection' => array(array('href' => 'https://cba.media/wp-json/wp/v2/media')), 'about' => array(array('href' => 'https://cba.media/wp-json/wp/v2/types/attachment')), 'author' => array(array('embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/users/6959')), 'replies' => array(array('embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/comments?post=657351')), 'wp:term' => array(array('taxonomy' => 'media_tag', 'embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/media_tag?post=657351')), 'curies' => array(array('name' => 'wp', 'href' => 'https://api.w.org/{rel}', 'templated' => true)))), 'similarPosts' => array(), 'pagination' => null, 'menuContent' => array(object(Content)), 'footerContent' => array(object(Content), object(Content)), 'app' => object(AppVariable), 'web_dir' => '/var/www/freie-radios.at/prod/public'), array('title' => array(object(__TwigTemplate_70ac950a700ccbc21848636f48412035ddfb659670ba285dfa9857840b59fda1), 'block_title'), 'description' => array(object(__TwigTemplate_70ac950a700ccbc21848636f48412035ddfb659670ba285dfa9857840b59fda1), 'block_description'), 'stylesheets' => array(object(__TwigTemplate_db611bf19cb38b3f76edb4bb064a9606fc4b6de1d38117a4bd3a74b0f84aca81), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_70ac950a700ccbc21848636f48412035ddfb659670ba285dfa9857840b59fda1), 'block_body'), 'javascripts' => array(object(__TwigTemplate_db611bf19cb38b3f76edb4bb064a9606fc4b6de1d38117a4bd3a74b0f84aca81), 'block_javascripts')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('post' => null, 'media' => array('id' => 657351, 'date' => '2024-03-29T10:47:13', 'date_gmt' => '2024-03-29T09:47:13', 'guid' => array('rendered' => 'https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3'), 'modified' => '2024-03-29T10:53:26', 'modified_gmt' => '2024-03-29T09:53:26', 'slug' => 'orange-94-0-logging-2024-03-28-1900', 'status' => 'inherit', 'type' => 'attachment', 'link' => 'https://cba.media/657352/orange-94-0-logging-2024-03-28-1900', 'title' => array('rendered' => 'Lisa Mai, dotdotdot &amp;amp; Anna Leon, Tanzquartier Wien'), 'author' => 6959, 'comment_status' => 'open', 'ping_status' => 'closed', 'template' => '', 'meta' => array('station_id' => 0, 'ep_exclude_from_search' => false), 'media_tag' => array(), 'language_codes' => array('en'), 'translations' => array(), 'acf' => array(), 'transcripts' => array(), 'originators' => array(array(), array()), 'chapters' => array(), 'license' => array('license_image' => '&lt;a href=&quot;//creativecommons.org/licenses/by/4.0/deed.de&quot; target=&quot;_blank&quot; onclick=&quot;javascript:window.open(\'//creativecommons.org/licenses/by/4.0/deed.de\', \'_blank\');&quot;&gt;&lt;img src=&quot;https://cba.media/wp-content/themes/cba2020/images/icon_cc_by.png&quot;  title=&quot;Namensnennung&quot; class=&quot;license-image ttb&quot; /&gt;&lt;/a&gt;', 'license' => 'by', 'version' => '4.0', 'conditions' => 'Namensnennung', 'license_link' => 'https://creativecommons.org/licenses/by/4.0/deed.de'), 'description' => array('rendered' => '&lt;!--[if lt IE 9]&gt;&lt;script&gt;document.createElement(\'audio\');&lt;/script&gt;&lt;![endif]--&gt;&lt;audio class=&quot;wp-audio-shortcode&quot; id=&quot;audio-657351-1&quot; preload=&quot;none&quot; style=&quot;width: 100%;&quot; controls=&quot;controls&quot;&gt;&lt;source type=&quot;audio/mpeg&quot; src=&quot;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3?_=1&quot; /&gt;&lt;a href=&quot;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3&quot;&gt;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3&lt;/a&gt;&lt;/audio&gt;&lt;p&gt;&amp;#8222;ORANGE 94.0 Logging 2024-03-28 19:00&amp;#8220;.&lt;/p&gt;'), 'caption' => array('rendered' => '&lt;p&gt;Space for dance and performance theory, the short film.&lt;/p&gt;'), 'alt_text' => '', 'media_type' => 'file', 'mime_type' => 'audio/mpeg', 'media_details' => array('dataformat' => 'mp3', 'channels' => 2, 'sample_rate' => 48000, 'bitrate' => 192001.28001706686, 'channelmode' => 'stereo', 'bitrate_mode' => 'cbr', 'lossless' => false, 'encoder_options' => 'CBR192', 'compression_ratio' => 0.12500083334444456, 'fileformat' => 'mp3', 'filesize' => 86399517, 'mime_type' => 'audio/mpeg', 'length' => 3600, 'length_formatted' => '1:00:00', 'title' => 'ORANGE 94.0 Logging 2024-03-28 19:00', 'encoder_settings' => 'Lavf58.20.100', 'sizes' => array()), 'post' => 657352, 'source_url' => 'https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3', '_links' => array('self' => array(array('href' => 'https://cba.media/wp-json/wp/v2/media/657351')), 'collection' => array(array('href' => 'https://cba.media/wp-json/wp/v2/media')), 'about' => array(array('href' => 'https://cba.media/wp-json/wp/v2/types/attachment')), 'author' => array(array('embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/users/6959')), 'replies' => array(array('embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/comments?post=657351')), 'wp:term' => array(array('taxonomy' => 'media_tag', 'embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/media_tag?post=657351')), 'curies' => array(array('name' => 'wp', 'href' => 'https://api.w.org/{rel}', 'templated' => true)))), 'similarPosts' => array(), 'pagination' => null, 'menuContent' => array(object(Content)), 'footerContent' => array(object(Content), object(Content)), 'app' => object(AppVariable), 'web_dir' => '/var/www/freie-radios.at/prod/public'), array('title' => array(object(__TwigTemplate_70ac950a700ccbc21848636f48412035ddfb659670ba285dfa9857840b59fda1), 'block_title'), 'description' => array(object(__TwigTemplate_70ac950a700ccbc21848636f48412035ddfb659670ba285dfa9857840b59fda1), 'block_description'), 'stylesheets' => array(object(__TwigTemplate_db611bf19cb38b3f76edb4bb064a9606fc4b6de1d38117a4bd3a74b0f84aca81), 'block_stylesheets'), 'body' => array(object(__TwigTemplate_70ac950a700ccbc21848636f48412035ddfb659670ba285dfa9857840b59fda1), 'block_body'), 'javascripts' => array(object(__TwigTemplate_db611bf19cb38b3f76edb4bb064a9606fc4b6de1d38117a4bd3a74b0f84aca81), 'block_javascripts')))
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('post' => null, 'media' => array('id' => 657351, 'date' => '2024-03-29T10:47:13', 'date_gmt' => '2024-03-29T09:47:13', 'guid' => array('rendered' => 'https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3'), 'modified' => '2024-03-29T10:53:26', 'modified_gmt' => '2024-03-29T09:53:26', 'slug' => 'orange-94-0-logging-2024-03-28-1900', 'status' => 'inherit', 'type' => 'attachment', 'link' => 'https://cba.media/657352/orange-94-0-logging-2024-03-28-1900', 'title' => array('rendered' => 'Lisa Mai, dotdotdot &amp;amp; Anna Leon, Tanzquartier Wien'), 'author' => 6959, 'comment_status' => 'open', 'ping_status' => 'closed', 'template' => '', 'meta' => array('station_id' => 0, 'ep_exclude_from_search' => false), 'media_tag' => array(), 'language_codes' => array('en'), 'translations' => array(), 'acf' => array(), 'transcripts' => array(), 'originators' => array(array(), array()), 'chapters' => array(), 'license' => array('license_image' => '&lt;a href=&quot;//creativecommons.org/licenses/by/4.0/deed.de&quot; target=&quot;_blank&quot; onclick=&quot;javascript:window.open(\'//creativecommons.org/licenses/by/4.0/deed.de\', \'_blank\');&quot;&gt;&lt;img src=&quot;https://cba.media/wp-content/themes/cba2020/images/icon_cc_by.png&quot;  title=&quot;Namensnennung&quot; class=&quot;license-image ttb&quot; /&gt;&lt;/a&gt;', 'license' => 'by', 'version' => '4.0', 'conditions' => 'Namensnennung', 'license_link' => 'https://creativecommons.org/licenses/by/4.0/deed.de'), 'description' => array('rendered' => '&lt;!--[if lt IE 9]&gt;&lt;script&gt;document.createElement(\'audio\');&lt;/script&gt;&lt;![endif]--&gt;&lt;audio class=&quot;wp-audio-shortcode&quot; id=&quot;audio-657351-1&quot; preload=&quot;none&quot; style=&quot;width: 100%;&quot; controls=&quot;controls&quot;&gt;&lt;source type=&quot;audio/mpeg&quot; src=&quot;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3?_=1&quot; /&gt;&lt;a href=&quot;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3&quot;&gt;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3&lt;/a&gt;&lt;/audio&gt;&lt;p&gt;&amp;#8222;ORANGE 94.0 Logging 2024-03-28 19:00&amp;#8220;.&lt;/p&gt;'), 'caption' => array('rendered' => '&lt;p&gt;Space for dance and performance theory, the short film.&lt;/p&gt;'), 'alt_text' => '', 'media_type' => 'file', 'mime_type' => 'audio/mpeg', 'media_details' => array('dataformat' => 'mp3', 'channels' => 2, 'sample_rate' => 48000, 'bitrate' => 192001.28001706686, 'channelmode' => 'stereo', 'bitrate_mode' => 'cbr', 'lossless' => false, 'encoder_options' => 'CBR192', 'compression_ratio' => 0.12500083334444456, 'fileformat' => 'mp3', 'filesize' => 86399517, 'mime_type' => 'audio/mpeg', 'length' => 3600, 'length_formatted' => '1:00:00', 'title' => 'ORANGE 94.0 Logging 2024-03-28 19:00', 'encoder_settings' => 'Lavf58.20.100', 'sizes' => array()), 'post' => 657352, 'source_url' => 'https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3', '_links' => array('self' => array(array('href' => 'https://cba.media/wp-json/wp/v2/media/657351')), 'collection' => array(array('href' => 'https://cba.media/wp-json/wp/v2/media')), 'about' => array(array('href' => 'https://cba.media/wp-json/wp/v2/types/attachment')), 'author' => array(array('embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/users/6959')), 'replies' => array(array('embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/comments?post=657351')), 'wp:term' => array(array('taxonomy' => 'media_tag', 'embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/media_tag?post=657351')), 'curies' => array(array('name' => 'wp', 'href' => 'https://api.w.org/{rel}', 'templated' => true)))), 'similarPosts' => array(), 'pagination' => null, 'menuContent' => array(object(Content)), 'footerContent' => array(object(Content), object(Content)), 'app' => object(AppVariable), 'web_dir' => '/var/www/freie-radios.at/prod/public'), array('title' => array(object(__TwigTemplate_70ac950a700ccbc21848636f48412035ddfb659670ba285dfa9857840b59fda1), 'block_title'), 'description' => array(object(__TwigTemplate_70ac950a700ccbc21848636f48412035ddfb659670ba285dfa9857840b59fda1), 'block_description'), 'body' => array(object(__TwigTemplate_70ac950a700ccbc21848636f48412035ddfb659670ba285dfa9857840b59fda1), 'block_body')))
     (var/cache/dev/twig/9d/9dc93c09c686c85ffa670080fd02b88fd2c2696b819eb1d3f0fbec314d69a00b.php:50)
  at __TwigTemplate_70ac950a700ccbc21848636f48412035ddfb659670ba285dfa9857840b59fda1->doDisplay(array('post' => null, 'media' => array('id' => 657351, 'date' => '2024-03-29T10:47:13', 'date_gmt' => '2024-03-29T09:47:13', 'guid' => array('rendered' => 'https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3'), 'modified' => '2024-03-29T10:53:26', 'modified_gmt' => '2024-03-29T09:53:26', 'slug' => 'orange-94-0-logging-2024-03-28-1900', 'status' => 'inherit', 'type' => 'attachment', 'link' => 'https://cba.media/657352/orange-94-0-logging-2024-03-28-1900', 'title' => array('rendered' => 'Lisa Mai, dotdotdot &amp;amp; Anna Leon, Tanzquartier Wien'), 'author' => 6959, 'comment_status' => 'open', 'ping_status' => 'closed', 'template' => '', 'meta' => array('station_id' => 0, 'ep_exclude_from_search' => false), 'media_tag' => array(), 'language_codes' => array('en'), 'translations' => array(), 'acf' => array(), 'transcripts' => array(), 'originators' => array(array(), array()), 'chapters' => array(), 'license' => array('license_image' => '&lt;a href=&quot;//creativecommons.org/licenses/by/4.0/deed.de&quot; target=&quot;_blank&quot; onclick=&quot;javascript:window.open(\'//creativecommons.org/licenses/by/4.0/deed.de\', \'_blank\');&quot;&gt;&lt;img src=&quot;https://cba.media/wp-content/themes/cba2020/images/icon_cc_by.png&quot;  title=&quot;Namensnennung&quot; class=&quot;license-image ttb&quot; /&gt;&lt;/a&gt;', 'license' => 'by', 'version' => '4.0', 'conditions' => 'Namensnennung', 'license_link' => 'https://creativecommons.org/licenses/by/4.0/deed.de'), 'description' => array('rendered' => '&lt;!--[if lt IE 9]&gt;&lt;script&gt;document.createElement(\'audio\');&lt;/script&gt;&lt;![endif]--&gt;&lt;audio class=&quot;wp-audio-shortcode&quot; id=&quot;audio-657351-1&quot; preload=&quot;none&quot; style=&quot;width: 100%;&quot; controls=&quot;controls&quot;&gt;&lt;source type=&quot;audio/mpeg&quot; src=&quot;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3?_=1&quot; /&gt;&lt;a href=&quot;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3&quot;&gt;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3&lt;/a&gt;&lt;/audio&gt;&lt;p&gt;&amp;#8222;ORANGE 94.0 Logging 2024-03-28 19:00&amp;#8220;.&lt;/p&gt;'), 'caption' => array('rendered' => '&lt;p&gt;Space for dance and performance theory, the short film.&lt;/p&gt;'), 'alt_text' => '', 'media_type' => 'file', 'mime_type' => 'audio/mpeg', 'media_details' => array('dataformat' => 'mp3', 'channels' => 2, 'sample_rate' => 48000, 'bitrate' => 192001.28001706686, 'channelmode' => 'stereo', 'bitrate_mode' => 'cbr', 'lossless' => false, 'encoder_options' => 'CBR192', 'compression_ratio' => 0.12500083334444456, 'fileformat' => 'mp3', 'filesize' => 86399517, 'mime_type' => 'audio/mpeg', 'length' => 3600, 'length_formatted' => '1:00:00', 'title' => 'ORANGE 94.0 Logging 2024-03-28 19:00', 'encoder_settings' => 'Lavf58.20.100', 'sizes' => array()), 'post' => 657352, 'source_url' => 'https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3', '_links' => array('self' => array(array('href' => 'https://cba.media/wp-json/wp/v2/media/657351')), 'collection' => array(array('href' => 'https://cba.media/wp-json/wp/v2/media')), 'about' => array(array('href' => 'https://cba.media/wp-json/wp/v2/types/attachment')), 'author' => array(array('embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/users/6959')), 'replies' => array(array('embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/comments?post=657351')), 'wp:term' => array(array('taxonomy' => 'media_tag', 'embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/media_tag?post=657351')), 'curies' => array(array('name' => 'wp', 'href' => 'https://api.w.org/{rel}', 'templated' => true)))), 'similarPosts' => array(), 'pagination' => null, 'menuContent' => array(object(Content)), 'footerContent' => array(object(Content), object(Content)), 'app' => object(AppVariable), 'web_dir' => '/var/www/freie-radios.at/prod/public'), array('title' => array(object(__TwigTemplate_70ac950a700ccbc21848636f48412035ddfb659670ba285dfa9857840b59fda1), 'block_title'), 'description' => array(object(__TwigTemplate_70ac950a700ccbc21848636f48412035ddfb659670ba285dfa9857840b59fda1), 'block_description'), 'body' => array(object(__TwigTemplate_70ac950a700ccbc21848636f48412035ddfb659670ba285dfa9857840b59fda1), 'block_body')))
     (vendor/twig/twig/src/Template.php:405)
  at Twig\Template->displayWithErrorHandling(array('post' => null, 'media' => array('id' => 657351, 'date' => '2024-03-29T10:47:13', 'date_gmt' => '2024-03-29T09:47:13', 'guid' => array('rendered' => 'https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3'), 'modified' => '2024-03-29T10:53:26', 'modified_gmt' => '2024-03-29T09:53:26', 'slug' => 'orange-94-0-logging-2024-03-28-1900', 'status' => 'inherit', 'type' => 'attachment', 'link' => 'https://cba.media/657352/orange-94-0-logging-2024-03-28-1900', 'title' => array('rendered' => 'Lisa Mai, dotdotdot &amp;amp; Anna Leon, Tanzquartier Wien'), 'author' => 6959, 'comment_status' => 'open', 'ping_status' => 'closed', 'template' => '', 'meta' => array('station_id' => 0, 'ep_exclude_from_search' => false), 'media_tag' => array(), 'language_codes' => array('en'), 'translations' => array(), 'acf' => array(), 'transcripts' => array(), 'originators' => array(array(), array()), 'chapters' => array(), 'license' => array('license_image' => '&lt;a href=&quot;//creativecommons.org/licenses/by/4.0/deed.de&quot; target=&quot;_blank&quot; onclick=&quot;javascript:window.open(\'//creativecommons.org/licenses/by/4.0/deed.de\', \'_blank\');&quot;&gt;&lt;img src=&quot;https://cba.media/wp-content/themes/cba2020/images/icon_cc_by.png&quot;  title=&quot;Namensnennung&quot; class=&quot;license-image ttb&quot; /&gt;&lt;/a&gt;', 'license' => 'by', 'version' => '4.0', 'conditions' => 'Namensnennung', 'license_link' => 'https://creativecommons.org/licenses/by/4.0/deed.de'), 'description' => array('rendered' => '&lt;!--[if lt IE 9]&gt;&lt;script&gt;document.createElement(\'audio\');&lt;/script&gt;&lt;![endif]--&gt;&lt;audio class=&quot;wp-audio-shortcode&quot; id=&quot;audio-657351-1&quot; preload=&quot;none&quot; style=&quot;width: 100%;&quot; controls=&quot;controls&quot;&gt;&lt;source type=&quot;audio/mpeg&quot; src=&quot;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3?_=1&quot; /&gt;&lt;a href=&quot;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3&quot;&gt;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3&lt;/a&gt;&lt;/audio&gt;&lt;p&gt;&amp;#8222;ORANGE 94.0 Logging 2024-03-28 19:00&amp;#8220;.&lt;/p&gt;'), 'caption' => array('rendered' => '&lt;p&gt;Space for dance and performance theory, the short film.&lt;/p&gt;'), 'alt_text' => '', 'media_type' => 'file', 'mime_type' => 'audio/mpeg', 'media_details' => array('dataformat' => 'mp3', 'channels' => 2, 'sample_rate' => 48000, 'bitrate' => 192001.28001706686, 'channelmode' => 'stereo', 'bitrate_mode' => 'cbr', 'lossless' => false, 'encoder_options' => 'CBR192', 'compression_ratio' => 0.12500083334444456, 'fileformat' => 'mp3', 'filesize' => 86399517, 'mime_type' => 'audio/mpeg', 'length' => 3600, 'length_formatted' => '1:00:00', 'title' => 'ORANGE 94.0 Logging 2024-03-28 19:00', 'encoder_settings' => 'Lavf58.20.100', 'sizes' => array()), 'post' => 657352, 'source_url' => 'https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3', '_links' => array('self' => array(array('href' => 'https://cba.media/wp-json/wp/v2/media/657351')), 'collection' => array(array('href' => 'https://cba.media/wp-json/wp/v2/media')), 'about' => array(array('href' => 'https://cba.media/wp-json/wp/v2/types/attachment')), 'author' => array(array('embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/users/6959')), 'replies' => array(array('embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/comments?post=657351')), 'wp:term' => array(array('taxonomy' => 'media_tag', 'embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/media_tag?post=657351')), 'curies' => array(array('name' => 'wp', 'href' => 'https://api.w.org/{rel}', 'templated' => true)))), 'similarPosts' => array(), 'pagination' => null, 'menuContent' => array(object(Content)), 'footerContent' => array(object(Content), object(Content)), 'app' => object(AppVariable), 'web_dir' => '/var/www/freie-radios.at/prod/public'), array('title' => array(object(__TwigTemplate_70ac950a700ccbc21848636f48412035ddfb659670ba285dfa9857840b59fda1), 'block_title'), 'description' => array(object(__TwigTemplate_70ac950a700ccbc21848636f48412035ddfb659670ba285dfa9857840b59fda1), 'block_description'), 'body' => array(object(__TwigTemplate_70ac950a700ccbc21848636f48412035ddfb659670ba285dfa9857840b59fda1), 'block_body')))
     (vendor/twig/twig/src/Template.php:378)
  at Twig\Template->display(array('post' => null, 'media' => array('id' => 657351, 'date' => '2024-03-29T10:47:13', 'date_gmt' => '2024-03-29T09:47:13', 'guid' => array('rendered' => 'https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3'), 'modified' => '2024-03-29T10:53:26', 'modified_gmt' => '2024-03-29T09:53:26', 'slug' => 'orange-94-0-logging-2024-03-28-1900', 'status' => 'inherit', 'type' => 'attachment', 'link' => 'https://cba.media/657352/orange-94-0-logging-2024-03-28-1900', 'title' => array('rendered' => 'Lisa Mai, dotdotdot &amp;amp; Anna Leon, Tanzquartier Wien'), 'author' => 6959, 'comment_status' => 'open', 'ping_status' => 'closed', 'template' => '', 'meta' => array('station_id' => 0, 'ep_exclude_from_search' => false), 'media_tag' => array(), 'language_codes' => array('en'), 'translations' => array(), 'acf' => array(), 'transcripts' => array(), 'originators' => array(array(), array()), 'chapters' => array(), 'license' => array('license_image' => '&lt;a href=&quot;//creativecommons.org/licenses/by/4.0/deed.de&quot; target=&quot;_blank&quot; onclick=&quot;javascript:window.open(\'//creativecommons.org/licenses/by/4.0/deed.de\', \'_blank\');&quot;&gt;&lt;img src=&quot;https://cba.media/wp-content/themes/cba2020/images/icon_cc_by.png&quot;  title=&quot;Namensnennung&quot; class=&quot;license-image ttb&quot; /&gt;&lt;/a&gt;', 'license' => 'by', 'version' => '4.0', 'conditions' => 'Namensnennung', 'license_link' => 'https://creativecommons.org/licenses/by/4.0/deed.de'), 'description' => array('rendered' => '&lt;!--[if lt IE 9]&gt;&lt;script&gt;document.createElement(\'audio\');&lt;/script&gt;&lt;![endif]--&gt;&lt;audio class=&quot;wp-audio-shortcode&quot; id=&quot;audio-657351-1&quot; preload=&quot;none&quot; style=&quot;width: 100%;&quot; controls=&quot;controls&quot;&gt;&lt;source type=&quot;audio/mpeg&quot; src=&quot;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3?_=1&quot; /&gt;&lt;a href=&quot;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3&quot;&gt;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3&lt;/a&gt;&lt;/audio&gt;&lt;p&gt;&amp;#8222;ORANGE 94.0 Logging 2024-03-28 19:00&amp;#8220;.&lt;/p&gt;'), 'caption' => array('rendered' => '&lt;p&gt;Space for dance and performance theory, the short film.&lt;/p&gt;'), 'alt_text' => '', 'media_type' => 'file', 'mime_type' => 'audio/mpeg', 'media_details' => array('dataformat' => 'mp3', 'channels' => 2, 'sample_rate' => 48000, 'bitrate' => 192001.28001706686, 'channelmode' => 'stereo', 'bitrate_mode' => 'cbr', 'lossless' => false, 'encoder_options' => 'CBR192', 'compression_ratio' => 0.12500083334444456, 'fileformat' => 'mp3', 'filesize' => 86399517, 'mime_type' => 'audio/mpeg', 'length' => 3600, 'length_formatted' => '1:00:00', 'title' => 'ORANGE 94.0 Logging 2024-03-28 19:00', 'encoder_settings' => 'Lavf58.20.100', 'sizes' => array()), 'post' => 657352, 'source_url' => 'https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3', '_links' => array('self' => array(array('href' => 'https://cba.media/wp-json/wp/v2/media/657351')), 'collection' => array(array('href' => 'https://cba.media/wp-json/wp/v2/media')), 'about' => array(array('href' => 'https://cba.media/wp-json/wp/v2/types/attachment')), 'author' => array(array('embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/users/6959')), 'replies' => array(array('embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/comments?post=657351')), 'wp:term' => array(array('taxonomy' => 'media_tag', 'embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/media_tag?post=657351')), 'curies' => array(array('name' => 'wp', 'href' => 'https://api.w.org/{rel}', 'templated' => true)))), 'similarPosts' => array(), 'pagination' => null, 'menuContent' => array(object(Content)), 'footerContent' => array(object(Content), object(Content))))
     (vendor/twig/twig/src/Template.php:390)
  at Twig\Template->render(array('post' => null, 'media' => array('id' => 657351, 'date' => '2024-03-29T10:47:13', 'date_gmt' => '2024-03-29T09:47:13', 'guid' => array('rendered' => 'https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3'), 'modified' => '2024-03-29T10:53:26', 'modified_gmt' => '2024-03-29T09:53:26', 'slug' => 'orange-94-0-logging-2024-03-28-1900', 'status' => 'inherit', 'type' => 'attachment', 'link' => 'https://cba.media/657352/orange-94-0-logging-2024-03-28-1900', 'title' => array('rendered' => 'Lisa Mai, dotdotdot &amp;amp; Anna Leon, Tanzquartier Wien'), 'author' => 6959, 'comment_status' => 'open', 'ping_status' => 'closed', 'template' => '', 'meta' => array('station_id' => 0, 'ep_exclude_from_search' => false), 'media_tag' => array(), 'language_codes' => array('en'), 'translations' => array(), 'acf' => array(), 'transcripts' => array(), 'originators' => array(array(), array()), 'chapters' => array(), 'license' => array('license_image' => '&lt;a href=&quot;//creativecommons.org/licenses/by/4.0/deed.de&quot; target=&quot;_blank&quot; onclick=&quot;javascript:window.open(\'//creativecommons.org/licenses/by/4.0/deed.de\', \'_blank\');&quot;&gt;&lt;img src=&quot;https://cba.media/wp-content/themes/cba2020/images/icon_cc_by.png&quot;  title=&quot;Namensnennung&quot; class=&quot;license-image ttb&quot; /&gt;&lt;/a&gt;', 'license' => 'by', 'version' => '4.0', 'conditions' => 'Namensnennung', 'license_link' => 'https://creativecommons.org/licenses/by/4.0/deed.de'), 'description' => array('rendered' => '&lt;!--[if lt IE 9]&gt;&lt;script&gt;document.createElement(\'audio\');&lt;/script&gt;&lt;![endif]--&gt;&lt;audio class=&quot;wp-audio-shortcode&quot; id=&quot;audio-657351-1&quot; preload=&quot;none&quot; style=&quot;width: 100%;&quot; controls=&quot;controls&quot;&gt;&lt;source type=&quot;audio/mpeg&quot; src=&quot;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3?_=1&quot; /&gt;&lt;a href=&quot;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3&quot;&gt;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3&lt;/a&gt;&lt;/audio&gt;&lt;p&gt;&amp;#8222;ORANGE 94.0 Logging 2024-03-28 19:00&amp;#8220;.&lt;/p&gt;'), 'caption' => array('rendered' => '&lt;p&gt;Space for dance and performance theory, the short film.&lt;/p&gt;'), 'alt_text' => '', 'media_type' => 'file', 'mime_type' => 'audio/mpeg', 'media_details' => array('dataformat' => 'mp3', 'channels' => 2, 'sample_rate' => 48000, 'bitrate' => 192001.28001706686, 'channelmode' => 'stereo', 'bitrate_mode' => 'cbr', 'lossless' => false, 'encoder_options' => 'CBR192', 'compression_ratio' => 0.12500083334444456, 'fileformat' => 'mp3', 'filesize' => 86399517, 'mime_type' => 'audio/mpeg', 'length' => 3600, 'length_formatted' => '1:00:00', 'title' => 'ORANGE 94.0 Logging 2024-03-28 19:00', 'encoder_settings' => 'Lavf58.20.100', 'sizes' => array()), 'post' => 657352, 'source_url' => 'https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3', '_links' => array('self' => array(array('href' => 'https://cba.media/wp-json/wp/v2/media/657351')), 'collection' => array(array('href' => 'https://cba.media/wp-json/wp/v2/media')), 'about' => array(array('href' => 'https://cba.media/wp-json/wp/v2/types/attachment')), 'author' => array(array('embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/users/6959')), 'replies' => array(array('embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/comments?post=657351')), 'wp:term' => array(array('taxonomy' => 'media_tag', 'embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/media_tag?post=657351')), 'curies' => array(array('name' => 'wp', 'href' => 'https://api.w.org/{rel}', 'templated' => true)))), 'similarPosts' => array(), 'pagination' => null, 'menuContent' => array(object(Content)), 'footerContent' => array(object(Content), object(Content))))
     (vendor/symfony/twig-bridge/TwigEngine.php:54)
  at Symfony\Bridge\Twig\TwigEngine->render('post/show.html.twig', array('post' => null, 'media' => array('id' => 657351, 'date' => '2024-03-29T10:47:13', 'date_gmt' => '2024-03-29T09:47:13', 'guid' => array('rendered' => 'https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3'), 'modified' => '2024-03-29T10:53:26', 'modified_gmt' => '2024-03-29T09:53:26', 'slug' => 'orange-94-0-logging-2024-03-28-1900', 'status' => 'inherit', 'type' => 'attachment', 'link' => 'https://cba.media/657352/orange-94-0-logging-2024-03-28-1900', 'title' => array('rendered' => 'Lisa Mai, dotdotdot &amp;amp; Anna Leon, Tanzquartier Wien'), 'author' => 6959, 'comment_status' => 'open', 'ping_status' => 'closed', 'template' => '', 'meta' => array('station_id' => 0, 'ep_exclude_from_search' => false), 'media_tag' => array(), 'language_codes' => array('en'), 'translations' => array(), 'acf' => array(), 'transcripts' => array(), 'originators' => array(array(), array()), 'chapters' => array(), 'license' => array('license_image' => '&lt;a href=&quot;//creativecommons.org/licenses/by/4.0/deed.de&quot; target=&quot;_blank&quot; onclick=&quot;javascript:window.open(\'//creativecommons.org/licenses/by/4.0/deed.de\', \'_blank\');&quot;&gt;&lt;img src=&quot;https://cba.media/wp-content/themes/cba2020/images/icon_cc_by.png&quot;  title=&quot;Namensnennung&quot; class=&quot;license-image ttb&quot; /&gt;&lt;/a&gt;', 'license' => 'by', 'version' => '4.0', 'conditions' => 'Namensnennung', 'license_link' => 'https://creativecommons.org/licenses/by/4.0/deed.de'), 'description' => array('rendered' => '&lt;!--[if lt IE 9]&gt;&lt;script&gt;document.createElement(\'audio\');&lt;/script&gt;&lt;![endif]--&gt;&lt;audio class=&quot;wp-audio-shortcode&quot; id=&quot;audio-657351-1&quot; preload=&quot;none&quot; style=&quot;width: 100%;&quot; controls=&quot;controls&quot;&gt;&lt;source type=&quot;audio/mpeg&quot; src=&quot;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3?_=1&quot; /&gt;&lt;a href=&quot;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3&quot;&gt;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3&lt;/a&gt;&lt;/audio&gt;&lt;p&gt;&amp;#8222;ORANGE 94.0 Logging 2024-03-28 19:00&amp;#8220;.&lt;/p&gt;'), 'caption' => array('rendered' => '&lt;p&gt;Space for dance and performance theory, the short film.&lt;/p&gt;'), 'alt_text' => '', 'media_type' => 'file', 'mime_type' => 'audio/mpeg', 'media_details' => array('dataformat' => 'mp3', 'channels' => 2, 'sample_rate' => 48000, 'bitrate' => 192001.28001706686, 'channelmode' => 'stereo', 'bitrate_mode' => 'cbr', 'lossless' => false, 'encoder_options' => 'CBR192', 'compression_ratio' => 0.12500083334444456, 'fileformat' => 'mp3', 'filesize' => 86399517, 'mime_type' => 'audio/mpeg', 'length' => 3600, 'length_formatted' => '1:00:00', 'title' => 'ORANGE 94.0 Logging 2024-03-28 19:00', 'encoder_settings' => 'Lavf58.20.100', 'sizes' => array()), 'post' => 657352, 'source_url' => 'https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3', '_links' => array('self' => array(array('href' => 'https://cba.media/wp-json/wp/v2/media/657351')), 'collection' => array(array('href' => 'https://cba.media/wp-json/wp/v2/media')), 'about' => array(array('href' => 'https://cba.media/wp-json/wp/v2/types/attachment')), 'author' => array(array('embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/users/6959')), 'replies' => array(array('embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/comments?post=657351')), 'wp:term' => array(array('taxonomy' => 'media_tag', 'embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/media_tag?post=657351')), 'curies' => array(array('name' => 'wp', 'href' => 'https://api.w.org/{rel}', 'templated' => true)))), 'similarPosts' => array(), 'pagination' => null, 'menuContent' => array(object(Content)), 'footerContent' => array(object(Content), object(Content))))
     (vendor/symfony/templating/DelegatingEngine.php:41)
  at Symfony\Component\Templating\DelegatingEngine->render('post/show.html.twig', array('post' => null, 'media' => array('id' => 657351, 'date' => '2024-03-29T10:47:13', 'date_gmt' => '2024-03-29T09:47:13', 'guid' => array('rendered' => 'https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3'), 'modified' => '2024-03-29T10:53:26', 'modified_gmt' => '2024-03-29T09:53:26', 'slug' => 'orange-94-0-logging-2024-03-28-1900', 'status' => 'inherit', 'type' => 'attachment', 'link' => 'https://cba.media/657352/orange-94-0-logging-2024-03-28-1900', 'title' => array('rendered' => 'Lisa Mai, dotdotdot &amp;amp; Anna Leon, Tanzquartier Wien'), 'author' => 6959, 'comment_status' => 'open', 'ping_status' => 'closed', 'template' => '', 'meta' => array('station_id' => 0, 'ep_exclude_from_search' => false), 'media_tag' => array(), 'language_codes' => array('en'), 'translations' => array(), 'acf' => array(), 'transcripts' => array(), 'originators' => array(array(), array()), 'chapters' => array(), 'license' => array('license_image' => '&lt;a href=&quot;//creativecommons.org/licenses/by/4.0/deed.de&quot; target=&quot;_blank&quot; onclick=&quot;javascript:window.open(\'//creativecommons.org/licenses/by/4.0/deed.de\', \'_blank\');&quot;&gt;&lt;img src=&quot;https://cba.media/wp-content/themes/cba2020/images/icon_cc_by.png&quot;  title=&quot;Namensnennung&quot; class=&quot;license-image ttb&quot; /&gt;&lt;/a&gt;', 'license' => 'by', 'version' => '4.0', 'conditions' => 'Namensnennung', 'license_link' => 'https://creativecommons.org/licenses/by/4.0/deed.de'), 'description' => array('rendered' => '&lt;!--[if lt IE 9]&gt;&lt;script&gt;document.createElement(\'audio\');&lt;/script&gt;&lt;![endif]--&gt;&lt;audio class=&quot;wp-audio-shortcode&quot; id=&quot;audio-657351-1&quot; preload=&quot;none&quot; style=&quot;width: 100%;&quot; controls=&quot;controls&quot;&gt;&lt;source type=&quot;audio/mpeg&quot; src=&quot;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3?_=1&quot; /&gt;&lt;a href=&quot;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3&quot;&gt;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3&lt;/a&gt;&lt;/audio&gt;&lt;p&gt;&amp;#8222;ORANGE 94.0 Logging 2024-03-28 19:00&amp;#8220;.&lt;/p&gt;'), 'caption' => array('rendered' => '&lt;p&gt;Space for dance and performance theory, the short film.&lt;/p&gt;'), 'alt_text' => '', 'media_type' => 'file', 'mime_type' => 'audio/mpeg', 'media_details' => array('dataformat' => 'mp3', 'channels' => 2, 'sample_rate' => 48000, 'bitrate' => 192001.28001706686, 'channelmode' => 'stereo', 'bitrate_mode' => 'cbr', 'lossless' => false, 'encoder_options' => 'CBR192', 'compression_ratio' => 0.12500083334444456, 'fileformat' => 'mp3', 'filesize' => 86399517, 'mime_type' => 'audio/mpeg', 'length' => 3600, 'length_formatted' => '1:00:00', 'title' => 'ORANGE 94.0 Logging 2024-03-28 19:00', 'encoder_settings' => 'Lavf58.20.100', 'sizes' => array()), 'post' => 657352, 'source_url' => 'https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3', '_links' => array('self' => array(array('href' => 'https://cba.media/wp-json/wp/v2/media/657351')), 'collection' => array(array('href' => 'https://cba.media/wp-json/wp/v2/media')), 'about' => array(array('href' => 'https://cba.media/wp-json/wp/v2/types/attachment')), 'author' => array(array('embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/users/6959')), 'replies' => array(array('embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/comments?post=657351')), 'wp:term' => array(array('taxonomy' => 'media_tag', 'embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/media_tag?post=657351')), 'curies' => array(array('name' => 'wp', 'href' => 'https://api.w.org/{rel}', 'templated' => true)))), 'similarPosts' => array(), 'pagination' => null, 'menuContent' => array(object(Content)), 'footerContent' => array(object(Content), object(Content))))
     (vendor/symfony/framework-bundle/Controller/ControllerTrait.php:233)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('post/show.html.twig', array('post' => null, 'media' => array('id' => 657351, 'date' => '2024-03-29T10:47:13', 'date_gmt' => '2024-03-29T09:47:13', 'guid' => array('rendered' => 'https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3'), 'modified' => '2024-03-29T10:53:26', 'modified_gmt' => '2024-03-29T09:53:26', 'slug' => 'orange-94-0-logging-2024-03-28-1900', 'status' => 'inherit', 'type' => 'attachment', 'link' => 'https://cba.media/657352/orange-94-0-logging-2024-03-28-1900', 'title' => array('rendered' => 'Lisa Mai, dotdotdot &amp;amp; Anna Leon, Tanzquartier Wien'), 'author' => 6959, 'comment_status' => 'open', 'ping_status' => 'closed', 'template' => '', 'meta' => array('station_id' => 0, 'ep_exclude_from_search' => false), 'media_tag' => array(), 'language_codes' => array('en'), 'translations' => array(), 'acf' => array(), 'transcripts' => array(), 'originators' => array(array(), array()), 'chapters' => array(), 'license' => array('license_image' => '&lt;a href=&quot;//creativecommons.org/licenses/by/4.0/deed.de&quot; target=&quot;_blank&quot; onclick=&quot;javascript:window.open(\'//creativecommons.org/licenses/by/4.0/deed.de\', \'_blank\');&quot;&gt;&lt;img src=&quot;https://cba.media/wp-content/themes/cba2020/images/icon_cc_by.png&quot;  title=&quot;Namensnennung&quot; class=&quot;license-image ttb&quot; /&gt;&lt;/a&gt;', 'license' => 'by', 'version' => '4.0', 'conditions' => 'Namensnennung', 'license_link' => 'https://creativecommons.org/licenses/by/4.0/deed.de'), 'description' => array('rendered' => '&lt;!--[if lt IE 9]&gt;&lt;script&gt;document.createElement(\'audio\');&lt;/script&gt;&lt;![endif]--&gt;&lt;audio class=&quot;wp-audio-shortcode&quot; id=&quot;audio-657351-1&quot; preload=&quot;none&quot; style=&quot;width: 100%;&quot; controls=&quot;controls&quot;&gt;&lt;source type=&quot;audio/mpeg&quot; src=&quot;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3?_=1&quot; /&gt;&lt;a href=&quot;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3&quot;&gt;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3&lt;/a&gt;&lt;/audio&gt;&lt;p&gt;&amp;#8222;ORANGE 94.0 Logging 2024-03-28 19:00&amp;#8220;.&lt;/p&gt;'), 'caption' => array('rendered' => '&lt;p&gt;Space for dance and performance theory, the short film.&lt;/p&gt;'), 'alt_text' => '', 'media_type' => 'file', 'mime_type' => 'audio/mpeg', 'media_details' => array('dataformat' => 'mp3', 'channels' => 2, 'sample_rate' => 48000, 'bitrate' => 192001.28001706686, 'channelmode' => 'stereo', 'bitrate_mode' => 'cbr', 'lossless' => false, 'encoder_options' => 'CBR192', 'compression_ratio' => 0.12500083334444456, 'fileformat' => 'mp3', 'filesize' => 86399517, 'mime_type' => 'audio/mpeg', 'length' => 3600, 'length_formatted' => '1:00:00', 'title' => 'ORANGE 94.0 Logging 2024-03-28 19:00', 'encoder_settings' => 'Lavf58.20.100', 'sizes' => array()), 'post' => 657352, 'source_url' => 'https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3', '_links' => array('self' => array(array('href' => 'https://cba.media/wp-json/wp/v2/media/657351')), 'collection' => array(array('href' => 'https://cba.media/wp-json/wp/v2/media')), 'about' => array(array('href' => 'https://cba.media/wp-json/wp/v2/types/attachment')), 'author' => array(array('embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/users/6959')), 'replies' => array(array('embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/comments?post=657351')), 'wp:term' => array(array('taxonomy' => 'media_tag', 'embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/media_tag?post=657351')), 'curies' => array(array('name' => 'wp', 'href' => 'https://api.w.org/{rel}', 'templated' => true)))), 'similarPosts' => array(), 'pagination' => null, 'menuContent' => array(object(Content)), 'footerContent' => array(object(Content), object(Content))), null)
     (src/Controller/BaseController.php:65)
  at App\Controller\BaseController->render('post/show.html.twig', array('post' => null, 'media' => array('id' => 657351, 'date' => '2024-03-29T10:47:13', 'date_gmt' => '2024-03-29T09:47:13', 'guid' => array('rendered' => 'https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3'), 'modified' => '2024-03-29T10:53:26', 'modified_gmt' => '2024-03-29T09:53:26', 'slug' => 'orange-94-0-logging-2024-03-28-1900', 'status' => 'inherit', 'type' => 'attachment', 'link' => 'https://cba.media/657352/orange-94-0-logging-2024-03-28-1900', 'title' => array('rendered' => 'Lisa Mai, dotdotdot &amp;amp; Anna Leon, Tanzquartier Wien'), 'author' => 6959, 'comment_status' => 'open', 'ping_status' => 'closed', 'template' => '', 'meta' => array('station_id' => 0, 'ep_exclude_from_search' => false), 'media_tag' => array(), 'language_codes' => array('en'), 'translations' => array(), 'acf' => array(), 'transcripts' => array(), 'originators' => array(array(), array()), 'chapters' => array(), 'license' => array('license_image' => '&lt;a href=&quot;//creativecommons.org/licenses/by/4.0/deed.de&quot; target=&quot;_blank&quot; onclick=&quot;javascript:window.open(\'//creativecommons.org/licenses/by/4.0/deed.de\', \'_blank\');&quot;&gt;&lt;img src=&quot;https://cba.media/wp-content/themes/cba2020/images/icon_cc_by.png&quot;  title=&quot;Namensnennung&quot; class=&quot;license-image ttb&quot; /&gt;&lt;/a&gt;', 'license' => 'by', 'version' => '4.0', 'conditions' => 'Namensnennung', 'license_link' => 'https://creativecommons.org/licenses/by/4.0/deed.de'), 'description' => array('rendered' => '&lt;!--[if lt IE 9]&gt;&lt;script&gt;document.createElement(\'audio\');&lt;/script&gt;&lt;![endif]--&gt;&lt;audio class=&quot;wp-audio-shortcode&quot; id=&quot;audio-657351-1&quot; preload=&quot;none&quot; style=&quot;width: 100%;&quot; controls=&quot;controls&quot;&gt;&lt;source type=&quot;audio/mpeg&quot; src=&quot;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3?_=1&quot; /&gt;&lt;a href=&quot;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3&quot;&gt;https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3&lt;/a&gt;&lt;/audio&gt;&lt;p&gt;&amp;#8222;ORANGE 94.0 Logging 2024-03-28 19:00&amp;#8220;.&lt;/p&gt;'), 'caption' => array('rendered' => '&lt;p&gt;Space for dance and performance theory, the short film.&lt;/p&gt;'), 'alt_text' => '', 'media_type' => 'file', 'mime_type' => 'audio/mpeg', 'media_details' => array('dataformat' => 'mp3', 'channels' => 2, 'sample_rate' => 48000, 'bitrate' => 192001.28001706686, 'channelmode' => 'stereo', 'bitrate_mode' => 'cbr', 'lossless' => false, 'encoder_options' => 'CBR192', 'compression_ratio' => 0.12500083334444456, 'fileformat' => 'mp3', 'filesize' => 86399517, 'mime_type' => 'audio/mpeg', 'length' => 3600, 'length_formatted' => '1:00:00', 'title' => 'ORANGE 94.0 Logging 2024-03-28 19:00', 'encoder_settings' => 'Lavf58.20.100', 'sizes' => array()), 'post' => 657352, 'source_url' => 'https://cba.media/wp-content/uploads/1/5/0000657351/2024-03-28-19-00-00.mp3', '_links' => array('self' => array(array('href' => 'https://cba.media/wp-json/wp/v2/media/657351')), 'collection' => array(array('href' => 'https://cba.media/wp-json/wp/v2/media')), 'about' => array(array('href' => 'https://cba.media/wp-json/wp/v2/types/attachment')), 'author' => array(array('embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/users/6959')), 'replies' => array(array('embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/comments?post=657351')), 'wp:term' => array(array('taxonomy' => 'media_tag', 'embeddable' => true, 'href' => 'https://cba.media/wp-json/wp/v2/media_tag?post=657351')), 'curies' => array(array('name' => 'wp', 'href' => 'https://api.w.org/{rel}', 'templated' => true)))), 'similarPosts' => array(), 'pagination' => null, 'menuContent' => array(object(Content)), 'footerContent' => array(object(Content), object(Content))))
     (src/Controller/PostController.php:74)
  at App\Controller\PostController->showPostDetail(object(Request), object(Paginator), '13_marja-borsnik')
     (vendor/symfony/http-kernel/HttpKernel.php:169)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:81)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:201)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (public/index.php:25)