ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"4bbcd6"
exception
Twig\Error\RuntimeError {#4449
  -lineno: 83
  -name: "pages/internes/cit/actualites/show.html.twig"
  -rawMessage: "Variable "page" does not exist."
  -sourcePath: "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/templates/pages/internes/cit/actualites/show.html.twig"
  -sourceCode: """
    {% extends 'layouts/front/baseinternes.html.twig' %}\r\n
    \r\n
    {% block title %}{{ parametres.structure.name ?? company_name }} | {{ title }}{% endblock %}\r\n
    {% block stylesheets %}\r\n
        <link rel="stylesheet" href="{{ asset('assetics/assets/css/animsition.min.css') }}">\r\n
        <link rel="stylesheet" href="{{ asset('assetics/assets/css/animate.min.css') }}">\r\n
        <link rel="stylesheet" href="{{ asset('assetics/assets/css/jquery.fancybox.min.css') }}">\r\n
        <link rel="stylesheet" href="{{ asset('assetics/assets/lib/css/lightgallery.min.css') }}">\r\n
        <link rel="stylesheet" href="{{ asset('assetics/assets/css/style3.min.css') }}">\r\n
        <style>\r\n
            .blog-single-aside__content .title{\r\n
                color: #993300!important;\r\n
                text-shadow: none!important;\r\n
            }\r\n
        </style>\r\n
    {% endblock %}\r\n
    {% block body %}\r\n
        <section class="top-banniere">\r\n
            <div class="page-banner" style="background-image: url(\r\n
            {% if actualite.bandeaufile %}\r\n
                {{ vich_uploader_asset(actualite, 'imageBandeauFile') | imagine_filter('bandeau') }}\r\n
            {% elseif actualite.filename %}\r\n
                {{ vich_uploader_asset(actualite, 'imageFile') | imagine_filter('bandeau') }}\r\n
            {% else %}\r\n
                {{ asset('assetics/internes/images/empty.jpg') }}\r\n
            {% endif %}\r\n
            )">\r\n
                {{ fil_arial(title) }}\r\n
            </div>\r\n
        </section>\r\n
    \r\n
        <section class="tour-item-banner-2">\r\n
            <div class="container">\r\n
                <h4 class="pull-right"><a href="{{ path('home') }}">Accueil</a> / {{ menu }} / <span> {{ title }}</span></h4>\r\n
            </div>\r\n
        </section>\r\n
    \r\n
    \r\n
        <section>\r\n
            <div class="container">\r\n
                <div class="row">\r\n
                    <div class="col-lg-9">\r\n
                        <aside>\r\n
                            <div class="blog-single-aside" style="padding: 20px 30px 30px 0;">\r\n
                                <div class="blog-single-aside__thumbnail">\r\n
                                    {% if actualite.filename %}\r\n
                                        <img src="{{ vich_uploader_asset(actualite, 'imageFile') | imagine_filter('medium') }}" alt="{{ actualite.name }}">\r\n
                                    {% else %}\r\n
                                        <img src="{{ asset('assetics/internes/images/empty.jpg') }}" alt="{{ actualite.name }}">\r\n
                                    {% endif %}\r\n
                                </div>\r\n
                                <div class="blog-single-aside__time">\r\n
                                    {#<span><i class="far fa-calendar-check"></i> {{ actualite.createdAt|date('d/m/Y H:i:s') }} </span>\r\n
                                    <span><i class="far fa-user"></i> {{ actualite.user.username }} </span>\r\n
                                    <span><i class="far fa-comment-alt"></i> 6 commnets </span>#}\r\n
                                </div>\r\n
                                <div class="blog-single-aside__content">\r\n
                                    <h3>{{ title }}</h3>\r\n
                                    <div class="text-justify mb-lg-3">\r\n
                                        {{ actualite.content|raw }}\r\n
                                    </div>\r\n
                                </div>\r\n
                                <div class="blog-single-aside__tag">\r\n
                                    <div class="blog-single-aside__tag__item">\r\n
                                        <span>Catégorie: </span>\r\n
                                        <p>{{ actualite.categories.name }}</p>\r\n
                                    </div>\r\n
                                    <div class="blog-single-aside__tag__item">\r\n
                                        <span>Partager: </span>\r\n
                                        <a href="#"><img src="{{ asset('assetics/internes/images/blog/ins.png') }}" alt="share1"></a>\r\n
                                        <a href="#"><img src="{{ asset('assetics/internes/images/blog/facebook.png') }}" alt="share2"></a>\r\n
                                        <a href="#"><img src="{{ asset('assetics/internes/images/blog/twit.png') }}" alt="share3"></a>\r\n
                                    </div>\r\n
                                </div>\r\n
                            </div>\r\n
    \r\n
                            {% if actualite.mediasactualites|length != 0%}\r\n
                                <div>\r\n
                                    <div id="dgwt-jg-1" data-thumb="true" data-height="160" class="dgwt-jg-gallery dgwt-jg-style1 dgwt-jg-1 ">\r\n
                                        {% for index, media in actualite.mediasactualites %}\r\n
                                            <a style="background-size: cover!important;" href="{{ vich_uploader_asset(media, 'imageFile') | imagine_filter('large') }}"\r\n
                                               class="dgwt-jg-item"\r\n
                                               data-sub-html="<h4>{{ media.name ?? page.name }}</h4><div class='dgwt-jg-item-desc'>{{ media.name ?? actualite.name }}</div>"><img\r\n
                                                        data-lazy-src="{{ vich_uploader_asset(media, 'imageFile') | imagine_filter('medium') }}"\r\n
                                                        src="{{ vich_uploader_asset(media, 'imageFile') | imagine_filter('medium') }}"\r\n
                                                        class="s-img-switch" alt=""/>\r\n
                                                <div class="dgwt-jg-caption"><span>{{ media.name ?? actualite.name }}</span></div>\r\n
                                            </a>\r\n
                                        {% endfor %}\r\n
                                    </div>\r\n
                                </div>\r\n
                            {% endif %}\r\n
    \r\n
                            {#{% if actualite.mediasactualites|length != 0%}\r\n
                                <!-- gallery-syncing-item -->\r\n
                                <div class="gallery-syncing-item" style="margin-bottom: 0px!important;padding: 0px 30px 30px 0px;">\r\n
                                    <div class="gallery-syncing-item__single">\r\n
                                        {% for index, media in actualite.mediasactualites %}\r\n
                                            <div class="gallery-syncing-item__single__item">\r\n
                                                {% if actualite.filename %}\r\n
                                                    <img src="{{ vich_uploader_asset(media, 'imageFile') | imagine_filter('medium') }}" style="width: 100%" alt="{{ media.name ?? actualite.name }}">\r\n
                                                {% endif %}\r\n
                                            </div>\r\n
                                        {% endfor %}\r\n
                                    </div>\r\n
                                    <div class="gallery-syncing-item__nav">\r\n
                                        {% for index, media in actualite.mediasactualites %}\r\n
                                        <div class="gallery-syncing-item__nav__item">\r\n
                                            {% if actualite.filename %}\r\n
                                                <img src="{{ vich_uploader_asset(media, 'imageFile') | imagine_filter('thumbnail_gallery') }}" alt="{{ media.name ?? actualite.name }}">\r\n
                                            {% endif %}\r\n
                                        </div>\r\n
                                        {% endfor %}\r\n
                                    </div>\r\n
                                </div>\r\n
                                <!--end  gallery-syncing-item -->\r\n
                            {% endif %}#}\r\n
                            {% if actualites|length != 0 %}\r\n
                                <div class="blog-single-aside__content">\r\n
                                    <h3 class="blog-single-aside__tag">D'autres articles qui pourraient vous intéresser</h3>\r\n
                                    <div class="row">\r\n
                                        {% include 'pages/internes/cit/actualites/partials/__card_random.html.twig' with {actualites: actualites } %}\r\n
                                    </div>\r\n
                                </div>\r\n
                            {% endif %}\r\n
                        </aside>\r\n
                    </div>\r\n
    \r\n
                    <div class="col-lg-3">\r\n
                        {% include 'pages/partials/__sidebar.html.twig' %}\r\n
                    </div>\r\n
                </div>\r\n
            </div>\r\n
        </section>\r\n
    {% endblock %}\r\n
    {% block javascripts %}\r\n
        <script src="{{ asset('assetics/assets/js/jquery-3.3.1.min.js') }}"></script>\r\n
        <script src="{{ asset('assetics/assets/js/equalHeightsPlugin.min.js') }}"></script>\r\n
        <script src="{{ asset('assetics/assets/js/jquery.fancybox.min.js') }}"></script>\r\n
        <script src="{{ asset('assetics/assets/js/jquery.fitvids.min.js') }}"></script>\r\n
        <script src="{{ asset('assetics/assets/js/swiper3.min.js') }}"></script>\r\n
        <script src="{{ asset('assetics/assets/lib/js/lightgallery.min.js') }}"></script>\r\n
        <script src="{{ asset('assetics/assets/lib/js/jquery.justifiedGallery.min.js') }}"></script>\r\n
        <script src="{{ asset('assetics/assets/js/jquery.sliphover.min.js') }}"></script>\r\n
        <script src="{{ asset('assetics/assets/js/script.js') }}"></script>\r\n
    {% endblock %}
    """
  #message: "Variable "page" does not exist."
  #code: 0
  #file: "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/templates/pages/internes/cit/actualites/show.html.twig"
  #line: 83
  trace: {
    /var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/templates/pages/internes/cit/actualites/show.html.twig:83 {
      __TwigTemplate_8617f0871b58449fc927a7e81c2c4aec889196d6ad8f8ccd34e393c0371ecadd->{closure} …
      › class="dgwt-jg-item"\rdata-sub-html="<h4>{{ media.name ?? page.name }}</h4><div class='dgwt-jg-item-desc'>{{ media.name ?? actualite.name }}</div>"><img\r         data-lazy-src="{{ vich_uploader_asset(media, 'imageFile') | imagine_filter('medium') }}"\r
    }
    /var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/twig/twig/src/Environment.php:358 {
      __TwigTemplate_8617f0871b58449fc927a7e81c2c4aec889196d6ad8f8ccd34e393c0371ecadd->block_body($context, array $blocks = []) …
      ›      */    eval('?>'.$content);}
    }
    /var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/twig/twig/src/Template.php:171 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
      › try {    $template->$block($context, $blocks);} catch (Error $e) {
    }
    /var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/twig/twig/src/Environment.php:358 {
      __TwigTemplate_b27433318bf20a1e43cc815407e18a97127f798086a83a05287d8b026a0410e6->doDisplay(array $context, array $blocks = []) …
      ›      */    eval('?>'.$content);}
    }
    /var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/twig/twig/src/Environment.php:358 {
      __TwigTemplate_8617f0871b58449fc927a7e81c2c4aec889196d6ad8f8ccd34e393c0371ecadd->doDisplay(array $context, array $blocks = []) …
      ›      */    eval('?>'.$content);}
    }
    /var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/twig/twig/src/Template.php:379 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/twig/twig/src/TemplateWrapper.php:40 {
      Twig\TemplateWrapper->render(array $context = []): string …
      ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
    }
    /var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/twig/twig/src/Environment.php:277 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/framework-bundle/Controller/AbstractController.php:258 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
    }
    /var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/framework-bundle/Controller/AbstractController.php:266 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
      › {    $content = $this->renderView($view, $parameters);}
    /var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/src/Controller/Actualites/ActualitesController.php:82 {
      App\Controller\Actualites\ActualitesController->show($slug, Actualites $actualite): Response …
      ›     'menu' => "Cote d'Ivoire",    'current_page' => 'cit']);
    }
    /var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php:152 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php:74 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#346 …6}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
