CartController :: viewCart
Request
GET Parameters
Key | Value |
---|---|
url | "panier" |
POST Parameters
No POST parameters
Uploaded Files
No files were uploaded
Request Attributes
Key | Value |
---|---|
_controller | "App\Controller\CartController::viewCart" |
_firewall_context | "security.firewall.map.context.main" |
_locale | "fr" |
_route | "viewCart" |
_route_params | [ "_locale" => "fr" ] |
_template | Sensio\Bundle\FrameworkExtraBundle\Configuration\Template {#553 #template: "frontend/cart.html.twig" -vars: [] -streamable: false -owner: [ App\Controller\CartController {#224 -session: Symfony\Component\HttpFoundation\Session\Session {#198 …} #container: Symfony\Component\DependencyInjection\Argument\ServiceLocator {#153 …} } "viewCart" ] } |
Request Headers
Header | Value |
---|---|
accept-encoding | "gzip" |
cache-control | "max-age=259200" |
connection | "keep-alive" |
host | "staging.maturin.ca" |
user-agent | "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.6 Safari/532.2" |
x-php-ob-level | "1" |
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 | "Fri, 15 Aug 2025 11:06:35 GMT" |
x-debug-token | "584e61" |
x-debug-token-link | "http://staging.maturin.ca/_profiler/4eb02e" |
x-previous-debug-token | "4eb02e" |
Cookies
Request Cookies
No request cookies
Response Cookies
No response cookies
Session
Session Metadata
No session metadata
Session Attributes
No session attributes
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
Key | Value |
---|---|
ADMIN_TO_SEND_ADDRESS | "maxime@maturin.ca" |
APP_DEBUG | "1" |
APP_ENV | "dev" |
APP_SECRET | "ece17b137845c6af87737a7b429bf83e" |
DATABASE_URL | "mysql://dev:adf98hj248r7hdasfSDF23r@127.0.0.1:3306/omelodev" |
DEV_TO_MAIL_ADDRESS | "maxime@maturin.ca" |
ELASTICSEARCH_HOST | "127.0.0.1" |
ELASTICSEARCH_PORT | "9200" |
ENABLE_TWIG_CACHE | "true" |
MAILER_FROM | "reply-message@maturin.ca" |
MAILER_URL | "smtp://mail.maturin.ca:587?encryption=&auth_mode=&username=maxime@maturin.ca&password=y3TE3dK7" |
SOLEXIS_API_HOST | "https://maturin-dev.solutionextreme.com/api/" |
SOLEXIS_NEW_API_HOST | "https://maturin-dev.solutionextreme.com/api/" |
STRIPE_API_KEY | "sk_test_cLLpvDdtubdfD3HTPOK3uEoC" |
STRIPE_API_PKEY | "pk_test_Hk3TQ3qfUi6YJ5ZTc2jdQB3X" |
Defined as regular env variables
Key | Value |
---|---|
CONTEXT_DOCUMENT_ROOT | "/var/www/html/Markego/public" |
CONTEXT_PREFIX | "" |
DOCUMENT_ROOT | "/var/www/html/Markego/public" |
GATEWAY_INTERFACE | "CGI/1.1" |
HTTP_ACCEPT_ENCODING | "gzip" |
HTTP_CACHE_CONTROL | "max-age=259200" |
HTTP_CONNECTION | "keep-alive" |
HTTP_HOST | "staging.maturin.ca" |
HTTP_USER_AGENT | "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.6 Safari/532.2" |
PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" |
PHP_SELF | "/index.php" |
QUERY_STRING | "url=panier" |
REDIRECT_QUERY_STRING | "url=panier" |
REDIRECT_STATUS | "200" |
REDIRECT_URL | "/panier" |
REMOTE_ADDR | "146.174.189.99" |
REMOTE_PORT | "39275" |
REQUEST_METHOD | "GET" |
REQUEST_SCHEME | "http" |
REQUEST_TIME | 1755255995 |
REQUEST_TIME_FLOAT | 1755255995.649 |
REQUEST_URI | "/panier" |
SCRIPT_FILENAME | "/var/www/html/Markego/public/index.php" |
SCRIPT_NAME | "/index.php" |
SERVER_ADDR | "51.79.50.9" |
SERVER_ADMIN | "webmaster@localhost" |
SERVER_NAME | "staging.maturin.ca" |
SERVER_PORT | "80" |
SERVER_PROTOCOL | "HTTP/1.1" |
SERVER_SIGNATURE | "<address>Apache/2.4.41 (Ubuntu) Server at staging.maturin.ca Port 80</address>\n" |
SERVER_SOFTWARE | "Apache/2.4.41 (Ubuntu)" |
SYMFONY_DOTENV_VARS | "APP_ENV,APP_DEBUG,APP_SECRET,DATABASE_URL,MAILER_URL,MAILER_FROM,DEV_TO_MAIL_ADDRESS,ADMIN_TO_SEND_ADDRESS,ELASTICSEARCH_HOST,ELASTICSEARCH_PORT,STRIPE_API_KEY,STRIPE_API_PKEY,SOLEXIS_API_HOST,SOLEXIS_NEW_API_HOST,ENABLE_TWIG_CACHE" |
Sub Requests 1
ExceptionController :: showAction (token = 4eb02e)
Key | Value |
---|---|
_controller | "twig.controller.exception::showAction" |
exception | Symfony\Component\ErrorHandler\Exception\FlattenException {#5742 -message: "Failed to start the session: already started by PHP." -code: 0 -previous: null -trace: [ [ "namespace" => "" "short_class" => "" "class" => "" "type" => "" "function" => "" "file" => "/var/www/html/Markego/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php" "line" => 143 "args" => [] ] [ "namespace" => "Symfony\Component\HttpFoundation\Session\Storage" "short_class" => "NativeSessionStorage" "class" => "Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage" "type" => "->" "function" => "start" "file" => "/var/www/html/Markego/vendor/symfony/http-foundation/Session/Session.php" "line" => 52 "args" => [] ] [ "namespace" => "Symfony\Component\HttpFoundation\Session" "short_class" => "Session" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" "function" => "start" "file" => "/var/www/html/Markego/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php" "line" => 77 "args" => [] ] [ "namespace" => "Symfony\Component\Security\Csrf\TokenStorage" "short_class" => "SessionTokenStorage" "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage" "type" => "->" "function" => "hasToken" "file" => "/var/www/html/Markego/vendor/symfony/security-csrf/CsrfTokenManager.php" "line" => 72 "args" => [] ] [ "namespace" => "Symfony\Component\Security\Csrf" "short_class" => "CsrfTokenManager" "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager" "type" => "->" "function" => "getToken" "file" => "/var/www/html/Markego/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php" "line" => 84 "args" => [] ] [ "namespace" => "Symfony\Component\Form\Extension\Csrf\Type" "short_class" => "FormTypeCsrfExtension" "class" => "Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension" "type" => "->" "function" => "finishView" "file" => "/var/www/html/Markego/vendor/symfony/form/ResolvedFormType.php" "line" => 168 "args" => [] ] [ "namespace" => "Symfony\Component\Form" "short_class" => "ResolvedFormType" "class" => "Symfony\Component\Form\ResolvedFormType" "type" => "->" "function" => "finishView" "file" => "/var/www/html/Markego/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php" "line" => 111 "args" => [] ] [ "namespace" => "Symfony\Component\Form\Extension\DataCollector\Proxy" "short_class" => "ResolvedTypeDataCollectorProxy" "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy" "type" => "->" "function" => "finishView" "file" => "/var/www/html/Markego/vendor/symfony/form/ResolvedFormType.php" "line" => 161 "args" => [] ] [ "namespace" => "Symfony\Component\Form" "short_class" => "ResolvedFormType" "class" => "Symfony\Component\Form\ResolvedFormType" "type" => "->" "function" => "finishView" "file" => "/var/www/html/Markego/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php" "line" => 111 "args" => [] ] [ "namespace" => "Symfony\Component\Form\Extension\DataCollector\Proxy" "short_class" => "ResolvedTypeDataCollectorProxy" "class" => "Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy" "type" => "->" "function" => "finishView" "file" => "/var/www/html/Markego/vendor/symfony/form/Form.php" "line" => 1038 "args" => [] ] [ "namespace" => "Symfony\Component\Form" "short_class" => "Form" "class" => "Symfony\Component\Form\Form" "type" => "->" "function" => "createView" "file" => "/var/www/html/Markego/src/Controller/CartController.php" "line" => 2655 "args" => [] ] [ "namespace" => "App\Controller" "short_class" => "CartController" "class" => "App\Controller\CartController" "type" => "->" "function" => "viewCart" "file" => "/var/www/html/Markego/vendor/symfony/http-kernel/HttpKernel.php" "line" => 146 "args" => [] ] [ "namespace" => "Symfony\Component\HttpKernel" "short_class" => "HttpKernel" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" "function" => "handleRaw" "file" => "/var/www/html/Markego/vendor/symfony/http-kernel/HttpKernel.php" "line" => 68 "args" => [] ] [ "namespace" => "Symfony\Component\HttpKernel" "short_class" => "HttpKernel" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" "function" => "handle" "file" => "/var/www/html/Markego/vendor/symfony/http-kernel/Kernel.php" "line" => 201 "args" => [] ] [ "namespace" => "Symfony\Component\HttpKernel" "short_class" => "Kernel" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" "function" => "handle" "file" => "/var/www/html/Markego/public/index.php" "line" => 35 "args" => [] ] ] -traceAsString: """ #0 /var/www/html/Markego/vendor/symfony/http-foundation/Session/Session.php(52): Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start()\n #1 /var/www/html/Markego/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php(77): Symfony\Component\HttpFoundation\Session\Session->start()\n #2 /var/www/html/Markego/vendor/symfony/security-csrf/CsrfTokenManager.php(72): Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage->hasToken()\n #3 /var/www/html/Markego/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php(84): Symfony\Component\Security\Csrf\CsrfTokenManager->getToken()\n #4 /var/www/html/Markego/vendor/symfony/form/ResolvedFormType.php(168): Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension->finishView()\n #5 /var/www/html/Markego/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php(111): Symfony\Component\Form\ResolvedFormType->finishView()\n #6 /var/www/html/Markego/vendor/symfony/form/ResolvedFormType.php(161): Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->finishView()\n #7 /var/www/html/Markego/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php(111): Symfony\Component\Form\ResolvedFormType->finishView()\n #8 /var/www/html/Markego/vendor/symfony/form/Form.php(1038): Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->finishView()\n #9 /var/www/html/Markego/src/Controller/CartController.php(2655): Symfony\Component\Form\Form->createView()\n #10 /var/www/html/Markego/vendor/symfony/http-kernel/HttpKernel.php(146): App\Controller\CartController->viewCart()\n #11 /var/www/html/Markego/vendor/symfony/http-kernel/HttpKernel.php(68): Symfony\Component\HttpKernel\HttpKernel->handleRaw()\n #12 /var/www/html/Markego/vendor/symfony/http-kernel/Kernel.php(201): Symfony\Component\HttpKernel\HttpKernel->handle()\n #13 /var/www/html/Markego/public/index.php(35): Symfony\Component\HttpKernel\Kernel->handle()\n #14 {main} """ -class: "RuntimeException" -statusCode: 500 -statusText: "Internal Server Error" -headers: [] -file: "/var/www/html/Markego/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php" -line: 143 -asString: null -message: null -code: null -previous: null -trace: null -traceAsString: null -class: null -statusCode: null -headers: null -file: null -line: null } |
logger | Symfony\Bridge\Monolog\Logger {#423 #name: "request" #handlers: [ Monolog\Handler\StreamHandler {#420 #stream: stream resource @351 : false : true : false : "plainfile" : "STDIO" : "a" : 0 : true : "/var/www/html/Markego/var/log/dev.log" : [] } #url: "/var/www/html/Markego/var/log/dev.log" -errorMessage: null #filePermission: null #useLocking: false -dirCreated: true #level: 400 #bubble: true #processors: [ Monolog\Processor\PsrLogMessageProcessor {#419 -dateFormat: null -removeUsedContextFields: false } ] #formatter: Monolog\Formatter\LineFormatter {#5738 …} } Symfony\Bridge\Monolog\Handler\ConsoleHandler {#421 -output: null -verbosityLevelMap: [ 16 => 400 32 => 300 64 => 250 128 => 200 256 => 100 ] -consoleFormaterOptions: [] #level: 100 #bubble: true #processors: [] #formatter: null } ] #processors: [ Symfony\Bridge\Monolog\Processor\DebugProcessor {#517 -records: [ "000000004a64ad6a000000000c2ddfed" => [ [ "timestamp" => 1755255995 "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure" ] "channel" => "event" ] [ "timestamp" => 1755255995 "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Http\HttplugBundle\Discovery\ConfiguredClientsStrategy::onEvent" ] "channel" => "event" ] [ "timestamp" => 1755255995 "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Http\HttplugBundle\Collector\PluginClientFactoryListener::onEvent" ] "channel" => "event" ] [ "timestamp" => 1755255995 "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1755255995 "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1755255995 "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale" ] "channel" => "event" ] [ "timestamp" => 1755255995 "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1755255995 "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName" ] "channel" => "event" ] [ "timestamp" => 1755255995 "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1755255995 "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1755255995 "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator" ] "channel" => "event" ] [ "timestamp" => 1755255995 "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1755255995 "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.request" "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest" ] "channel" => "event" ] [ "timestamp" => 1755255995 "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller" "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController" ] "channel" => "event" ] [ "timestamp" => 1755255995 "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController" ] "channel" => "event" ] [ "timestamp" => 1755255995 "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController" ] "channel" => "event" ] [ "timestamp" => 1755255995 "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController" ] "channel" => "event" ] [ "timestamp" => 1755255995 "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController" ] "channel" => "event" ] [ "timestamp" => 1755255995 "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController" ] "channel" => "event" ] [ "timestamp" => 1755255995 "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller_arguments" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments" ] "channel" => "event" ] [ "timestamp" => 1755255995 "message" => "Notified event "{event}" to listener "{listener}"." "priority" => 100 "priorityName" => "DEBUG" "context" => [ "event" => "kernel.controller_arguments" "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments" ] "channel" => "event" ] [ "timestamp" => 1755255995 "message" => "Uncaught PHP Exception RuntimeException: "Failed to start the session: already started by PHP." at /var/www/html/Markego/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php line 143" "priority" => 500 "priorityName" => "CRITICAL" "context" => [ "exception" => RuntimeException {#5671 #message: "Failed to start the session: already started by PHP." #code: 0 #file: "/var/www/html/Markego/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php" #line: 143 : { { Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start() … › |