Exceptions
Exception
Symfony\Component\HttpKernel\Exception\ NotFoundHttpException
Show exception properties
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#4894 -statusCode: 404 -headers: [] }
if (is_null($request->get('fullpageslug'))) {return $this->redirectToRoute('frontend_homepage');}if (!$htmlContentFullPage instanceof HtmlContentFullPage) {throw new NotFoundHttpException();}foreach ($htmlContentFullPage->getTranslations() as $translation) {/** @var \AlejandriaBundle\Entity\Base\HtmlContent\AbstractHtmlContentFullPageTranslation $translation */if ($translation->getLocale() === $request->getLocale()) {
in
vendor/symfony/http-kernel/HttpKernel.php
->
renderSlug
(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/uvesco-alejandria-bundle-40/releases/20260903130858/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 16:11:49 | deprecation |
User Deprecated: Since symfony/ux-toggle-password 2.29.0: The package is deprecated and will be removed in 3.0. Follow the migration steps in https://github.com/symfony/ux/tree/2.x/src/TogglePassword to keep using TogglePassword in your Symfony application. {
"exception": {}
}
|
| INFO 16:11:49 | deprecation |
User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead. {
"exception": {}
}
|
| INFO 16:11:49 | deprecation |
User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead. {
"exception": {}
}
|
| INFO 16:11:49 | deprecation |
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:16285, https://github.com/doctrine/orm/pull/10455, package doctrine/orm) {
"exception": {}
}
|
| INFO 16:11:49 | deprecation |
User Deprecated: Annotations support is deprecated, migrate your application to use attributes and pass an instance of Gedmo\Mapping\Driver\AttributeReader to the Gedmo\Mapping\MappedEventSubscriber::setAnnotationReader() method instead. (MappedEventSubscriber.php:196 called by getStofDoctrineExtensions_Listener_TimestampableService.php:33, https://github.com/doctrine-extensions/DoctrineExtensions/pull/2772, package gedmo/doctrine-extensions) {
"exception": {}
}
|
| INFO 16:11:49 | doctrine |
Connecting with parameters {params} {
"params": {
"charset": "utf8mb4",
"dbname": "UVESCO_alejandria_academy_40",
"host": "127.0.0.1",
"port": "3306",
"user": "root",
"password": "<redacted>",
"driver": "pdo_mysql",
"idle_connection_ttl": 600,
"driverOptions": [],
"defaultTableOptions": {
"collate": "utf8mb4_unicode_ci"
}
}
}
|
| INFO 16:11:49 | deprecation |
User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of AlejandriaBundle\Validator\Constraints\Itinerary\ItineraryActivityConstraints instead. {
"exception": {}
}
|
| INFO 16:11:49 | deprecation |
User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of AlejandriaBundle\Validator\Constraints\Itinerary\ItineraryActivityConstraints instead. {
"exception": {}
}
|
| INFO 16:11:49 | deprecation |
User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of AlejandriaBundle\Validator\Constraints\Itinerary\ItineraryActivityConstraints instead. {
"exception": {}
}
|
| INFO 16:11:49 | deprecation |
User Deprecated: JoinColumn configuration is not allowed on the inverse side of one-to-one associations, and will throw a MappingException in Doctrine ORM 3.0 (ClassMetadataInfo.php:1864 called by ClassMetadataInfo.php:2945, https://github.com/doctrine/orm/pull/10654, package doctrine/orm) {
"exception": {}
}
|
| INFO 16:11:49 | deprecation |
User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of AlejandriaBundle\Validator\Constraints\Itinerary\ItineraryActivityConstraints instead. {
"exception": {}
}
|
| INFO 16:11:49 | deprecation |
User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of AlejandriaBundle\Validator\Constraints\Itinerary\ItineraryActivityConstraints instead. {
"exception": {}
}
|
| DEBUG 16:11:49 | doctrine |
Executing query: SELECT count(*) AS NUMERO FROM information_schema.TABLES WHERE TABLE_SCHEMA = 'UVESCO_alejandria_academy_40' AND TABLE_NAME = 'alejandria_configuration' {
"sql": "SELECT count(*) AS NUMERO FROM information_schema.TABLES WHERE TABLE_SCHEMA = 'UVESCO_alejandria_academy_40' AND TABLE_NAME = 'alejandria_configuration'"
}
|
| DEBUG 16:11:49 | doctrine |
Executing query: SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.section AS section_4, t0.rank AS rank_5, t0.event AS event_6 FROM alejandria_configuration t0 {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.section AS section_4, t0.rank AS rank_5, t0.event AS event_6 FROM alejandria_configuration t0"
}
|
| INFO 16:11:49 | request |
Matched route "_profiler". {
"route": "_profiler",
"route_parameters": {
"_route": "_profiler",
"_controller": "web_profiler.controller.profiler::panelAction",
"token": "latest"
},
"request_uri": "https://uvesco-alejandria-40-pre.tak.es/_profiler/latest?type=request",
"method": "GET"
}
|
| INFO 16:11:49 | deprecation |
User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. {
"exception": {}
}
|
| INFO 16:11:49 | deprecation |
User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. {
"exception": {}
}
|
| DEBUG 16:11:49 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 16:11:49 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 16:11:49 | event |
Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
|
| DEBUG 16:11:49 | 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 16:11:49 | event |
Notified event "kernel.request" to listener "AlejandriaBundle\EventListener\Company\CompanyBrandMigrationCheckListener::onKernelRequest". {
"event": "kernel.request",
"listener": "AlejandriaBundle\\EventListener\\Company\\CompanyBrandMigrationCheckListener::onKernelRequest"
}
|
| DEBUG 16:11:49 | event |
Notified event "kernel.request" to listener "AlejandriaBundle\EventListener\Company\CompanyBrandMigrationCheckListener::onKernelRequest". {
"event": "kernel.request",
"listener": "AlejandriaBundle\\EventListener\\Company\\CompanyBrandMigrationCheckListener::onKernelRequest"
}
|
| DEBUG 16:11:49 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 16:11:49 | event |
Notified event "kernel.request" to listener "AlejandriaBundle\EventSubscriber\UnsupportedBrowserSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "AlejandriaBundle\\EventSubscriber\\UnsupportedBrowserSubscriber::onKernelRequest"
}
|
| DEBUG 16:11:49 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 16:11:49 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 16:11:49 | event |
Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest". {
"event": "kernel.request",
"listener": "ApiPlatform\\Symfony\\EventListener\\AddFormatListener::onKernelRequest"
}
|
| DEBUG 16:11:49 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 16:11:49 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 16:11:49 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 16:11:49 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 16:11:49 | event |
Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\ReadListener::onKernelRequest". {
"event": "kernel.request",
"listener": "ApiPlatform\\Symfony\\EventListener\\ReadListener::onKernelRequest"
}
|
| DEBUG 16:11:49 | event |
Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest". {
"event": "kernel.request",
"listener": "ApiPlatform\\Symfony\\EventListener\\DeserializeListener::onKernelRequest"
}
|
| DEBUG 16:11:49 | event |
Notified event "kernel.request" to listener "MobileDetectBundle\EventListener\RequestResponseListener::handleRequest". {
"event": "kernel.request",
"listener": "MobileDetectBundle\\EventListener\\RequestResponseListener::handleRequest"
}
|
| DEBUG 16:11:49 | event |
Notified event "kernel.request" to listener "AlejandriaBundle\EventListener\DomainListener::onDomainParse". {
"event": "kernel.request",
"listener": "AlejandriaBundle\\EventListener\\DomainListener::onDomainParse"
}
|
| DEBUG 16:11:49 | event |
Notified event "kernel.request" to listener "AlejandriaBundle\EventListener\ForceChangePasswordListener::onCheckPass". {
"event": "kernel.request",
"listener": "AlejandriaBundle\\EventListener\\ForceChangePasswordListener::onCheckPass"
}
|
| DEBUG 16:11:49 | event |
Notified event "kernel.request" to listener "AlejandriaBundle\EventListener\Maintenance\MaintenanceModeListener::onKernelRequest". {
"event": "kernel.request",
"listener": "AlejandriaBundle\\EventListener\\Maintenance\\MaintenanceModeListener::onKernelRequest"
}
|
| DEBUG 16:11:49 | event |
Notified event "kernel.request" to listener "AlejandriaBundle\EventListener\Menu\BackendMenuListener::onKernelRequest". {
"event": "kernel.request",
"listener": "AlejandriaBundle\\EventListener\\Menu\\BackendMenuListener::onKernelRequest"
}
|
| DEBUG 16:11:49 | event |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
|
| DEBUG 16:11:49 | event |
Notified event "kernel.request" to listener "AlejandriaBundle\EventSubscriber\RequestSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "AlejandriaBundle\\EventSubscriber\\RequestSubscriber::onKernelRequest"
}
|
| DEBUG 16:11:49 | event |
Notified event "kernel.request" to listener "AlejandriaBundle\EventListener\ActivityListener::onActivityLog". {
"event": "kernel.request",
"listener": "AlejandriaBundle\\EventListener\\ActivityListener::onActivityLog"
}
|
| DEBUG 16:11:49 | event |
Notified event "kernel.request" to listener "AlejandriaBundle\EventListener\RequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "AlejandriaBundle\\EventListener\\RequestListener::onKernelRequest"
}
|
| DEBUG 16:11:49 | event |
Notified event "kernel.controller" to listener "AlejandriaBundle\EventListener\CheckIfFeatureIsEnabledListener::onKernelController". {
"event": "kernel.controller",
"listener": "AlejandriaBundle\\EventListener\\CheckIfFeatureIsEnabledListener::onKernelController"
}
|
| DEBUG 16:11:49 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 16:11:49 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 16:11:49 | 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 16:11:49 | 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 16:11:49 | 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 16:11:49 | 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 16:11:49 | event |
Notified event "kernel.controller_arguments" to listener "ContainerWy8Ri8H\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "ContainerWy8Ri8H\\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
}
|
| DEBUG 16:11:49 | 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 16:11:49 | deprecation |
User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. {
"exception": {}
}
|
| INFO 16:11:49 | deprecation |
User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. {
"exception": {}
}
|
| INFO 16:11:49 | deprecation |
User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. {
"exception": {}
}
|
| INFO 16:11:49 | deprecation |
User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead. {
"exception": {}
}
|
Stack Trace
|
NotFoundHttpException
|
|---|
Symfony\Component\HttpKernel\Exception\NotFoundHttpException:
at vendor/taklearning/alejandria-bundle/Controller/Frontend/HtmlFullPageController.php:29
at AlejandriaBundle\Controller\Frontend\HtmlFullPageController->renderSlug()
(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/uvesco-alejandria-bundle-40/releases/20260903130858/vendor/autoload_runtime.php')
(public/index.php:5)
|