connection
"close"
cookie
"PHPSESSID=3mme86isor9okueohio8upvb9j"
host
"akwabacheznous.com"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-accel-internal
"/internal-nginx-static-location"
x-php-ob-level
"1"
x-real-ip
"216.73.216.78"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Tue, 01 Sep 2026 11:43:19 GMT"
x-debug-exception
"Variable%20%22page%22%20does%20not%20exist."
x-debug-exception-file
"%2Fvar%2Fwww%2Fvhosts%2Fgibtp.ci%2Fakwabacheznous.com%2Fcit%2Fsite%2Ftemplates%2Fpages%2Finternes%2Fcit%2Factualites%2Fshow.html.twig:83"
x-debug-token
"7627e9"

Cookies

Request Cookies

Key Value
PHPSESSID
"3mme86isor9okueohio8upvb9j"

Response Cookies

No response cookies

Session 7

Session Metadata

Key Value
Created
"Tue, 01 Sep 26 11:43:19 +0000"
Last used
"Tue, 01 Sep 26 11:43:19 +0000"
Lifetime
0

Session Attributes

No session attributes

Session Usage

7 Usages
Stateless check enabled
Usage
App\EventSubscriber\LocaleSubscriber:28
[
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/src/EventSubscriber/LocaleSubscriber.php"
    "line" => 28
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "App\EventSubscriber\LocaleSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 128
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
    "line" => 65
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 109
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 39
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 73
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 128
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 173
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 85
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 213
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 85
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 173
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 85
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 213
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 85
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 74
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 173
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 85
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 213
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 85
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 75
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 173
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 85
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 213
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 85
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 76
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 173
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 85
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 213
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 85
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"bbf12342fe47d44582de4f19010c175c"
DATABASE_URL
"mysql://cit2020:Vn2g$6i9@localhost:3306/cit2020?serverVersion=5.7.33"
MAILER_DSN
"smtp://localhost:1025"
MAILER_SENDER_EMAIL
"dev@web-symphonie.com"
MAILER_SENDER_NAME
"Web Symphonie"
MAILER_URL
"smtp://localhost:1025"
SECURE_SHEME
"https"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
BASE
"/cit/site/public"
CONTEXT_DOCUMENT_ROOT
"/var/www/vhosts/gibtp.ci/akwabacheznous.com"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/vhosts/gibtp.ci/akwabacheznous.com"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/vhosts/gibtp.ci"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_CONNECTION
"close"
HTTP_COOKIE
"PHPSESSID=3mme86isor9okueohio8upvb9j"
HTTP_HOST
"akwabacheznous.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_ACCEL_INTERNAL
"/internal-nginx-static-location"
HTTP_X_REAL_IP
"216.73.216.78"
PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/cit/site/public/index.php"
QUERY_STRING
""
REDIRECT_BASE
"/cit/site/public"
REDIRECT_HTTPS
"on"
REDIRECT_PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_SCRIPT_URI
"https://akwabacheznous.com/cit/site/public/ci-tourisme/actualites/promotion-du-tourisme-interieur-la-directrice-generale-de-cote-divoire-tourisme-aupres-de-promoteurs-locaux-a-grand-bassam/55"
REDIRECT_SCRIPT_URL
"/cit/site/public/ci-tourisme/actualites/promotion-du-tourisme-interieur-la-directrice-generale-de-cote-divoire-tourisme-aupres-de-promoteurs-locaux-a-grand-bassam/55"
REDIRECT_SSL_TLS_SNI
"akwabacheznous.com"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"apa6VhKc5d5_BPcADOenAwAAABA"
REDIRECT_URL
"/cit/site/public/ci-tourisme/actualites/promotion-du-tourisme-interieur-la-directrice-generale-de-cote-divoire-tourisme-aupres-de-promoteurs-locaux-a-grand-bassam/55"
REMOTE_ADDR
"216.73.216.78"
REMOTE_PORT
"44658"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1788262998
REQUEST_TIME_FLOAT
1788262998.6228
REQUEST_URI
"/cit/site/public/ci-tourisme/actualites/promotion-du-tourisme-interieur-la-directrice-generale-de-cote-divoire-tourisme-aupres-de-promoteurs-locaux-a-grand-bassam/55"
SCRIPT_FILENAME
"/var/www/vhosts/gibtp.ci/akwabacheznous.com/cit/site/public/index.php"
SCRIPT_NAME
"/cit/site/public/index.php"
SCRIPT_URI
"https://akwabacheznous.com/cit/site/public/ci-tourisme/actualites/promotion-du-tourisme-interieur-la-directrice-generale-de-cote-divoire-tourisme-aupres-de-promoteurs-locaux-a-grand-bassam/55"
SCRIPT_URL
"/cit/site/public/ci-tourisme/actualites/promotion-du-tourisme-interieur-la-directrice-generale-de-cote-divoire-tourisme-aupres-de-promoteurs-locaux-a-grand-bassam/55"
SERVER_ADDR
"51.91.131.222"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"akwabacheznous.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SIGNATURE
"<address>Apache Server at akwabacheznous.com Port 443</address>\n"
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"akwabacheznous.com"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MAILER_URL,MAILER_DSN,MAILER_SENDER_EMAIL,MAILER_SENDER_NAME,SECURE_SHEME"
UNIQUE_ID
"apa6VhKc5d5_BPcADOenAwAAABA"
USER
"gibtp"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = f413e9)

