Error 404 Not Found

GET https://uvesco-alejandria-40-pre.tak.es/en/legal

Forwarded to ErrorController (5c6d7d)

Exceptions

Exception

Symfony\Component\HttpKernel\Exception\ NotFoundHttpException

Show exception properties
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#4894
  -statusCode: 404
  -headers: []
}
  1. if (is_null($request->get('fullpageslug'))) {
  2. return $this->redirectToRoute('frontend_homepage');
  3. }
  4. if (!$htmlContentFullPage instanceof HtmlContentFullPage) {
  5. throw new NotFoundHttpException();
  6. }
  7. foreach ($htmlContentFullPage->getTranslations() as $translation) {
  8. /** @var \AlejandriaBundle\Entity\Base\HtmlContent\AbstractHtmlContentFullPageTranslation $translation */
  9. if ($translation->getLocale() === $request->getLocale()) {
  1. $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
  2. $controller = $event->getController();
  3. $arguments = $event->getArguments();
  4. // call controller
  5. $response = $controller(...$arguments);
  6. // view
  7. if (!$response instanceof Response) {
  8. $event = new ViewEvent($this, $request, $type, $response, $event);
  9. $this->dispatcher->dispatch($event, KernelEvents::VIEW);
  1. $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2. $this->requestStack->push($request);
  3. $response = null;
  4. try {
  5. return $response = $this->handleRaw($request, $type);
  6. } catch (\Throwable $e) {
  7. if ($e instanceof \Error && !$this->handleAllThrowables) {
  8. throw $e;
  9. }
  1. if (!$this->handlingHttpCache) {
  2. $this->resetServices = true;
  3. }
  4. try {
  5. return $this->getHttpKernel()->handle($request, $type, $catch);
  6. } finally {
  7. --$this->requestStackSize;
  8. }
  9. }
  1. ) {
  2. }
  3. public function run(): int
  4. {
  5. $response = $this->kernel->handle($this->request);
  6. $response->send(false);
  7. if (\function_exists('fastcgi_finish_request') && !$this->debug) {
  8. fastcgi_finish_request();
in vendor/autoload_runtime.php -> run (line 32)
  1. $app = $app(...$args);
  2. exit(
  3. $runtime
  4. ->getRunner($app)
  5. ->run()
  6. );
require_once('/var/www/uvesco-alejandria-bundle-40/releases/20260903130858/vendor/autoload_runtime.php') in public/index.php (line 5)
  1. <?php
  2. use App\Kernel;
  3. require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
  4. return function (array $context) {
  5. return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
  6. };

Logs

Level Channel Message
INFO 16:16:28 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:16:28 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:16:28 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:16:28 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:16:28 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:16:28 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:16:28 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:16:28 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:16:28 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:16:28 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:16:28 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:16:28 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:16:28 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:16:28 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:16:28 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?ip=216.73.216.216&type=request",
    "method": "GET"
}
DEBUG 16:16:28 doctrine Executing query: SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t0.email_naming AS email_naming_4, t0.theme AS theme_5, t0.color AS color_6, t0.text_color AS text_color_7, t0.domain AS domain_8, t0.is_active AS is_active_9, t0.active_user_limit AS active_user_limit_10, t0.registered_user_limit AS registered_user_limit_11, t0.title AS title_12, t0.location AS location_13, t0.description AS description_14, t0.subdomain AS subdomain_15, t0.logo_png_name AS logo_png_name_16, t0.logo_svg_name AS logo_svg_name_17, t0.icon_name AS icon_name_18, t0.logo_transparent_name AS logo_transparent_name_19, t0.primary_color AS primary_color_20, t0.secondary_color AS secondary_color_21, t0.primary_typography AS primary_typography_22, t0.secondary_typography AS secondary_typography_23, t0.locales AS locales_24, t0.is_default AS is_default_25, t0.signature_name AS signature_name_26, t0.signatory AS signatory_27, t0.signatory_position AS signatory_position_28, t0.menu_transparency AS menu_transparency_29, t0.color_mode AS color_mode_30, t0.pre_header_bg AS pre_header_bg_31, t0.pre_header_color_mode AS pre_header_color_mode_32, t0.header_bg AS header_bg_33, t0.header_color_mode AS header_color_mode_34, t0.pre_footer_bg AS pre_footer_bg_35, t0.footer_color_mode AS footer_color_mode_36, t0.footer_bg AS footer_bg_37, t0.social_x AS social_x_38, t0.social_facebook AS social_facebook_39, t0.social_youtube AS social_youtube_40, t0.social_instagram AS social_instagram_41, t0.social_linkedin AS social_linkedin_42, t0.social_tiktok AS social_tiktok_43, t0.social_whatsapp AS social_whatsapp_44, t0.social_telegram AS social_telegram_45, t0.landing_pre_titulo AS landing_pre_titulo_46, t0.landing_titulo AS landing_titulo_47, t0.landing_descripcion AS landing_descripcion_48, t0.compiled_version AS compiled_version_49, t0.footer_signature AS footer_signature_50, t0.created_at AS created_at_51, t0.updated_at AS updated_at_52, t0.type_line_id AS type_line_id_53, t54.id AS id_55, t54.mail_provider AS mail_provider_56, t54.mail_api_provider AS mail_api_provider_57, t54.mail_from_address AS mail_from_address_58, t54.mail_from_name AS mail_from_name_59, t54.mail_host AS mail_host_60, t54.mail_port AS mail_port_61, t54.mail_encryption AS mail_encryption_62, t54.mail_username AS mail_username_63, t54.mail_password AS mail_password_64, t54.mail_api_key AS mail_api_key_65, t54.mail_domain AS mail_domain_66, t54.mail_region AS mail_region_67, t54.mail_aws_secret_key AS mail_aws_secret_key_68, t54.sms_provider AS sms_provider_69, t54.sms_wsdl_url AS sms_wsdl_url_70, t54.sms_username AS sms_username_71, t54.sms_password AS sms_password_72, t54.created_at AS created_at_73, t54.updated_at AS updated_at_74, t54.company_id AS company_id_75 FROM company t0 LEFT JOIN company_notification_config t54 ON t54.company_id = t0.id
{
    "sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t0.email_naming AS email_naming_4, t0.theme AS theme_5, t0.color AS color_6, t0.text_color AS text_color_7, t0.domain AS domain_8, t0.is_active AS is_active_9, t0.active_user_limit AS active_user_limit_10, t0.registered_user_limit AS registered_user_limit_11, t0.title AS title_12, t0.location AS location_13, t0.description AS description_14, t0.subdomain AS subdomain_15, t0.logo_png_name AS logo_png_name_16, t0.logo_svg_name AS logo_svg_name_17, t0.icon_name AS icon_name_18, t0.logo_transparent_name AS logo_transparent_name_19, t0.primary_color AS primary_color_20, t0.secondary_color AS secondary_color_21, t0.primary_typography AS primary_typography_22, t0.secondary_typography AS secondary_typography_23, t0.locales AS locales_24, t0.is_default AS is_default_25, t0.signature_name AS signature_name_26, t0.signatory AS signatory_27, t0.signatory_position AS signatory_position_28, t0.menu_transparency AS menu_transparency_29, t0.color_mode AS color_mode_30, t0.pre_header_bg AS pre_header_bg_31, t0.pre_header_color_mode AS pre_header_color_mode_32, t0.header_bg AS header_bg_33, t0.header_color_mode AS header_color_mode_34, t0.pre_footer_bg AS pre_footer_bg_35, t0.footer_color_mode AS footer_color_mode_36, t0.footer_bg AS footer_bg_37, t0.social_x AS social_x_38, t0.social_facebook AS social_facebook_39, t0.social_youtube AS social_youtube_40, t0.social_instagram AS social_instagram_41, t0.social_linkedin AS social_linkedin_42, t0.social_tiktok AS social_tiktok_43, t0.social_whatsapp AS social_whatsapp_44, t0.social_telegram AS social_telegram_45, t0.landing_pre_titulo AS landing_pre_titulo_46, t0.landing_titulo AS landing_titulo_47, t0.landing_descripcion AS landing_descripcion_48, t0.compiled_version AS compiled_version_49, t0.footer_signature AS footer_signature_50, t0.created_at AS created_at_51, t0.updated_at AS updated_at_52, t0.type_line_id AS type_line_id_53, t54.id AS id_55, t54.mail_provider AS mail_provider_56, t54.mail_api_provider AS mail_api_provider_57, t54.mail_from_address AS mail_from_address_58, t54.mail_from_name AS mail_from_name_59, t54.mail_host AS mail_host_60, t54.mail_port AS mail_port_61, t54.mail_encryption AS mail_encryption_62, t54.mail_username AS mail_username_63, t54.mail_password AS mail_password_64, t54.mail_api_key AS mail_api_key_65, t54.mail_domain AS mail_domain_66, t54.mail_region AS mail_region_67, t54.mail_aws_secret_key AS mail_aws_secret_key_68, t54.sms_provider AS sms_provider_69, t54.sms_wsdl_url AS sms_wsdl_url_70, t54.sms_username AS sms_username_71, t54.sms_password AS sms_password_72, t54.created_at AS created_at_73, t54.updated_at AS updated_at_74, t54.company_id AS company_id_75 FROM company t0 LEFT JOIN company_notification_config t54 ON t54.company_id = t0.id"
}
DEBUG 16:16:28 doctrine Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t0.email_naming AS email_naming_4, t0.theme AS theme_5, t0.color AS color_6, t0.text_color AS text_color_7, t0.domain AS domain_8, t0.is_active AS is_active_9, t0.active_user_limit AS active_user_limit_10, t0.registered_user_limit AS registered_user_limit_11, t0.title AS title_12, t0.location AS location_13, t0.description AS description_14, t0.subdomain AS subdomain_15, t0.logo_png_name AS logo_png_name_16, t0.logo_svg_name AS logo_svg_name_17, t0.icon_name AS icon_name_18, t0.logo_transparent_name AS logo_transparent_name_19, t0.primary_color AS primary_color_20, t0.secondary_color AS secondary_color_21, t0.primary_typography AS primary_typography_22, t0.secondary_typography AS secondary_typography_23, t0.locales AS locales_24, t0.is_default AS is_default_25, t0.signature_name AS signature_name_26, t0.signatory AS signatory_27, t0.signatory_position AS signatory_position_28, t0.menu_transparency AS menu_transparency_29, t0.color_mode AS color_mode_30, t0.pre_header_bg AS pre_header_bg_31, t0.pre_header_color_mode AS pre_header_color_mode_32, t0.header_bg AS header_bg_33, t0.header_color_mode AS header_color_mode_34, t0.pre_footer_bg AS pre_footer_bg_35, t0.footer_color_mode AS footer_color_mode_36, t0.footer_bg AS footer_bg_37, t0.social_x AS social_x_38, t0.social_facebook AS social_facebook_39, t0.social_youtube AS social_youtube_40, t0.social_instagram AS social_instagram_41, t0.social_linkedin AS social_linkedin_42, t0.social_tiktok AS social_tiktok_43, t0.social_whatsapp AS social_whatsapp_44, t0.social_telegram AS social_telegram_45, t0.landing_pre_titulo AS landing_pre_titulo_46, t0.landing_titulo AS landing_titulo_47, t0.landing_descripcion AS landing_descripcion_48, t0.compiled_version AS compiled_version_49, t0.footer_signature AS footer_signature_50, t0.created_at AS created_at_51, t0.updated_at AS updated_at_52, t0.type_line_id AS type_line_id_53, t54.id AS id_55, t54.mail_provider AS mail_provider_56, t54.mail_api_provider AS mail_api_provider_57, t54.mail_from_address AS mail_from_address_58, t54.mail_from_name AS mail_from_name_59, t54.mail_host AS mail_host_60, t54.mail_port AS mail_port_61, t54.mail_encryption AS mail_encryption_62, t54.mail_username AS mail_username_63, t54.mail_password AS mail_password_64, t54.mail_api_key AS mail_api_key_65, t54.mail_domain AS mail_domain_66, t54.mail_region AS mail_region_67, t54.mail_aws_secret_key AS mail_aws_secret_key_68, t54.sms_provider AS sms_provider_69, t54.sms_wsdl_url AS sms_wsdl_url_70, t54.sms_username AS sms_username_71, t54.sms_password AS sms_password_72, t54.created_at AS created_at_73, t54.updated_at AS updated_at_74, t54.company_id AS company_id_75 FROM company t0 LEFT JOIN company_notification_config t54 ON t54.company_id = t0.id WHERE t0.is_default = ? LIMIT 1 (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t0.email_naming AS email_naming_4, t0.theme AS theme_5, t0.color AS color_6, t0.text_color AS text_color_7, t0.domain AS domain_8, t0.is_active AS is_active_9, t0.active_user_limit AS active_user_limit_10, t0.registered_user_limit AS registered_user_limit_11, t0.title AS title_12, t0.location AS location_13, t0.description AS description_14, t0.subdomain AS subdomain_15, t0.logo_png_name AS logo_png_name_16, t0.logo_svg_name AS logo_svg_name_17, t0.icon_name AS icon_name_18, t0.logo_transparent_name AS logo_transparent_name_19, t0.primary_color AS primary_color_20, t0.secondary_color AS secondary_color_21, t0.primary_typography AS primary_typography_22, t0.secondary_typography AS secondary_typography_23, t0.locales AS locales_24, t0.is_default AS is_default_25, t0.signature_name AS signature_name_26, t0.signatory AS signatory_27, t0.signatory_position AS signatory_position_28, t0.menu_transparency AS menu_transparency_29, t0.color_mode AS color_mode_30, t0.pre_header_bg AS pre_header_bg_31, t0.pre_header_color_mode AS pre_header_color_mode_32, t0.header_bg AS header_bg_33, t0.header_color_mode AS header_color_mode_34, t0.pre_footer_bg AS pre_footer_bg_35, t0.footer_color_mode AS footer_color_mode_36, t0.footer_bg AS footer_bg_37, t0.social_x AS social_x_38, t0.social_facebook AS social_facebook_39, t0.social_youtube AS social_youtube_40, t0.social_instagram AS social_instagram_41, t0.social_linkedin AS social_linkedin_42, t0.social_tiktok AS social_tiktok_43, t0.social_whatsapp AS social_whatsapp_44, t0.social_telegram AS social_telegram_45, t0.landing_pre_titulo AS landing_pre_titulo_46, t0.landing_titulo AS landing_titulo_47, t0.landing_descripcion AS landing_descripcion_48, t0.compiled_version AS compiled_version_49, t0.footer_signature AS footer_signature_50, t0.created_at AS created_at_51, t0.updated_at AS updated_at_52, t0.type_line_id AS type_line_id_53, t54.id AS id_55, t54.mail_provider AS mail_provider_56, t54.mail_api_provider AS mail_api_provider_57, t54.mail_from_address AS mail_from_address_58, t54.mail_from_name AS mail_from_name_59, t54.mail_host AS mail_host_60, t54.mail_port AS mail_port_61, t54.mail_encryption AS mail_encryption_62, t54.mail_username AS mail_username_63, t54.mail_password AS mail_password_64, t54.mail_api_key AS mail_api_key_65, t54.mail_domain AS mail_domain_66, t54.mail_region AS mail_region_67, t54.mail_aws_secret_key AS mail_aws_secret_key_68, t54.sms_provider AS sms_provider_69, t54.sms_wsdl_url AS sms_wsdl_url_70, t54.sms_username AS sms_username_71, t54.sms_password AS sms_password_72, t54.created_at AS created_at_73, t54.updated_at AS updated_at_74, t54.company_id AS company_id_75 FROM company t0 LEFT JOIN company_notification_config t54 ON t54.company_id = t0.id WHERE t0.is_default = ? LIMIT 1",
    "params": {
        "1": 1
    },
    "types": {
        "1": 5
    }
}
INFO 16:16:28 deprecation User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead.
{
    "exception": {}
}
INFO 16:16:28 deprecation User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead.
{
    "exception": {}
}
DEBUG 16:16:28 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:16:28 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:16:28 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 16:16:28 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:16:28 event Notified event "kernel.request" to listener "AlejandriaBundle\EventListener\Company\CompanyBrandMigrationCheckListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "AlejandriaBundle\\EventListener\\Company\\CompanyBrandMigrationCheckListener::onKernelRequest"
}
DEBUG 16:16:28 event Notified event "kernel.request" to listener "AlejandriaBundle\EventListener\Company\CompanyBrandMigrationCheckListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "AlejandriaBundle\\EventListener\\Company\\CompanyBrandMigrationCheckListener::onKernelRequest"
}
DEBUG 16:16:28 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:16:28 event Notified event "kernel.request" to listener "AlejandriaBundle\EventSubscriber\UnsupportedBrowserSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "AlejandriaBundle\\EventSubscriber\\UnsupportedBrowserSubscriber::onKernelRequest"
}
DEBUG 16:16:28 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:16:28 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:16:28 event Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Symfony\\EventListener\\AddFormatListener::onKernelRequest"
}
DEBUG 16:16:28 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:16:28 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:16:28 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:16:28 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:16:28 event Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\ReadListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Symfony\\EventListener\\ReadListener::onKernelRequest"
}
DEBUG 16:16:28 event Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "ApiPlatform\\Symfony\\EventListener\\DeserializeListener::onKernelRequest"
}
DEBUG 16:16:28 event Notified event "kernel.request" to listener "MobileDetectBundle\EventListener\RequestResponseListener::handleRequest".
{
    "event": "kernel.request",
    "listener": "MobileDetectBundle\\EventListener\\RequestResponseListener::handleRequest"
}
DEBUG 16:16:28 event Notified event "kernel.request" to listener "AlejandriaBundle\EventListener\DomainListener::onDomainParse".
{
    "event": "kernel.request",
    "listener": "AlejandriaBundle\\EventListener\\DomainListener::onDomainParse"
}
DEBUG 16:16:28 event Notified event "kernel.request" to listener "AlejandriaBundle\EventListener\ForceChangePasswordListener::onCheckPass".
{
    "event": "kernel.request",
    "listener": "AlejandriaBundle\\EventListener\\ForceChangePasswordListener::onCheckPass"
}
DEBUG 16:16:28 event Notified event "kernel.request" to listener "AlejandriaBundle\EventListener\Maintenance\MaintenanceModeListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "AlejandriaBundle\\EventListener\\Maintenance\\MaintenanceModeListener::onKernelRequest"
}
DEBUG 16:16:28 event Notified event "kernel.request" to listener "AlejandriaBundle\EventListener\Menu\BackendMenuListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "AlejandriaBundle\\EventListener\\Menu\\BackendMenuListener::onKernelRequest"
}
DEBUG 16:16:28 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:16:28 event Notified event "kernel.request" to listener "AlejandriaBundle\EventSubscriber\RequestSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "AlejandriaBundle\\EventSubscriber\\RequestSubscriber::onKernelRequest"
}
DEBUG 16:16:28 event Notified event "kernel.request" to listener "AlejandriaBundle\EventListener\ActivityListener::onActivityLog".
{
    "event": "kernel.request",
    "listener": "AlejandriaBundle\\EventListener\\ActivityListener::onActivityLog"
}
DEBUG 16:16:28 event Notified event "kernel.request" to listener "AlejandriaBundle\EventListener\RequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "AlejandriaBundle\\EventListener\\RequestListener::onKernelRequest"
}
DEBUG 16:16:28 event Notified event "kernel.controller" to listener "AlejandriaBundle\EventListener\CheckIfFeatureIsEnabledListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "AlejandriaBundle\\EventListener\\CheckIfFeatureIsEnabledListener::onKernelController"
}
DEBUG 16:16:28 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:16:28 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:16:28 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:16:28 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:16:28 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:16:28 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:16:28 event Notified event "kernel.controller_arguments" to listener "ContainerWy8Ri8H\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerWy8Ri8H\\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
}
DEBUG 16:16:28 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:16:28 deprecation User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead.
{
    "exception": {}
}
INFO 16:16:28 deprecation User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead.
{
    "exception": {}
}
INFO 16:16:28 deprecation User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead.
{
    "exception": {}
}
INFO 16:16:28 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)