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 : { { __TwigTemplate_8617f0871b58449fc927a7e81c2c4aec889196d6ad8f8ccd34e393c0371ecadd->{closure} … › |
| 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é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 du secteur, en vue de s'imprégner de leurs difficultés et attentes, afin d'y apporter des réponses concrètes.</p>\r\n \r\n <p>Pour la première étape de cette tournée, la Directrice Générale de Côte d'Ivoire Tourisme, Nassénéba Touré s'est rendue dans la cité balnéaire de Grand Bassam, à environ 20km au sud d'Abidjan.</p>\r\n \r\n <p>Situé entre Mer et Lagune, le complexe Coconut's village, est le premier établissement a accueilli le mercredi 3 Février la délégation conduite par la Directrice Générale de l'Office national de promotion du Tourisme. La gérante de cet ''oasis de bonheur'', Mme Cissé a expliqué les difficultés que traverse son établissement du fait de la COVID 19, qui a considérablement impacté les activités de son établissement. Selon Mme Cissé, depuis la survenue de la pandémie de la maladie à Coronavirus, l'établissement hôtelier a enregistré une baisse considérable de son chiffre d'affaire, du fait de la chute du taux d'occupation des chambres. Cet établissement hôtelier, fréquenté majoritairement par les touristes étrangers, ressent fortement les effets de la COVID 19. Mme Cissé a sollicité l'appui de l'Etat à travers l'Office national du Tourisme, dans la promotion du tourisme local et ainsi palier à l'absence de touristes étrangers. Et également pour un éventuel accompagnement financier de l'Etat.</p>\r\n \r\n <p>En réponse aux préoccupations évoquées par la gérante de ce complexe hôtelier, la Directrice Générale de Côte d'Ivoire Tourisme a rassuré sur l'engagement de l'Office national du Tourisme à être aux côtés des opérateurs du secteur en vue de trouver des solutions idoines devant cette situation qu'ils traversent. ''Nous trouverons les canaux pour sensibiliser les populations ivoiriennes à venir découvrir ce genre de sites capables d'accueillir parents et enfants avec les commodités excellentes'', a déclaré Nassénéba Touré. </p>\r\n \r\n <p>La délégation conduite par la Directrice Générale s'est ensuite rendue à Kamonarde 2, un autre établissement hôtelier dont la situation reste similaire à celle de ''Coconut's Village''. Après les civilités et les échanges avec les responsables de ce complexe, Touré Nassénéba a visité le Musée du Costume, dont les activités subissent également les effets de la COVID 19. La Directrice Générale a promis que les problèmes évoqués seront adressés par l'Etat de concert avec les opérateurs du secteur.</p>\r\n \r\n <p>Nassénéba Touré a saisi l'occasion de sa présence à Grand Bassam pour visiter l'Orphelinat des jeunes filles. La Directrice de Côte d'Ivoire Tourisme y a fait un important don constitué de kits sanitaires, de vivres et non vivres estimés à un peu plus de 2 millions de F CFA.</p>\r\n \r\n <p>La délégation conduite par Nassénéba Touré a quitté Grand Bassam, après un échange avec M.Abley, le Directeur du complexe hôtelier ''l'Etoile du Sud''.</p>\r\n \r\n <p>La Directrice Générale de Côte d'Ivoire Tourisme a décidé de faire de la relance du tourisme local, une des priorités de l'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 : 2021-06-24 14:54:10.0 UTC (+00:00) } -updatedAt: DateTimeImmutable @1788262999 {#1128 : 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" |