Exceptions
Exception
ErrorException
return $this->handler->close();}public function gc(int $maxlifetime): int|false{return $this->handler->gc($maxlifetime);}}
in
vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php
->
gc
(line 64)
return $this->handler->destroy($sessionId);}public function gc(int $maxlifetime): int|false{return $this->handler->gc($maxlifetime);}public function validateId(string $sessionId): bool{return !$this->handler instanceof \SessionUpdateTimestampHandlerInterface || $this->handler->validateId($sessionId);
SessionHandlerProxy->gc()
in
vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php
session_start
(line 172)
// the session ID in the header is invalid, create a new onesession_id(session_create_id());}// ok to try and start the sessionif (!session_start()) {throw new \RuntimeException('Failed to start the session.');}$this->loadSession();
in
vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php
->
start
(line 296)
}if (!$this->started && $this->saveHandler->isActive()) {$this->loadSession();} elseif (!$this->started) {$this->start();}return $this->bags[$name];}
in
vendor/symfony/http-foundation/Session/Session.php
->
getBag
(line 201)
$this->storage->registerBag(new SessionBagProxy($bag, $this->data, $this->usageIndex, $this->usageReporter));}public function getBag(string $name): SessionBagInterface{$bag = $this->storage->getBag($name);return method_exists($bag, 'getBag') ? $bag->getBag() : $bag;}/**
in
vendor/symfony/http-foundation/Session/Session.php
->
getBag
(line 221)
** Note that this method was added to help with IDE autocompletion.*/private function getAttributeBag(): AttributeBagInterface{return $this->getBag($this->attributeName);}}
in
vendor/symfony/http-foundation/Session/Session.php
->
getAttributeBag
(line 74)
return $this->getAttributeBag()->get($name, $default);}public function set(string $name, mixed $value){$this->getAttributeBag()->set($name, $value);}public function all(): array{return $this->getAttributeBag()->all();
$currentIp = $event->getRequest()->getClientIp();// Check if this IP is in the debug IP listif (in_array($currentIp, $this->debugIpList) or in_array($this->environment, ['dev', 'test'])) {$event->getRequest()->getSession()->set(self::DEBUG_ALLOWED_SESSION, true);$this->gatherDebugData($event->getRequest());} else {$event->getRequest()->getSession()->set(self::DEBUG_ALLOWED_SESSION, false);}}
in
vendor/symfony/event-dispatcher/Debug/WrappedListener.php
->
onKernelRequest
(line 115)
$this->called = true;$this->priority ??= $dispatcher->getListenerPriority($eventName, $this->listener);$e = $this->stopwatch->start($this->name, 'event_listener');($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);if ($e->isStarted()) {$e->stop();}
in
vendor/symfony/event-dispatcher/EventDispatcher.php
->
__invoke
(line 206)
foreach ($listeners as $listener) {if ($stoppable && $event->isPropagationStopped()) {break;}$listener($event, $eventName, $this);}}/*** Sorts the internal list of listeners for the given event by priority.
in
vendor/symfony/event-dispatcher/EventDispatcher.php
->
callListeners
(line 56)
} else {$listeners = $this->getListeners($eventName);}if ($listeners) {$this->callListeners($listeners, $eventName, $event);}return $event;}
in
vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
->
dispatch
(line 127)
try {$this->beforeDispatch($eventName, $event);try {$e = $this->stopwatch->start($eventName, 'section');try {$this->dispatcher->dispatch($event, $eventName);} finally {if ($e->isStarted()) {$e->stop();}}
in
vendor/symfony/http-kernel/HttpKernel.php
->
dispatch
(line 139)
*/private function handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response{// request$event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);if ($event->hasResponse()) {return $this->filterResponse($event->getResponse(), $request, $type);}
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 74)
{$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);try {return $this->handleRaw($request, $type);} catch (\Throwable $e) {if ($e instanceof \Error && !$this->handleAllThrowables) {throw $e;}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 184)
$this->boot();++$this->requestStackSize;$this->resetServices = true;try {return $this->getHttpKernel()->handle($request, $type, $catch);} finally {--$this->requestStackSize;}}
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
handle
(line 35)
$this->request = $request;}public function run(): int{$response = $this->kernel->handle($this->request);$response->send();if ($this->kernel instanceof TerminableInterface) {$this->kernel->terminate($this->request, $response);}
in
vendor/autoload_runtime.php
->
run
(line 29)
$app = $app(...$args);exit($runtime->getRunner($app)->run());
require_once('/mnt/data/www/projects/api.brulacoach.com/current/vendor/autoload_runtime.php')
in
public/index.php
(line 5)
<?phpuse App\Kernel;require_once dirname(__DIR__).'/vendor/autoload_runtime.php';return function (array $context) {return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);};
Logs
| Level | Channel | Message |
|---|---|---|
| INFO 01:19:29 | request |
Matched route "_profiler". {
"route": "_profiler",
"route_parameters": {
"_route": "_profiler",
"_controller": "web_profiler.controller.profiler::panelAction",
"token": "latest"
},
"request_uri": "https://brulacoach8-api.dev.wcc-bg.com/_profiler/latest?ip=216.73.216.59",
"method": "GET"
}
|
| INFO 01:19:29 | doctrine |
Connecting with parameters {params} {
"params": {
"url": "<redacted>",
"driver": "pdo_mysql",
"charset": "utf8mb4",
"host": "127.0.0.1",
"port": 3306,
"user": "brulafine",
"password": "<redacted>",
"driverOptions": [],
"serverVersion": "8",
"defaultTableOptions": [],
"dbname": "brulafine"
}
}
|
| DEBUG 01:19:29 | doctrine |
Executing query: SELECT c0_.site_id AS site_id_0, c0_.site_name AS site_name_1, c0_.site_display_name AS site_display_name_2, c0_.site_cookie_exp AS site_cookie_exp_3, c0_.site_default_currency AS site_default_currency_4, c0_.site_default_support_email AS site_default_support_email_5, c0_.site_default_coaching_support_email AS site_default_coaching_support_email_6, c0_.site_default_billing_apikey AS site_default_billing_apikey_7, c0_.site_default_billing_apihost AS site_default_billing_apihost_8, c0_.site_default_billing_callback AS site_default_billing_callback_9, c0_.is_default AS is_default_10, c0_.aliases AS aliases_11, c0_.coaching_site AS coaching_site_12, c0_.has_upsells AS has_upsells_13, c0_.has_pre_upsells AS has_pre_upsells_14, c0_.properties AS properties_15, c1_.id AS id_16, c1_.name AS name_17, c1_.value AS value_18, c1_.field_type AS field_type_19, c0_.site_default_affiliate_id AS site_default_affiliate_id_20, c0_.coaching_site_id AS coaching_site_id_21, c0_.linked_main_website_id AS linked_main_website_id_22, c1_.site_id AS site_id_23 FROM castalis_pls_brulafine_sites c0_ LEFT JOIN castalis_pls_brulafine_sites_config c1_ ON c0_.site_id = c1_.site_id {
"sql": "SELECT c0_.site_id AS site_id_0, c0_.site_name AS site_name_1, c0_.site_display_name AS site_display_name_2, c0_.site_cookie_exp AS site_cookie_exp_3, c0_.site_default_currency AS site_default_currency_4, c0_.site_default_support_email AS site_default_support_email_5, c0_.site_default_coaching_support_email AS site_default_coaching_support_email_6, c0_.site_default_billing_apikey AS site_default_billing_apikey_7, c0_.site_default_billing_apihost AS site_default_billing_apihost_8, c0_.site_default_billing_callback AS site_default_billing_callback_9, c0_.is_default AS is_default_10, c0_.aliases AS aliases_11, c0_.coaching_site AS coaching_site_12, c0_.has_upsells AS has_upsells_13, c0_.has_pre_upsells AS has_pre_upsells_14, c0_.properties AS properties_15, c1_.id AS id_16, c1_.name AS name_17, c1_.value AS value_18, c1_.field_type AS field_type_19, c0_.site_default_affiliate_id AS site_default_affiliate_id_20, c0_.coaching_site_id AS coaching_site_id_21, c0_.linked_main_website_id AS linked_main_website_id_22, c1_.site_id AS site_id_23 FROM castalis_pls_brulafine_sites c0_ LEFT JOIN castalis_pls_brulafine_sites_config c1_ ON c0_.site_id = c1_.site_id"
}
|
| DEBUG 01:19:29 | doctrine |
Executing query: SELECT c0_.site_id AS site_id_0, c0_.site_name AS site_name_1, c0_.site_display_name AS site_display_name_2, c0_.site_cookie_exp AS site_cookie_exp_3, c0_.site_default_currency AS site_default_currency_4, c0_.site_default_support_email AS site_default_support_email_5, c0_.site_default_coaching_support_email AS site_default_coaching_support_email_6, c0_.site_default_billing_apikey AS site_default_billing_apikey_7, c0_.site_default_billing_apihost AS site_default_billing_apihost_8, c0_.site_default_billing_callback AS site_default_billing_callback_9, c0_.is_default AS is_default_10, c0_.aliases AS aliases_11, c0_.coaching_site AS coaching_site_12, c0_.has_upsells AS has_upsells_13, c0_.has_pre_upsells AS has_pre_upsells_14, c0_.properties AS properties_15, c1_.id AS id_16, c1_.name AS name_17, c1_.value AS value_18, c1_.field_type AS field_type_19, c0_.site_default_affiliate_id AS site_default_affiliate_id_20, c0_.coaching_site_id AS coaching_site_id_21, c0_.linked_main_website_id AS linked_main_website_id_22, c1_.site_id AS site_id_23 FROM castalis_pls_brulafine_sites c0_ LEFT JOIN castalis_pls_brulafine_sites_config c1_ ON c0_.site_id = c1_.site_id {
"sql": "SELECT c0_.site_id AS site_id_0, c0_.site_name AS site_name_1, c0_.site_display_name AS site_display_name_2, c0_.site_cookie_exp AS site_cookie_exp_3, c0_.site_default_currency AS site_default_currency_4, c0_.site_default_support_email AS site_default_support_email_5, c0_.site_default_coaching_support_email AS site_default_coaching_support_email_6, c0_.site_default_billing_apikey AS site_default_billing_apikey_7, c0_.site_default_billing_apihost AS site_default_billing_apihost_8, c0_.site_default_billing_callback AS site_default_billing_callback_9, c0_.is_default AS is_default_10, c0_.aliases AS aliases_11, c0_.coaching_site AS coaching_site_12, c0_.has_upsells AS has_upsells_13, c0_.has_pre_upsells AS has_pre_upsells_14, c0_.properties AS properties_15, c1_.id AS id_16, c1_.name AS name_17, c1_.value AS value_18, c1_.field_type AS field_type_19, c0_.site_default_affiliate_id AS site_default_affiliate_id_20, c0_.coaching_site_id AS coaching_site_id_21, c0_.linked_main_website_id AS linked_main_website_id_22, c1_.site_id AS site_id_23 FROM castalis_pls_brulafine_sites c0_ LEFT JOIN castalis_pls_brulafine_sites_config c1_ ON c0_.site_id = c1_.site_id"
}
|
| DEBUG 01:19:29 | doctrine |
Executing statement: SELECT c0_.affiliate_id AS affiliate_id_0, c0_.affiliate_name AS affiliate_name_1, c0_.affiliate_type AS affiliate_type_2, c0_.affiliate_rmkg AS affiliate_rmkg_3 FROM castalis_pls_brulafine_affiliates c0_ WHERE c0_.affiliate_id = ? (parameters: {params}, types: {types}) {
"sql": "SELECT c0_.affiliate_id AS affiliate_id_0, c0_.affiliate_name AS affiliate_name_1, c0_.affiliate_type AS affiliate_type_2, c0_.affiliate_rmkg AS affiliate_rmkg_3 FROM castalis_pls_brulafine_affiliates c0_ WHERE c0_.affiliate_id = ?",
"params": {
"1": ""
},
"types": {
"1": 2
}
}
|
| DEBUG 01:19:29 | doctrine |
Executing statement: SELECT t0.affiliate_id AS affiliate_id_1, t0.affiliate_name AS affiliate_name_2, t0.affiliate_type AS affiliate_type_3, t0.affiliate_rmkg AS affiliate_rmkg_4 FROM castalis_pls_brulafine_affiliates t0 WHERE t0.affiliate_id = ? (parameters: {params}, types: {types}) {
"sql": "SELECT t0.affiliate_id AS affiliate_id_1, t0.affiliate_name AS affiliate_name_2, t0.affiliate_type AS affiliate_type_3, t0.affiliate_rmkg AS affiliate_rmkg_4 FROM castalis_pls_brulafine_affiliates t0 WHERE t0.affiliate_id = ?",
"params": {
"1": 1
},
"types": {
"1": 1
}
}
|
| DEBUG 01:19:29 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.alias AS alias_2, t0.config AS config_3, t0.stats AS stats_4, t0.active AS active_5, t0.marked_for_deletion AS marked_for_deletion_6, t0.date_started AS date_started_7, t0.date_ended AS date_ended_8, t0.site_id AS site_id_9 FROM castalis_pls_brulafine_sites_ab_test t0 WHERE t0.site_id = ? (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.alias AS alias_2, t0.config AS config_3, t0.stats AS stats_4, t0.active AS active_5, t0.marked_for_deletion AS marked_for_deletion_6, t0.date_started AS date_started_7, t0.date_ended AS date_ended_8, t0.site_id AS site_id_9 FROM castalis_pls_brulafine_sites_ab_test t0 WHERE t0.site_id = ?",
"params": {
"1": 1
},
"types": {
"1": 1
}
}
|
| DEBUG 01:19:29 | snc_redis | Executing command "GET 'dev_bru_1_80__ab'" |
| DEBUG 01:19:29 | snc_redis | Executing command "GET 'dev_bru_1_80__ab'" |
| DEBUG 01:19:29 | snc_redis | Executing command "SETEX 'dev_bru_1_80__ab' 604800 '{"options":{"test_1":{"count":157223,"percent":25,"target":25},"test_2":{"count":157509,"percent":25,"target":25},"cv_1":{"count":157515,"percent":25,"target":25},"cv_2":{"count":157079,"percent":25,"target":25}},"total":629326}'" |
| DEBUG 01:19:29 | doctrine | Beginning transaction |
| DEBUG 01:19:29 | doctrine |
Executing statement: INSERT INTO castalis_pls_brulafine_core_tracking (o1, o2, o3, o4, o5, t, rmkg, device, create_at, user_agent, aff, parent_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (parameters: {params}, types: {types}) {
"sql": "INSERT INTO castalis_pls_brulafine_core_tracking (o1, o2, o3, o4, o5, t, rmkg, device, create_at, user_agent, aff, parent_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
"params": {
"1": "deftrack",
"2": "",
"3": "",
"4": "",
"5": "",
"6": "",
"7": 0,
"8": "N/A",
"9": "2026-02-28 01:19:29",
"10": "N/A",
"11": 1,
"12": null
},
"types": {
"1": 2,
"2": 2,
"3": 2,
"4": 2,
"5": 2,
"6": 2,
"7": 1,
"8": 2,
"9": 2,
"10": 2,
"11": 1,
"12": 1
}
}
|
| DEBUG 01:19:29 | doctrine |
Executing statement: INSERT INTO castalis_pls_brulafine_core_tracking_has_ab_test (version, tracking_id, ab_test_id) VALUES (?, ?, ?) (parameters: {params}, types: {types}) {
"sql": "INSERT INTO castalis_pls_brulafine_core_tracking_has_ab_test (version, tracking_id, ab_test_id) VALUES (?, ?, ?)",
"params": {
"1": "b_ship_page_test_1",
"2": 637776,
"3": 80
},
"types": {
"1": 2,
"2": 1,
"3": 1
}
}
|
| DEBUG 01:19:29 | doctrine | Committing transaction |
| DEBUG 01:19:29 | doctrine | Beginning transaction |
| DEBUG 01:19:29 | doctrine |
Executing statement: UPDATE castalis_pls_brulafine_core_tracking SET user_agent = ? WHERE tracking_id = ? (parameters: {params}, types: {types}) {
"sql": "UPDATE castalis_pls_brulafine_core_tracking SET user_agent = ? WHERE tracking_id = ?",
"params": {
"1": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
"2": 637776
},
"types": {
"1": 2,
"2": 1
}
}
|
| DEBUG 01:19:29 | doctrine | Committing transaction |
Stack Trace
|
ErrorException
|
|---|
ErrorException:
Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/lib/php/sessions) failed: Permission denied (13)
at vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:87
at Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler->gc()
(vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:64)
at Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc()
at session_start()
(vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:172)
at Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start()
(vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:296)
at Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag()
(vendor/symfony/http-foundation/Session/Session.php:201)
at Symfony\Component\HttpFoundation\Session\Session->getBag()
(vendor/symfony/http-foundation/Session/Session.php:221)
at Symfony\Component\HttpFoundation\Session\Session->getAttributeBag()
(vendor/symfony/http-foundation/Session/Session.php:74)
at Symfony\Component\HttpFoundation\Session\Session->set()
(src/EventListener/Main/DebugListener.php:44)
at App\EventListener\Main\DebugListener->onKernelRequest()
(vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115)
at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()
(vendor/symfony/event-dispatcher/EventDispatcher.php:206)
at Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
(vendor/symfony/event-dispatcher/EventDispatcher.php:56)
at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
(vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:127)
at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()
(vendor/symfony/http-kernel/HttpKernel.php:139)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
(vendor/symfony/http-kernel/HttpKernel.php:74)
at Symfony\Component\HttpKernel\HttpKernel->handle()
(vendor/symfony/http-kernel/Kernel.php:184)
at Symfony\Component\HttpKernel\Kernel->handle()
(vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
(vendor/autoload_runtime.php:29)
at require_once('/mnt/data/www/projects/api.brulacoach.com/current/vendor/autoload_runtime.php')
(public/index.php:5)
|