Key Value
_controller
"App\Controller\Actualites\ActualitesController::show"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"cit.actualites.show"
_route_params
[
  "slug" => "promotion-du-tourisme-interieur-la-directrice-generale-de-cote-divoire-tourisme-aupres-de-promoteurs-locaux-a-grand-bassam"
  "id" => "55"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"4e1bb7"
actualite
App\Entity\Actualites\Actualites {#1170
  -name: "Promotion du tourisme intérieur: La Directrice Générale de Côte d'Ivoire Tourisme auprès de promoteurs locaux à Grand Bassam"
  -description: "Dans le cadre de la relance du tourisme intérieur, durement affecté par la pandémie de la maladie à Coronavirus, la Directrice Générale de Côte d'Ivoire a entamé une tournée auprès d'opérateurs"
  -content: """
    <p>Dans le cadre de la relance du tourisme int&eacute;rieur, durement affect&eacute; par la pand&eacute;mie de la maladie &agrave; Coronavirus, la Directrice G&eacute;n&eacute;rale de C&ocirc;te d&#39;Ivoire a entam&eacute; une tourn&eacute;e aupr&egrave;s d&#39;op&eacute;rateurs du secteur, en vue de s&#39;impr&eacute;gner de leurs difficult&eacute;s et attentes, afin d&#39;y apporter des r&eacute;ponses concr&egrave;tes.</p>\r\n
    \r\n
    <p>Pour la premi&egrave;re &eacute;tape de cette tourn&eacute;e, la Directrice G&eacute;n&eacute;rale de C&ocirc;te d&#39;Ivoire Tourisme, Nass&eacute;n&eacute;ba Tour&eacute; s&#39;est rendue dans la cit&eacute; baln&eacute;aire de Grand Bassam, &agrave; environ 20km au sud d&#39;Abidjan.</p>\r\n
    \r\n
    <p>Situ&eacute; entre Mer et Lagune, le complexe Coconut&#39;s village, est le premier &eacute;tablissement a accueilli le mercredi 3 F&eacute;vrier la d&eacute;l&eacute;gation conduite par la Directrice G&eacute;n&eacute;rale de l&#39;Office national de promotion du Tourisme. La g&eacute;rante de cet &#39;&#39;oasis de bonheur&#39;&#39;, Mme Ciss&eacute; a expliqu&eacute; les difficult&eacute;s que traverse son &eacute;tablissement du fait de la COVID 19, qui a consid&eacute;rablement impact&eacute; les activit&eacute;s de son &eacute;tablissement. Selon Mme Ciss&eacute;, depuis la survenue de la pand&eacute;mie de la maladie &agrave; Coronavirus, l&#39;&eacute;tablissement h&ocirc;telier a enregistr&eacute; une baisse consid&eacute;rable de son chiffre d&#39;affaire, du fait de la chute du taux d&#39;occupation des chambres. Cet &eacute;tablissement h&ocirc;telier, fr&eacute;quent&eacute; majoritairement par les touristes &eacute;trangers, ressent fortement les effets de la COVID 19. Mme Ciss&eacute; a sollicit&eacute; l&#39;appui de l&#39;Etat &agrave; travers l&#39;Office national du Tourisme, dans la promotion du tourisme local et ainsi palier &agrave; l&#39;absence de touristes &eacute;trangers. Et &eacute;galement pour un &eacute;ventuel accompagnement financier de l&#39;Etat.</p>\r\n
    \r\n
    <p>En r&eacute;ponse aux pr&eacute;occupations &eacute;voqu&eacute;es par la g&eacute;rante de ce complexe h&ocirc;telier, la Directrice G&eacute;n&eacute;rale de C&ocirc;te d&#39;Ivoire Tourisme a rassur&eacute; sur l&#39;engagement de l&#39;Office national du Tourisme &agrave; &ecirc;tre aux c&ocirc;t&eacute;s des op&eacute;rateurs du secteur en vue de trouver des solutions idoines devant cette situation qu&#39;ils traversent. &#39;&#39;Nous trouverons les canaux pour sensibiliser les populations ivoiriennes &agrave; venir d&eacute;couvrir ce genre de sites capables d&#39;accueillir parents et enfants avec les commodit&eacute;s excellentes&#39;&#39;, a d&eacute;clar&eacute; Nass&eacute;n&eacute;ba Tour&eacute;.&nbsp;</p>\r\n
    \r\n
    <p>La d&eacute;l&eacute;gation conduite par la Directrice G&eacute;n&eacute;rale s&#39;est ensuite rendue &agrave; Kamonarde 2, un autre &eacute;tablissement h&ocirc;telier dont la situation reste similaire &agrave; celle de &#39;&#39;Coconut&#39;s Village&#39;&#39;. Apr&egrave;s les civilit&eacute;s et les &eacute;changes avec les responsables de ce complexe, Tour&eacute; Nass&eacute;n&eacute;ba a visit&eacute; le Mus&eacute;e du Costume, dont les activit&eacute;s subissent &eacute;galement les effets de la COVID 19. La Directrice G&eacute;n&eacute;rale a promis que les probl&egrave;mes &eacute;voqu&eacute;s seront adress&eacute;s par l&#39;Etat de concert avec les op&eacute;rateurs du secteur.</p>\r\n
    \r\n
    <p>Nass&eacute;n&eacute;ba Tour&eacute; a saisi l&#39;occasion de sa pr&eacute;sence &agrave; Grand Bassam pour visiter l&#39;Orphelinat des jeunes filles. La Directrice de C&ocirc;te d&#39;Ivoire Tourisme y a fait un important don constitu&eacute; de kits sanitaires, de vivres et non vivres estim&eacute;s &agrave; un peu plus de 2 millions de F CFA.</p>\r\n
    \r\n
    <p>La d&eacute;l&eacute;gation conduite par Nass&eacute;n&eacute;ba Tour&eacute; a quitt&eacute; Grand Bassam, apr&egrave;s un &eacute;change avec M.Abley, le Directeur du complexe h&ocirc;telier &#39;&#39;l&#39;Etoile du Sud&#39;&#39;.</p>\r\n
    \r\n
    <p>La Directrice G&eacute;n&eacute;rale de C&ocirc;te d&#39;Ivoire Tourisme a d&eacute;cid&eacute; de faire de la relance du tourisme local, une des priorit&eacute;s de l&#39;Office national de promotion du Tourisme.</p>
    """
  -imageFile: null
  -filename: "60d49c923c29f464524938.jpg"
  -online: true
  -user: Proxies\__CG__\App\Entity\User {#1177 …}
  -categories: Proxies\__CG__\App\Entity\Actualites\Categories {#1134 …}
  -featured: false
  -mediasactualites: Doctrine\ORM\PersistentCollection {#1148 …}
  -views: 2166
  -updatedBy: null
  -published: "24/06/2021"
  -imageBandeauFile: null
  -bandeaufile: null
  #id: 55
  -ordre: 0
  -createdAt: DateTimeImmutable @1624546450 {#1173
    date: 2021-06-24 14:54:10.0 UTC (+00:00)
  }
  -updatedAt: DateTimeImmutable @1788262999 {#1128
    date: 2026-09-01 11:43:19.389391 UTC (+00:00)
  }
  -slug: "promotion-du-tourisme-interieur-la-directrice-generale-de-cote-divoire-tourisme-aupres-de-promoteurs-locaux-a-grand-bassam"
}
id
"55"
slug
"promotion-du-tourisme-interieur-la-directrice-generale-de-cote-divoire-tourisme-aupres-de-promoteurs-locaux-a-grand-bassam"