Error 500 Internal Server Error

GET https://www.textauthentic.com/pricing/

Exceptions

Impossible to access an attribute ("name") on a null variable in partials/dashboard/header.html.twig at line 47.

Exception

Twig\Error\ RuntimeError

Show exception properties
Twig\Error\RuntimeError {#949
  -lineno: 47
  -rawMessage: "Impossible to access an attribute ("name") on a null variable."
  -source: Twig\Source {#900
    -code: """
      <header class="rbt-dashboard-header rainbow-header header-default header-left-align rbt-fluid-header">\n
      \t<div class="container-fluid position-relative">\n
      \t\t<div class="row align-items-center justify-content-between">\n
      \t\t\t<div class="col-lg-3 col-md-6 col-6">\n
      \t\t\t\t<div class="header-left d-flex">\n
      \t\t\t\t\t<div class="expand-btn-grp">\n
      \t\t\t\t\t\t<button class="bg-solid-primary popup-dashboardleft-btn">\n
      \t\t\t\t\t\t\t<i class="fa-sharp fa-regular fa-sidebar"></i>\n
      \t\t\t\t\t\t</button>\n
      \t\t\t\t\t</div>\n
      \t\t\t\t\t<div class="logo">\n
      \t\t\t\t\t\t<a href="{{ path('app_home') }}">\n
      \t\t\t\t\t\t\t<img class="logo-light" src="{{ asset('assets/images/logo/logo-textauthentic.png') }}" alt="TextAuthentic Logo">\n
      \t\t\t\t\t\t\t<img class="logo-dark" src="{{ asset('assets/images/logo/logo-textauthentic-white.png') }}"\n
      \t\t\t\t\t\t\t\talt="TextAuthentic Logo">\n
      \t\t\t\t\t\t</a>\n
      \t\t\t\t\t</div>\n
      \t\t\t\t</div>\n
      \t\t\t</div>\n
      \t\t\t<div class="col-lg-6 d-none d-lg-block text-center">\n
      \t\t\t\t<nav class="mainmenu-nav d-none d-lg-inline-block text-center">\n
      \t\t\t\t\t{% include 'partials/dashboard/main_menu.html.twig' %}\n
      \t\t\t\t</nav>\n
      \t\t\t</div>\n
      \t\t\t<div class="col-lg-3 col-md-6 col-6">\n
      \t\t\t\t<div class="header-right">\n
      \n
      \t\t\t\t\t<!-- Start Mobile-Menu-Bar -->\n
      \t\t\t\t\t<div class="mobile-menu-bar ml--10 d-block d-lg-none">\n
      \t\t\t\t\t\t<div class="hamberger">\n
      \t\t\t\t\t\t\t<button class="hamberger-button">\n
      \t\t\t\t\t\t\t\t<i class="fa-sharp fa-regular fa-bars"></i>\n
      \t\t\t\t\t\t\t</button>\n
      \t\t\t\t\t\t</div>\n
      \t\t\t\t\t</div>\n
      \t\t\t\t\t<!-- Start Mobile-Menu-Bar -->\n
      \n
      \t\t\t\t\t<!-- Start Admin meta Group -->\n
      \t\t\t\t\t<div class="rbt-admin-panel account-access rbt-user-wrapper right-align-dropdown">\n
      \t\t\t\t\t\t<div class="rbt-admin-card grid-style">\n
      \t\t\t\t\t\t\t<a class="d-flex align-items-center" href="#">\n
      \t\t\t\t\t\t\t\t<div class="inner d-flex align-items-center">\n
      \t\t\t\t\t\t\t\t\t<div class="img-box">\n
      \t\t\t\t\t\t\t\t\t\t<img src="{{ asset('assets/images/team/team-01sm.jpg') }}" alt="Admin">\n
      \t\t\t\t\t\t\t\t\t</div>\n
      \t\t\t\t\t\t\t\t\t<div class="content">\n
      \t\t\t\t\t\t\t\t\t\t<span class="title ">{{ app.user.name }}</span>\n
      \t\t\t\t\t\t\t\t\t\t<p>{{ app.user.email }}</p>\n
      \t\t\t\t\t\t\t\t\t</div>\n
      \t\t\t\t\t\t\t\t</div>\n
      \t\t\t\t\t\t\t\t<div class="icon">\n
      \t\t\t\t\t\t\t\t\t<i class="fa-sharp fa-solid fa-chevron-down"></i>\n
      \t\t\t\t\t\t\t\t</div>\n
      \t\t\t\t\t\t\t</a>\n
      \t\t\t\t\t\t</div>\n
      \t\t\t\t\t\t<div class="rbt-user-menu-list-wrapper">\n
      \t\t\t\t\t\t\t<div class="inner">\n
      \t\t\t\t\t\t\t\t<div class="rbt-admin-profile">\n
      \t\t\t\t\t\t\t\t\t<div class="admin-thumbnail">\n
      \t\t\t\t\t\t\t\t\t\t<img src="{{ asset('assets/images/team/team-01sm.jpg') }}" alt="User Images">\n
      \t\t\t\t\t\t\t\t\t</div>\n
      \t\t\t\t\t\t\t\t\t<div class="admin-info">\n
      \t\t\t\t\t\t\t\t\t\t<span class="name">{{ app.user.name }}</span>\n
      \t\t\t\t\t\t\t\t\t\t<a class="rbt-btn-link color-primary" href="{{ path('app_profile') }}">{{ 'header.view_profile'|trans }}</a>\n
      \t\t\t\t\t\t\t\t\t</div>\n
      \t\t\t\t\t\t\t\t</div>\n
      \t\t\t\t\t\t\t\t<ul class="user-list-wrapper user-nav">\n
      \t\t\t\t\t\t\t\t\t<li>\n
      \t\t\t\t\t\t\t\t\t\t<a href="{{ path('app_profile') }}">\n
      \t\t\t\t\t\t\t\t\t\t\t<i class="fa-sharp fa-regular fa-user"></i>\n
      \t\t\t\t\t\t\t\t\t\t\t<span>{{ 'header.profile_details'|trans }}</span>\n
      \t\t\t\t\t\t\t\t\t\t</a>\n
      \t\t\t\t\t\t\t\t\t</li>\n
      \t\t\t\t\t\t\t\t</ul>\n
      \t\t\t\t\t\t\t\t<hr class="mt--10 mb--10">\n
      \t\t\t\t\t\t\t\t{# Language Switcher inside dropdown #}\n
      \t\t\t\t\t\t\t\t<ul class="user-list-wrapper">\n
      \t\t\t\t\t\t\t\t\t<li>\n
      \t\t\t\t\t\t\t\t\t\t<a href="{{ path('app_switch_language', {locale: 'en'}) }}" class="{{ app.request.locale == 'en' ? 'color-primary' : '' }}">\n
      \t\t\t\t\t\t\t\t\t\t\t<i class="fa-regular fa-globe"></i>\n
      \t\t\t\t\t\t\t\t\t\t\t<span>English {{ app.request.locale == 'en' ? '✓' : '' }}</span>\n
      \t\t\t\t\t\t\t\t\t\t</a>\n
      \t\t\t\t\t\t\t\t\t</li>\n
      \t\t\t\t\t\t\t\t\t<li>\n
      \t\t\t\t\t\t\t\t\t\t<a href="{{ path('app_switch_language', {locale: 'fr'}) }}" class="{{ app.request.locale == 'fr' ? 'color-primary' : '' }}">\n
      \t\t\t\t\t\t\t\t\t\t\t<i class="fa-regular fa-globe"></i>\n
      \t\t\t\t\t\t\t\t\t\t\t<span>Français {{ app.request.locale == 'fr' ? '✓' : '' }}</span>\n
      \t\t\t\t\t\t\t\t\t\t</a>\n
      \t\t\t\t\t\t\t\t\t</li>\n
      \t\t\t\t\t\t\t\t</ul>\n
      \t\t\t\t\t\t\t\t<hr class="mt--10 mb--10">\n
      \t\t\t\t\t\t\t\t<ul class="user-list-wrapper">\n
      \t\t\t\t\t\t\t\t\t<li>\n
      \t\t\t\t\t\t\t\t\t\t<a href="{{ path('app_logout') }}">\n
      \t\t\t\t\t\t\t\t\t\t\t<i class="fa-sharp fa-solid fa-right-to-bracket"></i>\n
      \t\t\t\t\t\t\t\t\t\t\t<span>{{ 'header.logout'|trans }}</span>\n
      \t\t\t\t\t\t\t\t\t\t</a>\n
      \t\t\t\t\t\t\t\t\t</li>\n
      \t\t\t\t\t\t\t\t</ul>\n
      \t\t\t\t\t\t\t</div>\n
      \t\t\t\t\t\t</div>\n
      \t\t\t\t\t</div>\n
      \t\t\t\t\t<!-- End Admin meta Group -->\n
      \n
      \t\t\t\t\t<div class="expand-btn-grp d-none">\n
      \t\t\t\t\t\t<button class="bg-solid-primary popup-dashboardright-btn">\n
      \t\t\t\t\t\t\t<i class="fa-sharp fa-regular fa-sidebar-flip"></i>\n
      \t\t\t\t\t\t</button>\n
      \t\t\t\t\t</div>\n
      \t\t\t\t</div>\n
      \t\t\t</div>\n
      \t\t</div>\n
      \t</div>\n
      </header>
      """
    -name: "partials/dashboard/header.html.twig"
    -path: "/var/www/html/templates/partials/dashboard/header.html.twig"
  }
  -phpFile: "/var/www/html/vendor/twig/twig/src/Extension/CoreExtension.php"
  -phpLine: 1749
}
  1. <div class="inner d-flex align-items-center">
  2. <div class="img-box">
  3. <img src="{{ asset('assets/images/team/team-01sm.jpg') }}" alt="Admin">
  4. </div>
  5. <div class="content">
  6. <span class="title ">{{ app.user.name }}</span>
  7. <p>{{ app.user.email }}</p>
  8. </div>
  9. </div>
  10. <div class="icon">
  11. <i class="fa-sharp fa-solid fa-chevron-down"></i>
  1. yield "\" alt=\"Admin\">
  2. \t\t\t\t\t\t\t\t\t</div>
  3. \t\t\t\t\t\t\t\t\t<div class=\"content\">
  4. \t\t\t\t\t\t\t\t\t\t<span class=\"title \">";
  5. // line 47
  6. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 47, $this->source); })()), "user", [], "any", false, false, false, 47), "name", [], "any", false, false, false, 47), "html", null, true);
  7. yield "</span>
  8. \t\t\t\t\t\t\t\t\t\t<p>";
  9. // line 48
  10. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 48, $this->source); })()), "user", [], "any", false, false, false, 48), "email", [], "any", false, false, false, 48), "html", null, true);
  11. yield "</p>
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. <body class=\"active-dark-mode\">
  2. \t<main class=\"page-wrapper rbt-dashboard-page\">
  3. \t\t<div class=\"rbt-panel-wrapper\">
  4. \t\t\t";
  5. // line 28
  6. yield from $this->load("partials/dashboard/header.html.twig", 28)->unwrap()->yield($context);
  7. // line 29
  8. yield "\t\t\t";
  9. yield from $this->load("partials/dashboard/mobile_menu.html.twig", 29)->unwrap()->yield($context);
  10. // line 30
  11. yield "
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "pricing/index.html.twig"));
  3. $this->parent = $this->load("layouts/dashboard.html.twig", 1);
  4. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  5. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  6. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. return $this->blocks;
  2. }
  3. public function display(array $context, array $blocks = []): void
  4. {
  5. foreach ($this->yield($context, $blocks) as $data) {
  6. echo $data;
  7. }
  8. }
  9. public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 373)
  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. yield from $this->template->yieldBlock($name, $context);
  2. }
  3. public function render(array $context = []): string
  4. {
  5. return $this->template->render($context);
  6. }
  7. /**
  8. * @return void
  9. */
  1. * @throws SyntaxError When an error occurred during compilation
  2. * @throws RuntimeError When an error occurred during rendering
  3. */
  4. public function render($name, array $context = []): string
  5. {
  6. return $this->load($name)->render($context);
  7. }
  8. /**
  9. * Displays a template.
  10. *
  1. if (null !== $block) {
  2. return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);
  3. }
  4. return $this->container->get('twig')->render($view, $parameters);
  5. }
  6. private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
  7. {
  8. $content = $this->doRenderView($view, $block, $parameters, $method);
  1. return $this->container->get('twig')->render($view, $parameters);
  2. }
  3. private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
  4. {
  5. $content = $this->doRenderView($view, $block, $parameters, $method);
  6. $response ??= new Response();
  7. if (200 === $response->getStatusCode()) {
  8. foreach ($parameters as $v) {
  9. if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
  1. * If an invalid form is found in the list of parameters, a 422 status code is returned.
  2. * Forms found in parameters are auto-cast to form views.
  3. */
  4. protected function render(string $view, array $parameters = [], ?Response $response = null): Response
  5. {
  6. return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
  7. }
  8. /**
  9. * Renders a block in a view.
  10. *
AbstractController->render('pricing/index.html.twig', array('plans' => array(object(Plan), object(Plan), object(Plan)))) in src/Controller/PricingController.php (line 21)
  1. class PricingController extends AbstractController
  2. {
  3. #[Route('/', name: 'app_pricing')]
  4. public function index(PlanRepository $planRepository): Response
  5. {
  6. return $this->render('pricing/index.html.twig', [
  7. 'plans' => $planRepository->findBy([], ['price' => 'ASC']),
  8. ]);
  9. }
  10. private function getStripeConfig(string $slug, string $period): array
  1. $this->dispatcher->dispatch($event, KernelEvents::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, $event);
  9. $this->dispatcher->dispatch($event, KernelEvents::VIEW);
  1. $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2. $this->requestStack->push($request);
  3. $response = null;
  4. try {
  5. return $response = $this->handleRaw($request, $type);
  6. } catch (\Throwable $e) {
  7. if ($e instanceof \Error && !$this->handleAllThrowables) {
  8. throw $e;
  9. }
  1. if (!$this->handlingHttpCache) {
  2. $this->resetServices = true;
  3. }
  4. try {
  5. return $this->getHttpKernel()->handle($request, $type, $catch);
  6. } finally {
  7. --$this->requestStackSize;
  8. }
  9. }
  1. ) {
  2. }
  3. public function run(): int
  4. {
  5. $response = $this->kernel->handle($this->request);
  6. if (Kernel::VERSION_ID >= 60400) {
  7. $response->send(false);
  8. if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in vendor/autoload_runtime.php -> run (line 32)
  1. $app = $app(...$args);
  2. exit(
  3. $runtime
  4. ->getRunner($app)
  5. ->run()
  6. );
require_once('/var/www/html/vendor/autoload_runtime.php') in public/index.php (line 5)
  1. <?php
  2. use App\Kernel;
  3. require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
  4. return function (array $context) {
  5. return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
  6. };

Logs

Level Channel Message
INFO 12:20:17 deprecation User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:136, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)
{
    "exception": {}
}
INFO 12:20:17 request Matched route "_profiler".
{
    "route": "_profiler",
    "route_parameters": {
        "_route": "_profiler",
        "_controller": "web_profiler.controller.profiler::panelAction",
        "token": "8ecfa8"
    },
    "request_uri": "https://www.textauthentic.com/_profiler/8ecfa8",
    "method": "GET"
}

Stack Trace

RuntimeError
Twig\Error\RuntimeError:
Impossible to access an attribute ("name") on a null variable in "partials/dashboard/header.html.twig" at line 47.

  at templates/partials/dashboard/header.html.twig:47
  at Twig\Extension\CoreExtension::getAttribute(object(Environment), object(Source), null, 'name', array(), 'any', false, false, false, 47)
     (var/cache/dev/twig/ae/aea5f725ca21e385d1d2c0f528381c25.php:111)
  at __TwigTemplate_72975786174ecb8bf885847ccea06c5e->doDisplay(array('plans' => array(object(Plan), object(Plan), object(Plan)), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable)), array())
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('plans' => array(object(Plan), object(Plan), object(Plan)), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable)))
     (var/cache/dev/twig/65/651d7366b5ae30d472da56c8a30a59b0.php:117)
  at __TwigTemplate_6f0a9f11c444ecc4a533b50d93ca95d9->doDisplay(array('plans' => array(object(Plan), object(Plan), object(Plan)), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_dc754ae3165ec4ba2e5b4562350e2970), 'block_title'), 'stylesheets' => array(object(__TwigTemplate_dc754ae3165ec4ba2e5b4562350e2970), 'block_stylesheets'), 'main_content_class' => array(object(__TwigTemplate_dc754ae3165ec4ba2e5b4562350e2970), 'block_main_content_class'), 'page_class' => array(object(__TwigTemplate_dc754ae3165ec4ba2e5b4562350e2970), 'block_page_class'), 'content' => array(object(__TwigTemplate_dc754ae3165ec4ba2e5b4562350e2970), 'block_content'), 'javascripts' => array(object(__TwigTemplate_6f0a9f11c444ecc4a533b50d93ca95d9), 'block_javascripts')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('plans' => array(object(Plan), object(Plan), object(Plan)), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_dc754ae3165ec4ba2e5b4562350e2970), 'block_title'), 'stylesheets' => array(object(__TwigTemplate_dc754ae3165ec4ba2e5b4562350e2970), 'block_stylesheets'), 'main_content_class' => array(object(__TwigTemplate_dc754ae3165ec4ba2e5b4562350e2970), 'block_main_content_class'), 'page_class' => array(object(__TwigTemplate_dc754ae3165ec4ba2e5b4562350e2970), 'block_page_class'), 'content' => array(object(__TwigTemplate_dc754ae3165ec4ba2e5b4562350e2970), 'block_content'), 'javascripts' => array(object(__TwigTemplate_6f0a9f11c444ecc4a533b50d93ca95d9), 'block_javascripts')))
     (var/cache/dev/twig/60/6080832f27c48ddc0197b70e4d44cfca.php:57)
  at __TwigTemplate_dc754ae3165ec4ba2e5b4562350e2970->doDisplay(array('plans' => array(object(Plan), object(Plan), object(Plan)), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_dc754ae3165ec4ba2e5b4562350e2970), 'block_title'), 'stylesheets' => array(object(__TwigTemplate_dc754ae3165ec4ba2e5b4562350e2970), 'block_stylesheets'), 'main_content_class' => array(object(__TwigTemplate_dc754ae3165ec4ba2e5b4562350e2970), 'block_main_content_class'), 'page_class' => array(object(__TwigTemplate_dc754ae3165ec4ba2e5b4562350e2970), 'block_page_class'), 'content' => array(object(__TwigTemplate_dc754ae3165ec4ba2e5b4562350e2970), 'block_content')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('plans' => array(object(Plan), object(Plan), object(Plan)), 'ea' => object(AdminContextProvider), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_dc754ae3165ec4ba2e5b4562350e2970), 'block_title'), 'stylesheets' => array(object(__TwigTemplate_dc754ae3165ec4ba2e5b4562350e2970), 'block_stylesheets'), 'main_content_class' => array(object(__TwigTemplate_dc754ae3165ec4ba2e5b4562350e2970), 'block_main_content_class'), 'page_class' => array(object(__TwigTemplate_dc754ae3165ec4ba2e5b4562350e2970), 'block_page_class'), 'content' => array(object(__TwigTemplate_dc754ae3165ec4ba2e5b4562350e2970), 'block_content')))
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->display(array('plans' => array(object(Plan), object(Plan), object(Plan))))
     (vendor/twig/twig/src/Template.php:373)
  at Twig\Template->render(array('plans' => array(object(Plan), object(Plan), object(Plan))))
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render(array('plans' => array(object(Plan), object(Plan), object(Plan))))
     (vendor/twig/twig/src/Environment.php:333)
  at Twig\Environment->render('pricing/index.html.twig', array('plans' => array(object(Plan), object(Plan), object(Plan))))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:467)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView('pricing/index.html.twig', null, array('plans' => array(object(Plan), object(Plan), object(Plan))), 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:472)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender('pricing/index.html.twig', null, array('plans' => array(object(Plan), object(Plan), object(Plan))), null, 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:284)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('pricing/index.html.twig', array('plans' => array(object(Plan), object(Plan), object(Plan))))
     (src/Controller/PricingController.php:21)
  at App\Controller\PricingController->index(object(PlanRepository))
     (vendor/symfony/http-kernel/HttpKernel.php:183)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:76)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:193)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
  at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
     (vendor/autoload_runtime.php:32)
  at require_once('/var/www/html/vendor/autoload_runtime.php')
     (public/index.php:5)