Exceptions
Exceptions 2
Symfony\Component\HttpKernel\Exception\ HttpException
Show exception properties
Symfony\Component\HttpKernel\Exception\HttpException {#21 -statusCode: 404 -headers: [] }
in
src/Controller/Site/ResizeController.php
(line 50)
$key,$resizeParameters,sprintf('%s.draw-%s.%s', $path, $filters, $ext));} catch (FileNotFoundException $exception) {throw new HttpException(404, $exception->getMessage(), $exception);}$image = basename($key);$headers = ['Content-Type' => 'image/png',
in
vendor/symfony/http-kernel/HttpKernel.php
->
resizeAction
(line 183)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);$controller = $event->getController();$arguments = $event->getArguments();// call controller$response = $controller(...$arguments);// viewif (!$response instanceof Response) {$event = new ViewEvent($this, $request, $type, $response, $event);$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);$response = null;try {return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {if ($e instanceof \Error && !$this->handleAllThrowables) {throw $e;}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 193)
if (!$this->handlingHttpCache) {$this->resetServices = true;}try {return $this->getHttpKernel()->handle($request, $type, $catch);} finally {--$this->requestStackSize;}}
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
handle
(line 34)
) {}public function run(): int{$response = $this->kernel->handle($this->request);$response->send(false);if (\function_exists('fastcgi_finish_request') && !$this->debug) {fastcgi_finish_request();
in
vendor/autoload_runtime.php
->
run
(line 32)
$app = $app(...$args);exit($runtime->getRunner($app)->run());
require_once('/var/www/vhosts/wp2-nlions.fr/ywct.wp2-nlions.fr/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']);};
Symfony\Component\Filesystem\Exception\ FileNotFoundException
in
src/Media/ImageTransformer.php
(line 58)
* @return string The temporary file path that have been resize*/public function resize($key, array $parameters, $toPath){if (!$this->fileSystem->has($key)) {throw new FileNotFoundException(null, 0, null, $key);}$type = array_keys($parameters)[0];$value = end($parameters);
if (empty($resizeParameters)) {throw new HttpException(404, 'Filters value invalid');}try {$filePath = $imageTransformer->resize($key,$resizeParameters,sprintf('%s.draw-%s.%s', $path, $filters, $ext));} catch (FileNotFoundException $exception) {
in
vendor/symfony/http-kernel/HttpKernel.php
->
resizeAction
(line 183)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);$controller = $event->getController();$arguments = $event->getArguments();// call controller$response = $controller(...$arguments);// viewif (!$response instanceof Response) {$event = new ViewEvent($this, $request, $type, $response, $event);$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);$response = null;try {return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {if ($e instanceof \Error && !$this->handleAllThrowables) {throw $e;}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 193)
if (!$this->handlingHttpCache) {$this->resetServices = true;}try {return $this->getHttpKernel()->handle($request, $type, $catch);} finally {--$this->requestStackSize;}}
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
handle
(line 34)
) {}public function run(): int{$response = $this->kernel->handle($this->request);$response->send(false);if (\function_exists('fastcgi_finish_request') && !$this->debug) {fastcgi_finish_request();
in
vendor/autoload_runtime.php
->
run
(line 32)
$app = $app(...$args);exit($runtime->getRunner($app)->run());
require_once('/var/www/vhosts/wp2-nlions.fr/ywct.wp2-nlions.fr/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 11:50:16 | php |
User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Draw\Bundle\SonataBundle\DrawSonataBundle" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 11:50:16 | php |
User Deprecated: Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Draw\Bundle\SonataBundle\DrawSonataBundle" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 11:50:16 | php |
User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Draw\Bundle\MessengerBundle\DrawMessengerBundle" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 11:50:16 | app |
Request headers {
"headers": {
"accept-encoding": [
"gzip, br, zstd, deflate"
],
"user-agent": [
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
],
"accept": [
"*/*"
],
"x-accel-internal": [
"/internal-nginx-static-location"
],
"x-real-ip": [
"216.73.216.139"
],
"host": [
"ywct.wp2-nlions.fr"
],
"x-php-ob-level": [
"1"
]
}
}
|
| INFO 11:50:16 | request |
Matched route "_profiler". {
"route": "_profiler",
"route_parameters": {
"_route": "_profiler",
"_controller": "web_profiler.controller.profiler::panelAction",
"token": "4baf67"
},
"request_uri": "https://ywct.wp2-nlions.fr/_profiler/4baf67",
"method": "GET"
}
|
| DEBUG 11:50:16 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 11:50:16 | event |
Notified event "kernel.request" to listener "App\Listener\RequestSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "App\\Listener\\RequestSubscriber::onKernelRequest"
}
|
| DEBUG 11:50:16 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 11:50:16 | event |
Notified event "kernel.request" to listener "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bridge\\Doctrine\\Middleware\\IdleConnection\\Listener::onKernelRequest"
}
|
| DEBUG 11:50:16 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 11:50:16 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 11:50:16 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 11:50:16 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 11:50:16 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 11:50:16 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 11:50:16 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 11:50:16 | event |
Notified event "kernel.request" to listener "App\Listener\MaintenanceListener::maintenance". {
"event": "kernel.request",
"listener": "App\\Listener\\MaintenanceListener::maintenance"
}
|
| DEBUG 11:50:16 | event |
Notified event "kernel.request" to listener "Draw\Bundle\UserBundle\EventListener\UserRequestInterceptorListener::handleRequestEvent". {
"event": "kernel.request",
"listener": "Draw\\Bundle\\UserBundle\\EventListener\\UserRequestInterceptorListener::handleRequestEvent"
}
|
| DEBUG 11:50:16 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 11:50:16 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 11:50:16 | event |
Notified event "kernel.controller" to listener "Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sonata\\AdminBundle\\EventListener\\ConfigureCRUDControllerListener::onKernelController"
}
|
| DEBUG 11:50:16 | event |
Notified event "kernel.controller" to listener "Draw\Bundle\SonataExtraBundle\EventListener\ConfigureAdminControllerListener::onKernelController". {
"event": "kernel.controller",
"listener": "Draw\\Bundle\\SonataExtraBundle\\EventListener\\ConfigureAdminControllerListener::onKernelController"
}
|
| DEBUG 11:50:16 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\IsSignatureValidAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 11:50:16 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 11:50:16 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 11:50:16 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 11:50:16 | event |
Notified event "kernel.controller_arguments" to listener "Container05Tf5vG\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Container05Tf5vG\\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
}
|
| DEBUG 11:50:16 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
|
| INFO 11:50:16 | app |
Request headers {
"headers": {
"host": [
"ywct.wp2-nlions.fr"
],
"user-agent": [
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
],
"accept": [
"*/*"
],
"accept-language": [
"en-us,en;q=0.5"
],
"accept-charset": [
"ISO-8859-1,utf-8;q=0.7,*;q=0.7"
],
"accept-encoding": [
"gzip, br, zstd, deflate"
],
"x-accel-internal": [
"/internal-nginx-static-location"
],
"x-real-ip": [
"216.73.216.139"
],
"x-forwarded-for": [
"216.73.216.139"
],
"x-php-ob-level": [
"2"
]
}
}
|
| INFO 11:50:16 | app |
Request headers {
"headers": {
"host": [
"ywct.wp2-nlions.fr"
],
"user-agent": [
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
],
"accept": [
"*/*"
],
"accept-language": [
"en-us,en;q=0.5"
],
"accept-charset": [
"ISO-8859-1,utf-8;q=0.7,*;q=0.7"
],
"accept-encoding": [
"gzip, br, zstd, deflate"
],
"x-accel-internal": [
"/internal-nginx-static-location"
],
"x-real-ip": [
"216.73.216.139"
],
"x-forwarded-for": [
"216.73.216.139"
],
"x-php-ob-level": [
"2"
]
}
}
|
Stack Traces 2
|
[2/2]
HttpException
|
|---|
Symfony\Component\HttpKernel\Exception\HttpException:
File "tour/0001/06/ef127527f381c1a254da1fcc06ceab1e7b524139.jpeg" could not be found.
at src/Controller/Site/ResizeController.php:50
at App\Controller\Site\ResizeController->resizeAction()
(vendor/symfony/http-kernel/HttpKernel.php:183)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
(vendor/symfony/http-kernel/HttpKernel.php:76)
at Symfony\Component\HttpKernel\HttpKernel->handle()
(vendor/symfony/http-kernel/Kernel.php:193)
at Symfony\Component\HttpKernel\Kernel->handle()
(vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34)
at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
(vendor/autoload_runtime.php:32)
at require_once('/var/www/vhosts/wp2-nlions.fr/ywct.wp2-nlions.fr/vendor/autoload_runtime.php')
(public/index.php:5)
|
|
[1/2]
FileNotFoundException
|
|---|
Symfony\Component\Filesystem\Exception\FileNotFoundException:
File "tour/0001/06/ef127527f381c1a254da1fcc06ceab1e7b524139.jpeg" could not be found.
at src/Media/ImageTransformer.php:58
at App\Media\ImageTransformer->resize()
(src/Controller/Site/ResizeController.php:44)
at App\Controller\Site\ResizeController->resizeAction()
(vendor/symfony/http-kernel/HttpKernel.php:183)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
(vendor/symfony/http-kernel/HttpKernel.php:76)
at Symfony\Component\HttpKernel\HttpKernel->handle()
(vendor/symfony/http-kernel/Kernel.php:193)
at Symfony\Component\HttpKernel\Kernel->handle()
(vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34)
at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
(vendor/autoload_runtime.php:32)
at require_once('/var/www/vhosts/wp2-nlions.fr/ywct.wp2-nlions.fr/vendor/autoload_runtime.php')
(public/index.php:5)
|