Since symfony/templating 6.4: "Symfony\Component\Templating\Helper\Helper" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.
Since symfony/templating 6.4: "Symfony\Component\Templating\Helper\HelperInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.
Enabling the "sensio_framework_extra.router.annotations" configuration is deprecated since version 5.2. Set it to false and use the "Symfony\Component\Routing\Annotation\Route" annotation from Symfony itself.
Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the "framework.annotations.enabled" config option to false.
Since symfony/doctrine-bridge 6.3: Registering "App\EventSubscriber\Admin\DoctrineSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\EventSubscriber\Admin\FrontUrlSubscriber" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\Manager\CartManager" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\Manager\HookManager" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\Service\Log\Logger" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "TicketFactory\Module\TceModule\EventSubscriber\Admin\FrontUrlSubscriber" service.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "App\Command\TicketingSynchronization" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "App\Command\TicketingSynchronization" class instead.
Since symfony/dependency-injection 6.4: "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" is deprecated, use dependency injection in your fixtures instead.
Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\Helper\HelperInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.
User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\Helper\Helper" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.
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:82 called by App_KernelDevDebugContainer.php:2460, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:71 called by App_KernelDevDebugContainer.php:2450, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)
User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:169 called by EntityManager.php:182, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "10.9.3-MariaDB" instead of "mariadb-10.9". (AbstractMySQLDriver.php:154 called by AbstractMySQLDriver.php:42, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\EventSubscriber\Admin\DoctrineSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_maintenance_mode"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_maintenance_mode"
]
"types" => [1 => 2]
]
deprecation
User Deprecated: Method Doctrine\ORM\Event\LifecycleEventArgs::getEntity() is deprecated and will be removed in Doctrine ORM 3.0. Use getObject() instead. (LifecycleEventArgs.php:49 called by DoctrineSubscriber.php:81, https://github.com/doctrine/orm/issues/9875, package doctrine/orm)
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ ORDER BY h0_.name ASC, h0_.position ASC"
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ ORDER BY h0_.name ASC, h0_.position ASC"
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5 FROM module t0 WHERE t0.id = ?"
(parameters:
[1 => 44]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5 FROM module t0 WHERE t0.id = ?"
"params" => [1 => 44]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "actionEventCategoryFormPreSetData"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "actionEventFormPreSetData"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "actionEventMediaFormPreSetData"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "actionEventPriceFormPreSetData"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "actionMediaFormPreSetData"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "actionMenuEntryFormPreSetData"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "actionPageFormPreSetData"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "actionSeasonFormPreSetData"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "actionSeatingPlanFormPreSetData"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "actionTagFormPreSetData"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
(parameters:
[1 => "TceModule"
2 => "displayHomeContent"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "displayHomeContent"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5 FROM module t0 WHERE t0.id = ?"
(parameters:
[1 => 41]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5 FROM module t0 WHERE t0.id = ?"
"params" => [1 => 41]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
(parameters:
[1 => "FlashInfo"
2 => "displayHomeContent"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "FlashInfo"
2 => "displayHomeContent"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
(parameters:
[1 => "TceModule"
2 => "displayHomeEvent"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "displayHomeEvent"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
(parameters:
[1 => "TceModule"
2 => "displayHomeHeader"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "displayHomeHeader"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
(parameters:
[1 => "FlashInfo"
2 => "displayHomeHeader"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "FlashInfo"
2 => "displayHomeHeader"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
(parameters:
[1 => "TceModule"
2 => "displayHomeMedias"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "displayHomeMedias"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
(parameters:
[1 => "TceModule"
2 => "displayNewsletter"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "displayNewsletter"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
(parameters:
[1 => "FlashInfo"
2 => "displayPageContent"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "FlashInfo"
2 => "displayPageContent"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
(parameters:
[1 => "TceModule"
2 => "displayRelatedEvents"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "displayRelatedEvents"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
(parameters:
[1 => "TceModule"
2 => "displaySliderElement"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "displaySliderElement"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5 FROM module t0 WHERE t0.id = ?"
(parameters:
[1 => 31]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5 FROM module t0 WHERE t0.id = ?"
"params" => [1 => 31]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "SocialNetwork"
2 => "displaySocialNetwork"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
(parameters:
[1 => "TceModule"
2 => "TagSaved"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "TceModule"
2 => "TagSaved"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5 FROM module t0 WHERE t0.id = ?"
(parameters:
[1 => 46]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5 FROM module t0 WHERE t0.id = ?"
"params" => [1 => 46]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
(parameters:
[1 => "Secutix"
2 => "TicketingValidated"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ INNER JOIN module m1_ ON h0_.module_id = m1_.id WHERE m1_.name = ? AND h0_.name = ?"
"params" => [1 => "Secutix"
2 => "TicketingValidated"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "ContentSaved"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "ContentSaved"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "ContentTypeInstantiated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "ContentTypeInstantiated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "ContentTypeSaved"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "ContentTypeSaved"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "CustomerValidated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "CustomerValidated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "EventCategoryInstantiated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "EventCategoryInstantiated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "EventCategorySaved"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "EventCategorySaved"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "EventCategoryValidated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "EventCategoryValidated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "EventSaved"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "EventSaved"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "EventValidated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "EventValidated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "ImageFormatInstantiated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "ImageFormatInstantiated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "LanguageSaved"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "LanguageSaved"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "LanguageValidated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "LanguageValidated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "MediaCategorySaved"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "MediaCategorySaved"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "MediaCategoryValidated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "MediaCategoryValidated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "MediaInstantiated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "MediaInstantiated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "MediaSaved"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "MediaSaved"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "MenuEntrySaved"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "MenuEntrySaved"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "MenuEntryDeleted"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "MenuEntryDeleted"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "PageSaved"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "PageSaved"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "PageInstantiated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "PageInstantiated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "ParameterValidated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "ParameterValidated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "ParameterSaved"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "ParameterSaved"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "ProductCategorySaved"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "ProductCategorySaved"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "ProductCategoryValidated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "ProductCategoryValidated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "ProductValidated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "ProductValidated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "RoomInstantiated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "RoomInstantiated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "SeasonInstantiated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "SeasonInstantiated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "TicketingInstantiated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "TicketingInstantiated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "UrlValidated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "UrlValidated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "UserInstantiated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "UserInstantiated"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
(parameters:
[1 => "UserValidated"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.classname AS classname_2, h0_.position AS position_3, h0_.display_hook AS display_hook_4, h0_.module_id AS module_id_5 FROM hook h0_ WHERE h0_.name = ?"
"params" => [1 => "UserValidated"
]
"types" => [1 => 2]
]
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_use_ssl"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_use_ssl"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_website_host"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_new_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_new_website_host"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_website_host"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT r0_.created_at AS created_at_0, r0_.updated_at AS updated_at_1, r0_.active AS active_2, r0_.id AS id_3, r0_.redirect_type AS redirect_type_4, r0_.redirect_from AS redirect_from_5, r0_.redirect_to AS redirect_to_6 FROM redirection r0_ WHERE r0_.active = 1 AND r0_.redirect_from = ? ORDER BY r0_.created_at DESC"
(parameters:
[1 => "/medias-hors-champs/replay"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT r0_.created_at AS created_at_0, r0_.updated_at AS updated_at_1, r0_.active AS active_2, r0_.id AS id_3, r0_.redirect_type AS redirect_type_4, r0_.redirect_from AS redirect_from_5, r0_.redirect_to AS redirect_to_6 FROM redirection r0_ WHERE r0_.active = 1 AND r0_.redirect_from = ? ORDER BY r0_.created_at DESC"
"params" => [1 => "/medias-hors-champs/replay"
]
"types" => [1 => 2]
]
User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement.
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.slug = ?"
(parameters:
[1 => 12 => "medias-hors-champs"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.slug = ?"
"params" => [1 => 12 => "medias-hors-champs"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.slug = ?"
(parameters:
[1 => 12 => "replay"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.slug = ?"
"params" => [1 => 12 => "replay"
]
"types" => [1 => 12 => 2]
]
debug
Executing query:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 ORDER BY u0_.position ASC"
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 ORDER BY u0_.position ASC"
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_maintenance_mode"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_maintenance_mode"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_use_ssl"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_use_ssl"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_website_host"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_new_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_new_website_host"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_website_host"
]
"types" => [1 => 2]
]
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT DATABASE()"
doctrine
[
"sql" => "SELECT DATABASE()"
]
debug
Executing statement:
"""
SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME
"""
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_maintenance_mode"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_maintenance_mode"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_use_ssl"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_use_ssl"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_website_host"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_new_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_new_website_host"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_website_host"
]
"types" => [1 => 2]
]
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_maintenance_mode"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_maintenance_mode"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_use_ssl"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_use_ssl"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_website_host"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_new_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_new_website_host"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_website_host"
]
"types" => [1 => 2]
]
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT e0_.created_at AS created_at_0, e0_.updated_at AS updated_at_1, e0_.active AS active_2, e0_.id AS id_3, e0_.name AS name_4, e0_.language_group AS language_group_5, e0_.slug AS slug_6, e0_.position AS position_7, e0_.keyword AS keyword_8, e0_.lft AS lft_9, e0_.rgt AS rgt_10, e0_.lvl AS lvl_11, e0_.calendar_displayed AS calendar_displayed_12, e0_.subtitle AS subtitle_13, e0_.meta_title AS meta_title_14, e0_.meta_description AS meta_description_15, e0_.fb_title AS fb_title_16, e0_.fb_description AS fb_description_17, e0_.tw_title AS tw_title_18, e0_.tw_description AS tw_description_19, e0_.indexed AS indexed_20, e0_.tree_root AS tree_root_21, e0_.parent_id AS parent_id_22, e0_.lang_id AS lang_id_23, e0_.social_image_id AS social_image_id_24 FROM event_category e0_ INNER JOIN language l1_ ON e0_.lang_id = l1_.id AND (l1_.id = ?) WHERE e0_.active = 1 AND e0_.slug = ?"
(parameters:
[1 => 12 => "replay"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT e0_.created_at AS created_at_0, e0_.updated_at AS updated_at_1, e0_.active AS active_2, e0_.id AS id_3, e0_.name AS name_4, e0_.language_group AS language_group_5, e0_.slug AS slug_6, e0_.position AS position_7, e0_.keyword AS keyword_8, e0_.lft AS lft_9, e0_.rgt AS rgt_10, e0_.lvl AS lvl_11, e0_.calendar_displayed AS calendar_displayed_12, e0_.subtitle AS subtitle_13, e0_.meta_title AS meta_title_14, e0_.meta_description AS meta_description_15, e0_.fb_title AS fb_title_16, e0_.fb_description AS fb_description_17, e0_.tw_title AS tw_title_18, e0_.tw_description AS tw_description_19, e0_.indexed AS indexed_20, e0_.tree_root AS tree_root_21, e0_.parent_id AS parent_id_22, e0_.lang_id AS lang_id_23, e0_.social_image_id AS social_image_id_24 FROM event_category e0_ INNER JOIN language l1_ ON e0_.lang_id = l1_.id AND (l1_.id = ?) WHERE e0_.active = 1 AND e0_.slug = ?"
"params" => [1 => 12 => "replay"
]
"types" => [1 => 12 => 2]
]
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_maintenance_mode"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_maintenance_mode"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_use_ssl"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_use_ssl"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_website_host"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_new_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_new_website_host"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_website_host"
]
"types" => [1 => 2]
]
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_maintenance_mode"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_maintenance_mode"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_use_ssl"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_use_ssl"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_website_host"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_new_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_new_website_host"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_website_host"
]
"types" => [1 => 2]
]
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
(parameters:
[1 => 126]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
"params" => [1 => 126]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
(parameters:
[1 => 16]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
"params" => [1 => 16]
"types" => [1 => 1]
]
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_maintenance_mode"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_maintenance_mode"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_use_ssl"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_use_ssl"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_website_host"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_new_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_new_website_host"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_website_host"
]
"types" => [1 => 2]
]
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_maintenance_mode"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_maintenance_mode"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_use_ssl"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_use_ssl"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_website_host"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_new_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_new_website_host"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_website_host"
]
"types" => [1 => 2]
]
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.is_default = 1"
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.is_default = 1"
]
debug
Executing statement:
"SELECT m0_.created_at AS created_at_0, m0_.updated_at AS updated_at_1, m0_.active AS active_2, m0_.id AS id_3, m0_.name AS name_4, m0_.short_description AS short_description_5, m0_.slug AS slug_6, m0_.position AS position_7, m0_.keyword AS keyword_8, m0_.lft AS lft_9, m0_.rgt AS rgt_10, m0_.lvl AS lvl_11, m0_.language_group AS language_group_12, m1_.created_at AS created_at_13, m1_.updated_at AS updated_at_14, m1_.active AS active_15, m1_.id AS id_16, m1_.name AS name_17, m1_.short_description AS short_description_18, m1_.slug AS slug_19, m1_.position AS position_20, m1_.keyword AS keyword_21, m1_.lft AS lft_22, m1_.rgt AS rgt_23, m1_.lvl AS lvl_24, m1_.language_group AS language_group_25, m2_.created_at AS created_at_26, m2_.updated_at AS updated_at_27, m2_.active AS active_28, m2_.id AS id_29, m2_.name AS name_30, m2_.short_description AS short_description_31, m2_.slug AS slug_32, m2_.position AS position_33, m2_.keyword AS keyword_34, m2_.lft AS lft_35, m2_.rgt AS rgt_36, m2_.lvl AS lvl_37, m2_.language_group AS language_group_38, m0_.tree_root AS tree_root_39, m0_.parent_id AS parent_id_40, m0_.lang_id AS lang_id_41, m1_.tree_root AS tree_root_42, m1_.parent_id AS parent_id_43, m1_.lang_id AS lang_id_44, m2_.tree_root AS tree_root_45, m2_.parent_id AS parent_id_46, m2_.lang_id AS lang_id_47 FROM media_category m0_ INNER JOIN language l3_ ON m0_.lang_id = l3_.id AND (l3_.id = ?) LEFT JOIN media_category m1_ ON m0_.id = m1_.parent_id LEFT JOIN media_category m2_ ON m1_.id = m2_.parent_id WHERE m0_.active = 1 AND m0_.slug = ? ORDER BY m0_.tree_root ASC, m0_.position ASC, m1_.position ASC, m2_.position ASC, m1_.lft ASC, m2_.lft ASC"
(parameters:
[1 => 12 => "replay"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT m0_.created_at AS created_at_0, m0_.updated_at AS updated_at_1, m0_.active AS active_2, m0_.id AS id_3, m0_.name AS name_4, m0_.short_description AS short_description_5, m0_.slug AS slug_6, m0_.position AS position_7, m0_.keyword AS keyword_8, m0_.lft AS lft_9, m0_.rgt AS rgt_10, m0_.lvl AS lvl_11, m0_.language_group AS language_group_12, m1_.created_at AS created_at_13, m1_.updated_at AS updated_at_14, m1_.active AS active_15, m1_.id AS id_16, m1_.name AS name_17, m1_.short_description AS short_description_18, m1_.slug AS slug_19, m1_.position AS position_20, m1_.keyword AS keyword_21, m1_.lft AS lft_22, m1_.rgt AS rgt_23, m1_.lvl AS lvl_24, m1_.language_group AS language_group_25, m2_.created_at AS created_at_26, m2_.updated_at AS updated_at_27, m2_.active AS active_28, m2_.id AS id_29, m2_.name AS name_30, m2_.short_description AS short_description_31, m2_.slug AS slug_32, m2_.position AS position_33, m2_.keyword AS keyword_34, m2_.lft AS lft_35, m2_.rgt AS rgt_36, m2_.lvl AS lvl_37, m2_.language_group AS language_group_38, m0_.tree_root AS tree_root_39, m0_.parent_id AS parent_id_40, m0_.lang_id AS lang_id_41, m1_.tree_root AS tree_root_42, m1_.parent_id AS parent_id_43, m1_.lang_id AS lang_id_44, m2_.tree_root AS tree_root_45, m2_.parent_id AS parent_id_46, m2_.lang_id AS lang_id_47 FROM media_category m0_ INNER JOIN language l3_ ON m0_.lang_id = l3_.id AND (l3_.id = ?) LEFT JOIN media_category m1_ ON m0_.id = m1_.parent_id LEFT JOIN media_category m2_ ON m1_.id = m2_.parent_id WHERE m0_.active = 1 AND m0_.slug = ? ORDER BY m0_.tree_root ASC, m0_.position ASC, m1_.position ASC, m2_.position ASC, m1_.lft ASC, m2_.lft ASC"
"params" => [1 => 12 => "replay"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
(parameters:
[1 => "MediaCategory"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
"params" => [1 => "MediaCategory"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.is_default = 1"
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.is_default = 1"
]
debug
Executing statement:
"SELECT m0_.created_at AS created_at_0, m0_.updated_at AS updated_at_1, m0_.active AS active_2, m0_.id AS id_3, m0_.name AS name_4, m0_.short_description AS short_description_5, m0_.slug AS slug_6, m0_.position AS position_7, m0_.keyword AS keyword_8, m0_.lft AS lft_9, m0_.rgt AS rgt_10, m0_.lvl AS lvl_11, m0_.language_group AS language_group_12, m0_.tree_root AS tree_root_13, m0_.parent_id AS parent_id_14, m0_.lang_id AS lang_id_15 FROM media_category m0_ INNER JOIN language l1_ ON m0_.lang_id = l1_.id AND (l1_.id = ?) WHERE m0_.active = 1 AND m0_.lvl = ? AND m0_.slug = ? ORDER BY m0_.tree_root ASC, m0_.position ASC"
(parameters:
[1 => 12 => 13 => "types"
]
, types:
[1 => 12 => 13 => 2]
)
doctrine
[
"sql" => "SELECT m0_.created_at AS created_at_0, m0_.updated_at AS updated_at_1, m0_.active AS active_2, m0_.id AS id_3, m0_.name AS name_4, m0_.short_description AS short_description_5, m0_.slug AS slug_6, m0_.position AS position_7, m0_.keyword AS keyword_8, m0_.lft AS lft_9, m0_.rgt AS rgt_10, m0_.lvl AS lvl_11, m0_.language_group AS language_group_12, m0_.tree_root AS tree_root_13, m0_.parent_id AS parent_id_14, m0_.lang_id AS lang_id_15 FROM media_category m0_ INNER JOIN language l1_ ON m0_.lang_id = l1_.id AND (l1_.id = ?) WHERE m0_.active = 1 AND m0_.lvl = ? AND m0_.slug = ? ORDER BY m0_.tree_root ASC, m0_.position ASC"
"params" => [1 => 12 => 13 => "types"
]
"types" => [1 => 12 => 13 => 2]
]
debug
Executing query:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.is_default = 1"
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.is_default = 1"
]
debug
Executing statement:
"SELECT m0_.created_at AS created_at_0, m0_.updated_at AS updated_at_1, m0_.active AS active_2, m0_.id AS id_3, m0_.name AS name_4, m0_.short_description AS short_description_5, m0_.slug AS slug_6, m0_.position AS position_7, m0_.keyword AS keyword_8, m0_.lft AS lft_9, m0_.rgt AS rgt_10, m0_.lvl AS lvl_11, m0_.language_group AS language_group_12, m0_.tree_root AS tree_root_13, m0_.parent_id AS parent_id_14, m0_.lang_id AS lang_id_15 FROM media_category m0_ INNER JOIN language l1_ ON m0_.lang_id = l1_.id AND (l1_.id = ?) WHERE m0_.active = 1 AND m0_.tree_root = ? AND m0_.lvl = ? AND m0_.lft > ? AND m0_.rgt < ? ORDER BY m0_.tree_root ASC, m0_.position ASC"
(parameters:
[1 => 12 => 13 => 24 => 25 => 81]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT m0_.created_at AS created_at_0, m0_.updated_at AS updated_at_1, m0_.active AS active_2, m0_.id AS id_3, m0_.name AS name_4, m0_.short_description AS short_description_5, m0_.slug AS slug_6, m0_.position AS position_7, m0_.keyword AS keyword_8, m0_.lft AS lft_9, m0_.rgt AS rgt_10, m0_.lvl AS lvl_11, m0_.language_group AS language_group_12, m0_.tree_root AS tree_root_13, m0_.parent_id AS parent_id_14, m0_.lang_id AS lang_id_15 FROM media_category m0_ INNER JOIN language l1_ ON m0_.lang_id = l1_.id AND (l1_.id = ?) WHERE m0_.active = 1 AND m0_.tree_root = ? AND m0_.lvl = ? AND m0_.lft > ? AND m0_.rgt < ? ORDER BY m0_.tree_root ASC, m0_.position ASC"
"params" => [1 => 12 => 13 => 24 => 25 => 81]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT m0_.created_at AS created_at_0, m0_.updated_at AS updated_at_1, m0_.active AS active_2, m0_.id AS id_3, m0_.name AS name_4, m0_.short_description AS short_description_5, m0_.slug AS slug_6, m0_.position AS position_7, m0_.keyword AS keyword_8, m0_.lft AS lft_9, m0_.rgt AS rgt_10, m0_.lvl AS lvl_11, m0_.language_group AS language_group_12, m0_.tree_root AS tree_root_13, m0_.parent_id AS parent_id_14, m0_.lang_id AS lang_id_15 FROM media_category m0_ INNER JOIN language l1_ ON m0_.lang_id = l1_.id AND (l1_.id = ?) WHERE m0_.active = 1 AND m0_.tree_root = ? AND m0_.lvl > ? AND m0_.lft > ? AND m0_.rgt < ? ORDER BY m0_.tree_root ASC, m0_.position ASC"
(parameters:
[1 => 12 => 13 => 34 => 435 => 58]
, types:
[1 => 12 => 13 => 14 => 15 => 1]
)
doctrine
[
"sql" => "SELECT m0_.created_at AS created_at_0, m0_.updated_at AS updated_at_1, m0_.active AS active_2, m0_.id AS id_3, m0_.name AS name_4, m0_.short_description AS short_description_5, m0_.slug AS slug_6, m0_.position AS position_7, m0_.keyword AS keyword_8, m0_.lft AS lft_9, m0_.rgt AS rgt_10, m0_.lvl AS lvl_11, m0_.language_group AS language_group_12, m0_.tree_root AS tree_root_13, m0_.parent_id AS parent_id_14, m0_.lang_id AS lang_id_15 FROM media_category m0_ INNER JOIN language l1_ ON m0_.lang_id = l1_.id AND (l1_.id = ?) WHERE m0_.active = 1 AND m0_.tree_root = ? AND m0_.lvl > ? AND m0_.lft > ? AND m0_.rgt < ? ORDER BY m0_.tree_root ASC, m0_.position ASC"
"params" => [1 => 12 => 13 => 34 => 435 => 58]
"types" => [1 => 12 => 13 => 14 => 15 => 1]
]
debug
Executing statement:
"SELECT DISTINCT id_3 FROM (SELECT DISTINCT id_3, publication_date_8, created_at_0 FROM (SELECT a0_.created_at AS created_at_0, a0_.updated_at AS updated_at_1, a0_.active AS active_2, a0_.id AS id_3, a0_.title AS title_4, a0_.subtitle AS subtitle_5, a0_.description AS description_6, a0_.slug AS slug_7, a0_.publication_date AS publication_date_8, a0_.language_group AS language_group_9, a0_.meta_title AS meta_title_10, a0_.meta_description AS meta_description_11, a0_.fb_title AS fb_title_12, a0_.fb_description AS fb_description_13, a0_.tw_title AS tw_title_14, a0_.tw_description AS tw_description_15, a0_.indexed AS indexed_16, m1_.created_at AS created_at_17, m1_.updated_at AS updated_at_18, m1_.active AS active_19, m1_.id AS id_20, m1_.name AS name_21, m1_.short_description AS short_description_22, m1_.slug AS slug_23, m1_.position AS position_24, m1_.keyword AS keyword_25, m1_.lft AS lft_26, m1_.rgt AS rgt_27, m1_.lvl AS lvl_28, m1_.language_group AS language_group_29 FROM article a0_ LEFT JOIN article_media_category a2_ ON a0_.id = a2_.article_id LEFT JOIN media_category m1_ ON m1_.id = a2_.media_category_id WHERE a0_.active = 1 AND m1_.id IN (?, ?, ?, ?, ?, ?)) dctrn_result_inner ORDER BY publication_date_8 DESC, created_at_0 DESC) dctrn_result LIMIT 15"
(parameters:
[1 => 42 => 543 => 554 => 535 => 126 => 11]
, types:
[1 => 12 => 13 => 14 => 15 => 16 => 1]
)
doctrine
[
"sql" => "SELECT DISTINCT id_3 FROM (SELECT DISTINCT id_3, publication_date_8, created_at_0 FROM (SELECT a0_.created_at AS created_at_0, a0_.updated_at AS updated_at_1, a0_.active AS active_2, a0_.id AS id_3, a0_.title AS title_4, a0_.subtitle AS subtitle_5, a0_.description AS description_6, a0_.slug AS slug_7, a0_.publication_date AS publication_date_8, a0_.language_group AS language_group_9, a0_.meta_title AS meta_title_10, a0_.meta_description AS meta_description_11, a0_.fb_title AS fb_title_12, a0_.fb_description AS fb_description_13, a0_.tw_title AS tw_title_14, a0_.tw_description AS tw_description_15, a0_.indexed AS indexed_16, m1_.created_at AS created_at_17, m1_.updated_at AS updated_at_18, m1_.active AS active_19, m1_.id AS id_20, m1_.name AS name_21, m1_.short_description AS short_description_22, m1_.slug AS slug_23, m1_.position AS position_24, m1_.keyword AS keyword_25, m1_.lft AS lft_26, m1_.rgt AS rgt_27, m1_.lvl AS lvl_28, m1_.language_group AS language_group_29 FROM article a0_ LEFT JOIN article_media_category a2_ ON a0_.id = a2_.article_id LEFT JOIN media_category m1_ ON m1_.id = a2_.media_category_id WHERE a0_.active = 1 AND m1_.id IN (?, ?, ?, ?, ?, ?)) dctrn_result_inner ORDER BY publication_date_8 DESC, created_at_0 DESC) dctrn_result LIMIT 15"
"params" => [1 => 42 => 543 => 554 => 535 => 126 => 11]
"types" => [1 => 12 => 13 => 14 => 15 => 16 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_3 FROM (SELECT a0_.created_at AS created_at_0, a0_.updated_at AS updated_at_1, a0_.active AS active_2, a0_.id AS id_3, a0_.title AS title_4, a0_.subtitle AS subtitle_5, a0_.description AS description_6, a0_.slug AS slug_7, a0_.publication_date AS publication_date_8, a0_.language_group AS language_group_9, a0_.meta_title AS meta_title_10, a0_.meta_description AS meta_description_11, a0_.fb_title AS fb_title_12, a0_.fb_description AS fb_description_13, a0_.tw_title AS tw_title_14, a0_.tw_description AS tw_description_15, a0_.indexed AS indexed_16 FROM article a0_ LEFT JOIN article_media_category a2_ ON a0_.id = a2_.article_id LEFT JOIN media_category m1_ ON m1_.id = a2_.media_category_id WHERE a0_.active = 1 AND m1_.id IN (?, ?, ?, ?, ?, ?) ORDER BY a0_.publication_date DESC, a0_.created_at DESC) dctrn_result) dctrn_table"
(parameters:
[1 => 42 => 543 => 554 => 535 => 126 => 11]
, types:
[1 => 12 => 13 => 14 => 15 => 16 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_3 FROM (SELECT a0_.created_at AS created_at_0, a0_.updated_at AS updated_at_1, a0_.active AS active_2, a0_.id AS id_3, a0_.title AS title_4, a0_.subtitle AS subtitle_5, a0_.description AS description_6, a0_.slug AS slug_7, a0_.publication_date AS publication_date_8, a0_.language_group AS language_group_9, a0_.meta_title AS meta_title_10, a0_.meta_description AS meta_description_11, a0_.fb_title AS fb_title_12, a0_.fb_description AS fb_description_13, a0_.tw_title AS tw_title_14, a0_.tw_description AS tw_description_15, a0_.indexed AS indexed_16 FROM article a0_ LEFT JOIN article_media_category a2_ ON a0_.id = a2_.article_id LEFT JOIN media_category m1_ ON m1_.id = a2_.media_category_id WHERE a0_.active = 1 AND m1_.id IN (?, ?, ?, ?, ?, ?) ORDER BY a0_.publication_date DESC, a0_.created_at DESC) dctrn_result) dctrn_table"
"params" => [1 => 42 => 543 => 554 => 535 => 126 => 11]
"types" => [1 => 12 => 13 => 14 => 15 => 16 => 1]
]
debug
Executing statement:
"SELECT DISTINCT id_3 FROM (SELECT DISTINCT id_3, begin_date_15, end_date_16, created_at_0 FROM (SELECT m0_.created_at AS created_at_0, m0_.updated_at AS updated_at_1, m0_.active AS active_2, m0_.id AS id_3, m0_.alt AS alt_4, m0_.legend AS legend_5, m0_.title AS title_6, m0_.slug AS slug_7, m0_.iframe AS iframe_8, m0_.document_file_name AS document_file_name_9, m0_.document_type AS document_type_10, m0_.document_size AS document_size_11, m0_.document_url AS document_url_12, m0_.description AS description_13, m0_.subtitle AS subtitle_14, m0_.begin_date AS begin_date_15, m0_.end_date AS end_date_16, m1_.created_at AS created_at_17, m1_.updated_at AS updated_at_18, m1_.active AS active_19, m1_.id AS id_20, m1_.name AS name_21, m1_.short_description AS short_description_22, m1_.slug AS slug_23, m1_.position AS position_24, m1_.keyword AS keyword_25, m1_.lft AS lft_26, m1_.rgt AS rgt_27, m1_.lvl AS lvl_28, m1_.language_group AS language_group_29 FROM media m0_ LEFT JOIN media_media_category m2_ ON m0_.id = m2_.media_id LEFT JOIN media_category m1_ ON m1_.id = m2_.media_category_id WHERE m0_.active = 1 AND m1_.id IN (?, ?, ?, ?, ?, ?)) dctrn_result_inner ORDER BY begin_date_15 DESC, end_date_16 DESC, created_at_0 DESC) dctrn_result LIMIT 15"
(parameters:
[1 => 42 => 543 => 554 => 535 => 126 => 11]
, types:
[1 => 12 => 13 => 14 => 15 => 16 => 1]
)
doctrine
[
"sql" => "SELECT DISTINCT id_3 FROM (SELECT DISTINCT id_3, begin_date_15, end_date_16, created_at_0 FROM (SELECT m0_.created_at AS created_at_0, m0_.updated_at AS updated_at_1, m0_.active AS active_2, m0_.id AS id_3, m0_.alt AS alt_4, m0_.legend AS legend_5, m0_.title AS title_6, m0_.slug AS slug_7, m0_.iframe AS iframe_8, m0_.document_file_name AS document_file_name_9, m0_.document_type AS document_type_10, m0_.document_size AS document_size_11, m0_.document_url AS document_url_12, m0_.description AS description_13, m0_.subtitle AS subtitle_14, m0_.begin_date AS begin_date_15, m0_.end_date AS end_date_16, m1_.created_at AS created_at_17, m1_.updated_at AS updated_at_18, m1_.active AS active_19, m1_.id AS id_20, m1_.name AS name_21, m1_.short_description AS short_description_22, m1_.slug AS slug_23, m1_.position AS position_24, m1_.keyword AS keyword_25, m1_.lft AS lft_26, m1_.rgt AS rgt_27, m1_.lvl AS lvl_28, m1_.language_group AS language_group_29 FROM media m0_ LEFT JOIN media_media_category m2_ ON m0_.id = m2_.media_id LEFT JOIN media_category m1_ ON m1_.id = m2_.media_category_id WHERE m0_.active = 1 AND m1_.id IN (?, ?, ?, ?, ?, ?)) dctrn_result_inner ORDER BY begin_date_15 DESC, end_date_16 DESC, created_at_0 DESC) dctrn_result LIMIT 15"
"params" => [1 => 42 => 543 => 554 => 535 => 126 => 11]
"types" => [1 => 12 => 13 => 14 => 15 => 16 => 1]
]
debug
Executing statement:
"SELECT m0_.created_at AS created_at_0, m0_.updated_at AS updated_at_1, m0_.active AS active_2, m0_.id AS id_3, m0_.alt AS alt_4, m0_.legend AS legend_5, m0_.title AS title_6, m0_.slug AS slug_7, m0_.iframe AS iframe_8, m0_.document_file_name AS document_file_name_9, m0_.document_type AS document_type_10, m0_.document_size AS document_size_11, m0_.document_url AS document_url_12, m0_.description AS description_13, m0_.subtitle AS subtitle_14, m0_.begin_date AS begin_date_15, m0_.end_date AS end_date_16, m0_.main_category_id AS main_category_id_17, m0_.thumbnail_id AS thumbnail_id_18 FROM media m0_ LEFT JOIN media_media_category m2_ ON m0_.id = m2_.media_id LEFT JOIN media_category m1_ ON m1_.id = m2_.media_category_id WHERE m0_.active = 1 AND m1_.id IN (?, ?, ?, ?, ?, ?) AND m0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY m0_.begin_date DESC, m0_.end_date DESC, m0_.created_at DESC"
[
"sql" => "SELECT m0_.created_at AS created_at_0, m0_.updated_at AS updated_at_1, m0_.active AS active_2, m0_.id AS id_3, m0_.alt AS alt_4, m0_.legend AS legend_5, m0_.title AS title_6, m0_.slug AS slug_7, m0_.iframe AS iframe_8, m0_.document_file_name AS document_file_name_9, m0_.document_type AS document_type_10, m0_.document_size AS document_size_11, m0_.document_url AS document_url_12, m0_.description AS description_13, m0_.subtitle AS subtitle_14, m0_.begin_date AS begin_date_15, m0_.end_date AS end_date_16, m0_.main_category_id AS main_category_id_17, m0_.thumbnail_id AS thumbnail_id_18 FROM media m0_ LEFT JOIN media_media_category m2_ ON m0_.id = m2_.media_id LEFT JOIN media_category m1_ ON m1_.id = m2_.media_category_id WHERE m0_.active = 1 AND m1_.id IN (?, ?, ?, ?, ?, ?) AND m0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY m0_.begin_date DESC, m0_.end_date DESC, m0_.created_at DESC"
"params" => [1 => 42 => 543 => 554 => 535 => 126 => 117 => 50448 => 40669 => 387010 => 336611 => 396912 => 373113 => 364714 => 329115 => 328316 => 328117 => 307518 => 308119 => 317020 => 307821 => 3086]
"types" => [1 => 12 => 13 => 14 => 15 => 16 => 17 => 18 => 19 => 110 => 111 => 112 => 113 => 114 => 115 => 116 => 117 => 118 => 119 => 120 => 121 => 1]
]
debug
Executing statement:
"SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_3 FROM (SELECT m0_.created_at AS created_at_0, m0_.updated_at AS updated_at_1, m0_.active AS active_2, m0_.id AS id_3, m0_.alt AS alt_4, m0_.legend AS legend_5, m0_.title AS title_6, m0_.slug AS slug_7, m0_.iframe AS iframe_8, m0_.document_file_name AS document_file_name_9, m0_.document_type AS document_type_10, m0_.document_size AS document_size_11, m0_.document_url AS document_url_12, m0_.description AS description_13, m0_.subtitle AS subtitle_14, m0_.begin_date AS begin_date_15, m0_.end_date AS end_date_16 FROM media m0_ LEFT JOIN media_media_category m2_ ON m0_.id = m2_.media_id LEFT JOIN media_category m1_ ON m1_.id = m2_.media_category_id WHERE m0_.active = 1 AND m1_.id IN (?, ?, ?, ?, ?, ?) ORDER BY m0_.begin_date DESC, m0_.end_date DESC, m0_.created_at DESC) dctrn_result) dctrn_table"
(parameters:
[1 => 42 => 543 => 554 => 535 => 126 => 11]
, types:
[1 => 12 => 13 => 14 => 15 => 16 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_3 FROM (SELECT m0_.created_at AS created_at_0, m0_.updated_at AS updated_at_1, m0_.active AS active_2, m0_.id AS id_3, m0_.alt AS alt_4, m0_.legend AS legend_5, m0_.title AS title_6, m0_.slug AS slug_7, m0_.iframe AS iframe_8, m0_.document_file_name AS document_file_name_9, m0_.document_type AS document_type_10, m0_.document_size AS document_size_11, m0_.document_url AS document_url_12, m0_.description AS description_13, m0_.subtitle AS subtitle_14, m0_.begin_date AS begin_date_15, m0_.end_date AS end_date_16 FROM media m0_ LEFT JOIN media_media_category m2_ ON m0_.id = m2_.media_id LEFT JOIN media_category m1_ ON m1_.id = m2_.media_category_id WHERE m0_.active = 1 AND m1_.id IN (?, ?, ?, ?, ?, ?) ORDER BY m0_.begin_date DESC, m0_.end_date DESC, m0_.created_at DESC) dctrn_result) dctrn_table"
"params" => [1 => 42 => 543 => 554 => 535 => 126 => 11]
"types" => [1 => 12 => 13 => 14 => 15 => 16 => 1]
]
debug
Executing statement:
"SELECT t0_.id AS id_0, t0_.name AS name_1 FROM theme t0_ WHERE t0_.name = ?"
(parameters:
[1 => "FlashInfo"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.name AS name_1 FROM theme t0_ WHERE t0_.name = ?"
"params" => [1 => "FlashInfo"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0_.id AS id_0, t0_.name AS name_1 FROM theme t0_ WHERE t0_.name = ?"
(parameters:
[1 => "Redirection"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.name AS name_1 FROM theme t0_ WHERE t0_.name = ?"
"params" => [1 => "Redirection"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0_.id AS id_0, t0_.name AS name_1 FROM theme t0_ WHERE t0_.name = ?"
(parameters:
[1 => "Secutix"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.name AS name_1 FROM theme t0_ WHERE t0_.name = ?"
"params" => [1 => "Secutix"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0_.id AS id_0, t0_.name AS name_1 FROM theme t0_ WHERE t0_.name = ?"
(parameters:
[1 => "SocialNetwork"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.name AS name_1 FROM theme t0_ WHERE t0_.name = ?"
"params" => [1 => "SocialNetwork"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0_.id AS id_0, t0_.name AS name_1 FROM theme t0_ WHERE t0_.name = ?"
(parameters:
[1 => "TceModule"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.name AS name_1 FROM theme t0_ WHERE t0_.name = ?"
"params" => [1 => "TceModule"
]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.is_default = 1"
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.is_default = 1"
]
debug
Executing statement:
"SELECT m0_.created_at AS created_at_0, m0_.updated_at AS updated_at_1, m0_.active AS active_2, m0_.id AS id_3, m0_.name AS name_4 FROM module m0_ WHERE m0_.active = ? ORDER BY m0_.name ASC"
(parameters:
[1 => 1]
, types:
[1 => 5]
)
doctrine
[
"sql" => "SELECT m0_.created_at AS created_at_0, m0_.updated_at AS updated_at_1, m0_.active AS active_2, m0_.id AS id_3, m0_.name AS name_4 FROM module m0_ WHERE m0_.active = ? ORDER BY m0_.name ASC"
"params" => [1 => 1]
"types" => [1 => 5]
]
debug
Executing statement:
"SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_3 FROM (SELECT m0_.created_at AS created_at_0, m0_.updated_at AS updated_at_1, m0_.active AS active_2, m0_.id AS id_3, m0_.name AS name_4 FROM module m0_ WHERE m0_.active = ? ORDER BY m0_.name ASC) dctrn_result) dctrn_table"
(parameters:
[1 => 1]
, types:
[1 => 5]
)
doctrine
[
"sql" => "SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_3 FROM (SELECT m0_.created_at AS created_at_0, m0_.updated_at AS updated_at_1, m0_.active AS active_2, m0_.id AS id_3, m0_.name AS name_4 FROM module m0_ WHERE m0_.active = ? ORDER BY m0_.name ASC) dctrn_result) dctrn_table"
"params" => [1 => 1]
"types" => [1 => 5]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_season_month"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_season_month"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
(parameters:
[1 => 12 => 2024]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
"params" => [1 => 12 => 2024]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_season_month"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_season_month"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
(parameters:
[1 => 12 => 2024]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
"params" => [1 => 12 => 2024]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_season_month"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_season_month"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
(parameters:
[1 => 12 => 2024]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
"params" => [1 => 12 => 2024]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_season_month"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_season_month"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
(parameters:
[1 => 12 => 2024]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
"params" => [1 => 12 => 2024]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_season_month"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_season_month"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
(parameters:
[1 => 12 => 2024]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
"params" => [1 => 12 => 2024]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_season_month"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_season_month"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
(parameters:
[1 => 12 => 2025]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
"params" => [1 => 12 => 2025]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.active = 1 ORDER BY s0_.id ASC"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.active = 1 ORDER BY s0_.id ASC"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_maintenance_mode"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_maintenance_mode"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_use_ssl"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_use_ssl"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_website_host"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_new_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_new_website_host"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_website_host"
]
"types" => [1 => 2]
]
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.keyword AS keyword_2, m0_.language_group AS language_group_3, m0_.menu_type AS menu_type_4, m0_.value AS value_5, m0_.target AS target_6, m0_.active AS active_7, m0_.no_follow AS no_follow_8, m0_.lft AS lft_9, m0_.rgt AS rgt_10, m0_.lvl AS lvl_11, m1_.created_at AS created_at_12, m1_.updated_at AS updated_at_13, m1_.active AS active_14, m1_.id AS id_15, m1_.alt AS alt_16, m1_.legend AS legend_17, m1_.title AS title_18, m1_.slug AS slug_19, m1_.iframe AS iframe_20, m1_.document_file_name AS document_file_name_21, m1_.document_type AS document_type_22, m1_.document_size AS document_size_23, m1_.document_url AS document_url_24, m1_.description AS description_25, m1_.subtitle AS subtitle_26, m1_.begin_date AS begin_date_27, m1_.end_date AS end_date_28 FROM menu_entry m0_ LEFT JOIN media m1_ ON m0_.media_id = m1_.id INNER JOIN language l2_ ON m0_.lang_id = l2_.id AND (l2_.id = ?) ORDER BY m0_.tree_root ASC, m0_.lft ASC"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.keyword AS keyword_2, m0_.language_group AS language_group_3, m0_.menu_type AS menu_type_4, m0_.value AS value_5, m0_.target AS target_6, m0_.active AS active_7, m0_.no_follow AS no_follow_8, m0_.lft AS lft_9, m0_.rgt AS rgt_10, m0_.lvl AS lvl_11, m1_.created_at AS created_at_12, m1_.updated_at AS updated_at_13, m1_.active AS active_14, m1_.id AS id_15, m1_.alt AS alt_16, m1_.legend AS legend_17, m1_.title AS title_18, m1_.slug AS slug_19, m1_.iframe AS iframe_20, m1_.document_file_name AS document_file_name_21, m1_.document_type AS document_type_22, m1_.document_size AS document_size_23, m1_.document_url AS document_url_24, m1_.description AS description_25, m1_.subtitle AS subtitle_26, m1_.begin_date AS begin_date_27, m1_.end_date AS end_date_28 FROM menu_entry m0_ LEFT JOIN media m1_ ON m0_.media_id = m1_.id INNER JOIN language l2_ ON m0_.lang_id = l2_.id AND (l2_.id = ?) ORDER BY m0_.tree_root ASC, m0_.lft ASC"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0_.id AS id_0, t0_.name AS name_1 FROM theme t0_ WHERE t0_.name = ?"
(parameters:
[1 => "FlashInfo"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.name AS name_1 FROM theme t0_ WHERE t0_.name = ?"
"params" => [1 => "FlashInfo"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0_.id AS id_0, t0_.name AS name_1 FROM theme t0_ WHERE t0_.name = ?"
(parameters:
[1 => "Redirection"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.name AS name_1 FROM theme t0_ WHERE t0_.name = ?"
"params" => [1 => "Redirection"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0_.id AS id_0, t0_.name AS name_1 FROM theme t0_ WHERE t0_.name = ?"
(parameters:
[1 => "Secutix"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.name AS name_1 FROM theme t0_ WHERE t0_.name = ?"
"params" => [1 => "Secutix"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0_.id AS id_0, t0_.name AS name_1 FROM theme t0_ WHERE t0_.name = ?"
(parameters:
[1 => "SocialNetwork"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.name AS name_1 FROM theme t0_ WHERE t0_.name = ?"
"params" => [1 => "SocialNetwork"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0_.id AS id_0, t0_.name AS name_1 FROM theme t0_ WHERE t0_.name = ?"
(parameters:
[1 => "TceModule"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.name AS name_1 FROM theme t0_ WHERE t0_.name = ?"
"params" => [1 => "TceModule"
]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.is_default = 1"
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.is_default = 1"
]
debug
Executing statement:
"SELECT m0_.created_at AS created_at_0, m0_.updated_at AS updated_at_1, m0_.active AS active_2, m0_.id AS id_3, m0_.name AS name_4 FROM module m0_ WHERE m0_.active = ? ORDER BY m0_.name ASC"
(parameters:
[1 => 1]
, types:
[1 => 5]
)
doctrine
[
"sql" => "SELECT m0_.created_at AS created_at_0, m0_.updated_at AS updated_at_1, m0_.active AS active_2, m0_.id AS id_3, m0_.name AS name_4 FROM module m0_ WHERE m0_.active = ? ORDER BY m0_.name ASC"
"params" => [1 => 1]
"types" => [1 => 5]
]
debug
Executing statement:
"SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_3 FROM (SELECT m0_.created_at AS created_at_0, m0_.updated_at AS updated_at_1, m0_.active AS active_2, m0_.id AS id_3, m0_.name AS name_4 FROM module m0_ WHERE m0_.active = ? ORDER BY m0_.name ASC) dctrn_result) dctrn_table"
(parameters:
[1 => 1]
, types:
[1 => 5]
)
doctrine
[
"sql" => "SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_3 FROM (SELECT m0_.created_at AS created_at_0, m0_.updated_at AS updated_at_1, m0_.active AS active_2, m0_.id AS id_3, m0_.name AS name_4 FROM module m0_ WHERE m0_.active = ? ORDER BY m0_.name ASC) dctrn_result) dctrn_table"
"params" => [1 => 1]
"types" => [1 => 5]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.keyword = ?"
(parameters:
[1 => 12 => "home"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.keyword = ?"
"params" => [1 => 12 => "home"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.page_type AS page_type_6, t0.display_blocks AS display_blocks_7, t0.max_object_nb AS max_object_nb_8, t0.keyword AS keyword_9, t0.fields AS fields_10, t0.page_parent_id AS page_parent_id_11 FROM content_type t0 WHERE t0.id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.page_type AS page_type_6, t0.display_blocks AS display_blocks_7, t0.max_object_nb AS max_object_nb_8, t0.keyword AS keyword_9, t0.fields AS fields_10, t0.page_parent_id AS page_parent_id_11 FROM content_type t0 WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 1994]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 1994]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5067]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5067]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5403]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5403]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5068]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5068]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5066]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5066]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_season_month"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_season_month"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
(parameters:
[1 => 12 => 2024]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
"params" => [1 => 12 => 2024]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 4646]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 4646]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.keyword = ?"
(parameters:
[1 => 12 => "calendar"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.keyword = ?"
"params" => [1 => 12 => "calendar"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.keyword = ?"
(parameters:
[1 => 12 => "accessibility"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.keyword = ?"
"params" => [1 => 12 => "accessibility"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.page_type AS page_type_6, t0.display_blocks AS display_blocks_7, t0.max_object_nb AS max_object_nb_8, t0.keyword AS keyword_9, t0.fields AS fields_10, t0.page_parent_id AS page_parent_id_11 FROM content_type t0 WHERE t0.id = ?"
(parameters:
[1 => 16]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.page_type AS page_type_6, t0.display_blocks AS display_blocks_7, t0.max_object_nb AS max_object_nb_8, t0.keyword AS keyword_9, t0.fields AS fields_10, t0.page_parent_id AS page_parent_id_11 FROM content_type t0 WHERE t0.id = ?"
"params" => [1 => 16]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5086]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5086]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5083]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5083]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5081]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5081]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 4751]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 4751]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5084]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5084]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "module_SocialNetwork_facebook"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "module_SocialNetwork_facebook"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "module_SocialNetwork_facebook_image"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "module_SocialNetwork_facebook_image"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "module_SocialNetwork_twitter"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "module_SocialNetwork_twitter"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "module_SocialNetwork_twitter_image"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "module_SocialNetwork_twitter_image"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "module_SocialNetwork_instagram"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "module_SocialNetwork_instagram"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "module_SocialNetwork_instagram_image"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "module_SocialNetwork_instagram_image"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "module_SocialNetwork_youtube"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "module_SocialNetwork_youtube"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "module_SocialNetwork_youtube_image"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "module_SocialNetwork_youtube_image"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "module_SocialNetwork_tiktok"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "module_SocialNetwork_tiktok"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "module_SocialNetwork_tiktok_image"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "module_SocialNetwork_tiktok_image"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "module_SocialNetwork_linkedin"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "module_SocialNetwork_linkedin"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "module_SocialNetwork_linkedin_image"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "module_SocialNetwork_linkedin_image"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_maintenance_mode"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_maintenance_mode"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_use_ssl"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_use_ssl"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_website_host"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_new_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_new_website_host"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_website_host"
]
"types" => [1 => 2]
]
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "en"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "en"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT m0_.created_at AS created_at_0, m0_.updated_at AS updated_at_1, m0_.active AS active_2, m0_.id AS id_3, m0_.name AS name_4, m0_.short_description AS short_description_5, m0_.slug AS slug_6, m0_.position AS position_7, m0_.keyword AS keyword_8, m0_.lft AS lft_9, m0_.rgt AS rgt_10, m0_.lvl AS lvl_11, m0_.language_group AS language_group_12, m0_.tree_root AS tree_root_13, m0_.parent_id AS parent_id_14, m0_.lang_id AS lang_id_15 FROM media_category m0_ INNER JOIN language l1_ ON m0_.lang_id = l1_.id WHERE m0_.language_group = ? AND l1_.id = ?"
(parameters:
[1 => b"Å¢sħÃ\x11í‰VÁ\x03Uìk "
2 => 2]
, types:
[1 => 22 => 1]
)
doctrine
[
"sql" => "SELECT m0_.created_at AS created_at_0, m0_.updated_at AS updated_at_1, m0_.active AS active_2, m0_.id AS id_3, m0_.name AS name_4, m0_.short_description AS short_description_5, m0_.slug AS slug_6, m0_.position AS position_7, m0_.keyword AS keyword_8, m0_.lft AS lft_9, m0_.rgt AS rgt_10, m0_.lvl AS lvl_11, m0_.language_group AS language_group_12, m0_.tree_root AS tree_root_13, m0_.parent_id AS parent_id_14, m0_.lang_id AS lang_id_15 FROM media_category m0_ INNER JOIN language l1_ ON m0_.lang_id = l1_.id WHERE m0_.language_group = ? AND l1_.id = ?"
"params" => [1 => b"Å¢sħÃ\x11í‰VÁ\x03Uìk "
2 => 2]
"types" => [1 => 22 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.keyword = ?"
(parameters:
[1 => 12 => "calendar"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.keyword = ?"
"params" => [1 => 12 => "calendar"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_season_month"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_season_month"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
(parameters:
[1 => 12 => 2024]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
"params" => [1 => 12 => 2024]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.keyword = ?"
(parameters:
[1 => 12 => "home"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.keyword = ?"
"params" => [1 => 12 => "home"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.page_type AS page_type_6, t0.display_blocks AS display_blocks_7, t0.max_object_nb AS max_object_nb_8, t0.keyword AS keyword_9, t0.fields AS fields_10, t0.page_parent_id AS page_parent_id_11 FROM content_type t0 WHERE t0.id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.page_type AS page_type_6, t0.display_blocks AS display_blocks_7, t0.max_object_nb AS max_object_nb_8, t0.keyword AS keyword_9, t0.fields AS fields_10, t0.page_parent_id AS page_parent_id_11 FROM content_type t0 WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 1994]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 1994]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5067]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5067]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5403]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5403]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5068]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5068]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5066]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5066]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_season_month"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_season_month"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
(parameters:
[1 => 12 => 2024]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
"params" => [1 => 12 => 2024]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 4646]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 4646]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.active = 1 AND s0_.id = ?"
(parameters:
[1 => 12 => 13]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.active = 1 AND s0_.id = ?"
"params" => [1 => 12 => 13]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
(parameters:
[1 => "Season"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
"params" => [1 => "Season"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_season_month"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_season_month"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
(parameters:
[1 => 12 => 2024]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
"params" => [1 => 12 => 2024]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT e0_.created_at AS created_at_0, e0_.updated_at AS updated_at_1, e0_.active AS active_2, e0_.id AS id_3, e0_.name AS name_4, e0_.language_group AS language_group_5, e0_.slug AS slug_6, e0_.position AS position_7, e0_.keyword AS keyword_8, e0_.lft AS lft_9, e0_.rgt AS rgt_10, e0_.lvl AS lvl_11, e0_.calendar_displayed AS calendar_displayed_12, e0_.subtitle AS subtitle_13, e0_.meta_title AS meta_title_14, e0_.meta_description AS meta_description_15, e0_.fb_title AS fb_title_16, e0_.fb_description AS fb_description_17, e0_.tw_title AS tw_title_18, e0_.tw_description AS tw_description_19, e0_.indexed AS indexed_20, e0_.tree_root AS tree_root_21, e0_.parent_id AS parent_id_22, e0_.lang_id AS lang_id_23, e0_.social_image_id AS social_image_id_24 FROM event_category e0_ INNER JOIN language l1_ ON e0_.lang_id = l1_.id AND (l1_.id = ?) WHERE e0_.active = 1 AND e0_.id = ?"
(parameters:
[1 => 12 => 7]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT e0_.created_at AS created_at_0, e0_.updated_at AS updated_at_1, e0_.active AS active_2, e0_.id AS id_3, e0_.name AS name_4, e0_.language_group AS language_group_5, e0_.slug AS slug_6, e0_.position AS position_7, e0_.keyword AS keyword_8, e0_.lft AS lft_9, e0_.rgt AS rgt_10, e0_.lvl AS lvl_11, e0_.calendar_displayed AS calendar_displayed_12, e0_.subtitle AS subtitle_13, e0_.meta_title AS meta_title_14, e0_.meta_description AS meta_description_15, e0_.fb_title AS fb_title_16, e0_.fb_description AS fb_description_17, e0_.tw_title AS tw_title_18, e0_.tw_description AS tw_description_19, e0_.indexed AS indexed_20, e0_.tree_root AS tree_root_21, e0_.parent_id AS parent_id_22, e0_.lang_id AS lang_id_23, e0_.social_image_id AS social_image_id_24 FROM event_category e0_ INNER JOIN language l1_ ON e0_.lang_id = l1_.id AND (l1_.id = ?) WHERE e0_.active = 1 AND e0_.id = ?"
"params" => [1 => 12 => 7]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.keyword = ?"
(parameters:
[1 => "eventCategory"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.keyword = ?"
"params" => [1 => "eventCategory"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_season_month"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_season_month"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
(parameters:
[1 => 12 => 2024]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
"params" => [1 => 12 => 2024]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT e0_.created_at AS created_at_0, e0_.updated_at AS updated_at_1, e0_.active AS active_2, e0_.id AS id_3, e0_.name AS name_4, e0_.language_group AS language_group_5, e0_.slug AS slug_6, e0_.position AS position_7, e0_.keyword AS keyword_8, e0_.lft AS lft_9, e0_.rgt AS rgt_10, e0_.lvl AS lvl_11, e0_.calendar_displayed AS calendar_displayed_12, e0_.subtitle AS subtitle_13, e0_.meta_title AS meta_title_14, e0_.meta_description AS meta_description_15, e0_.fb_title AS fb_title_16, e0_.fb_description AS fb_description_17, e0_.tw_title AS tw_title_18, e0_.tw_description AS tw_description_19, e0_.indexed AS indexed_20, e0_.tree_root AS tree_root_21, e0_.parent_id AS parent_id_22, e0_.lang_id AS lang_id_23, e0_.social_image_id AS social_image_id_24 FROM event_category e0_ INNER JOIN language l1_ ON e0_.lang_id = l1_.id AND (l1_.id = ?) WHERE e0_.active = 1 AND e0_.id = ?"
(parameters:
[1 => 12 => 8]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT e0_.created_at AS created_at_0, e0_.updated_at AS updated_at_1, e0_.active AS active_2, e0_.id AS id_3, e0_.name AS name_4, e0_.language_group AS language_group_5, e0_.slug AS slug_6, e0_.position AS position_7, e0_.keyword AS keyword_8, e0_.lft AS lft_9, e0_.rgt AS rgt_10, e0_.lvl AS lvl_11, e0_.calendar_displayed AS calendar_displayed_12, e0_.subtitle AS subtitle_13, e0_.meta_title AS meta_title_14, e0_.meta_description AS meta_description_15, e0_.fb_title AS fb_title_16, e0_.fb_description AS fb_description_17, e0_.tw_title AS tw_title_18, e0_.tw_description AS tw_description_19, e0_.indexed AS indexed_20, e0_.tree_root AS tree_root_21, e0_.parent_id AS parent_id_22, e0_.lang_id AS lang_id_23, e0_.social_image_id AS social_image_id_24 FROM event_category e0_ INNER JOIN language l1_ ON e0_.lang_id = l1_.id AND (l1_.id = ?) WHERE e0_.active = 1 AND e0_.id = ?"
"params" => [1 => 12 => 8]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.keyword = ?"
(parameters:
[1 => "eventCategory"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.keyword = ?"
"params" => [1 => "eventCategory"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_season_month"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_season_month"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
(parameters:
[1 => 12 => 2024]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
"params" => [1 => 12 => 2024]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT e0_.created_at AS created_at_0, e0_.updated_at AS updated_at_1, e0_.active AS active_2, e0_.id AS id_3, e0_.name AS name_4, e0_.language_group AS language_group_5, e0_.slug AS slug_6, e0_.position AS position_7, e0_.keyword AS keyword_8, e0_.lft AS lft_9, e0_.rgt AS rgt_10, e0_.lvl AS lvl_11, e0_.calendar_displayed AS calendar_displayed_12, e0_.subtitle AS subtitle_13, e0_.meta_title AS meta_title_14, e0_.meta_description AS meta_description_15, e0_.fb_title AS fb_title_16, e0_.fb_description AS fb_description_17, e0_.tw_title AS tw_title_18, e0_.tw_description AS tw_description_19, e0_.indexed AS indexed_20, e0_.tree_root AS tree_root_21, e0_.parent_id AS parent_id_22, e0_.lang_id AS lang_id_23, e0_.social_image_id AS social_image_id_24 FROM event_category e0_ INNER JOIN language l1_ ON e0_.lang_id = l1_.id AND (l1_.id = ?) WHERE e0_.active = 1 AND e0_.id = ?"
(parameters:
[1 => 12 => 15]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT e0_.created_at AS created_at_0, e0_.updated_at AS updated_at_1, e0_.active AS active_2, e0_.id AS id_3, e0_.name AS name_4, e0_.language_group AS language_group_5, e0_.slug AS slug_6, e0_.position AS position_7, e0_.keyword AS keyword_8, e0_.lft AS lft_9, e0_.rgt AS rgt_10, e0_.lvl AS lvl_11, e0_.calendar_displayed AS calendar_displayed_12, e0_.subtitle AS subtitle_13, e0_.meta_title AS meta_title_14, e0_.meta_description AS meta_description_15, e0_.fb_title AS fb_title_16, e0_.fb_description AS fb_description_17, e0_.tw_title AS tw_title_18, e0_.tw_description AS tw_description_19, e0_.indexed AS indexed_20, e0_.tree_root AS tree_root_21, e0_.parent_id AS parent_id_22, e0_.lang_id AS lang_id_23, e0_.social_image_id AS social_image_id_24 FROM event_category e0_ INNER JOIN language l1_ ON e0_.lang_id = l1_.id AND (l1_.id = ?) WHERE e0_.active = 1 AND e0_.id = ?"
"params" => [1 => 12 => 15]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.keyword = ?"
(parameters:
[1 => "eventCategory"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.keyword = ?"
"params" => [1 => "eventCategory"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_season_month"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_season_month"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
(parameters:
[1 => 12 => 2024]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
"params" => [1 => 12 => 2024]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT e0_.created_at AS created_at_0, e0_.updated_at AS updated_at_1, e0_.active AS active_2, e0_.id AS id_3, e0_.name AS name_4, e0_.language_group AS language_group_5, e0_.slug AS slug_6, e0_.position AS position_7, e0_.keyword AS keyword_8, e0_.lft AS lft_9, e0_.rgt AS rgt_10, e0_.lvl AS lvl_11, e0_.calendar_displayed AS calendar_displayed_12, e0_.subtitle AS subtitle_13, e0_.meta_title AS meta_title_14, e0_.meta_description AS meta_description_15, e0_.fb_title AS fb_title_16, e0_.fb_description AS fb_description_17, e0_.tw_title AS tw_title_18, e0_.tw_description AS tw_description_19, e0_.indexed AS indexed_20, e0_.tree_root AS tree_root_21, e0_.parent_id AS parent_id_22, e0_.lang_id AS lang_id_23, e0_.social_image_id AS social_image_id_24 FROM event_category e0_ INNER JOIN language l1_ ON e0_.lang_id = l1_.id AND (l1_.id = ?) WHERE e0_.active = 1 AND e0_.id = ?"
(parameters:
[1 => 12 => 9]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT e0_.created_at AS created_at_0, e0_.updated_at AS updated_at_1, e0_.active AS active_2, e0_.id AS id_3, e0_.name AS name_4, e0_.language_group AS language_group_5, e0_.slug AS slug_6, e0_.position AS position_7, e0_.keyword AS keyword_8, e0_.lft AS lft_9, e0_.rgt AS rgt_10, e0_.lvl AS lvl_11, e0_.calendar_displayed AS calendar_displayed_12, e0_.subtitle AS subtitle_13, e0_.meta_title AS meta_title_14, e0_.meta_description AS meta_description_15, e0_.fb_title AS fb_title_16, e0_.fb_description AS fb_description_17, e0_.tw_title AS tw_title_18, e0_.tw_description AS tw_description_19, e0_.indexed AS indexed_20, e0_.tree_root AS tree_root_21, e0_.parent_id AS parent_id_22, e0_.lang_id AS lang_id_23, e0_.social_image_id AS social_image_id_24 FROM event_category e0_ INNER JOIN language l1_ ON e0_.lang_id = l1_.id AND (l1_.id = ?) WHERE e0_.active = 1 AND e0_.id = ?"
"params" => [1 => 12 => 9]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.keyword = ?"
(parameters:
[1 => "eventCategory"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.keyword = ?"
"params" => [1 => "eventCategory"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_season_month"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_season_month"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
(parameters:
[1 => 12 => 2024]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
"params" => [1 => 12 => 2024]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT e0_.created_at AS created_at_0, e0_.updated_at AS updated_at_1, e0_.active AS active_2, e0_.id AS id_3, e0_.name AS name_4, e0_.language_group AS language_group_5, e0_.slug AS slug_6, e0_.position AS position_7, e0_.keyword AS keyword_8, e0_.lft AS lft_9, e0_.rgt AS rgt_10, e0_.lvl AS lvl_11, e0_.calendar_displayed AS calendar_displayed_12, e0_.subtitle AS subtitle_13, e0_.meta_title AS meta_title_14, e0_.meta_description AS meta_description_15, e0_.fb_title AS fb_title_16, e0_.fb_description AS fb_description_17, e0_.tw_title AS tw_title_18, e0_.tw_description AS tw_description_19, e0_.indexed AS indexed_20, e0_.tree_root AS tree_root_21, e0_.parent_id AS parent_id_22, e0_.lang_id AS lang_id_23, e0_.social_image_id AS social_image_id_24 FROM event_category e0_ INNER JOIN language l1_ ON e0_.lang_id = l1_.id AND (l1_.id = ?) WHERE e0_.active = 1 AND e0_.id = ?"
(parameters:
[1 => 12 => 41]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT e0_.created_at AS created_at_0, e0_.updated_at AS updated_at_1, e0_.active AS active_2, e0_.id AS id_3, e0_.name AS name_4, e0_.language_group AS language_group_5, e0_.slug AS slug_6, e0_.position AS position_7, e0_.keyword AS keyword_8, e0_.lft AS lft_9, e0_.rgt AS rgt_10, e0_.lvl AS lvl_11, e0_.calendar_displayed AS calendar_displayed_12, e0_.subtitle AS subtitle_13, e0_.meta_title AS meta_title_14, e0_.meta_description AS meta_description_15, e0_.fb_title AS fb_title_16, e0_.fb_description AS fb_description_17, e0_.tw_title AS tw_title_18, e0_.tw_description AS tw_description_19, e0_.indexed AS indexed_20, e0_.tree_root AS tree_root_21, e0_.parent_id AS parent_id_22, e0_.lang_id AS lang_id_23, e0_.social_image_id AS social_image_id_24 FROM event_category e0_ INNER JOIN language l1_ ON e0_.lang_id = l1_.id AND (l1_.id = ?) WHERE e0_.active = 1 AND e0_.id = ?"
"params" => [1 => 12 => 41]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.keyword = ?"
(parameters:
[1 => "eventCategory"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.keyword = ?"
"params" => [1 => "eventCategory"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_season_month"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_season_month"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
(parameters:
[1 => 12 => 2024]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
"params" => [1 => 12 => 2024]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT e0_.created_at AS created_at_0, e0_.updated_at AS updated_at_1, e0_.active AS active_2, e0_.id AS id_3, e0_.name AS name_4, e0_.language_group AS language_group_5, e0_.slug AS slug_6, e0_.position AS position_7, e0_.keyword AS keyword_8, e0_.lft AS lft_9, e0_.rgt AS rgt_10, e0_.lvl AS lvl_11, e0_.calendar_displayed AS calendar_displayed_12, e0_.subtitle AS subtitle_13, e0_.meta_title AS meta_title_14, e0_.meta_description AS meta_description_15, e0_.fb_title AS fb_title_16, e0_.fb_description AS fb_description_17, e0_.tw_title AS tw_title_18, e0_.tw_description AS tw_description_19, e0_.indexed AS indexed_20, e0_.tree_root AS tree_root_21, e0_.parent_id AS parent_id_22, e0_.lang_id AS lang_id_23, e0_.social_image_id AS social_image_id_24 FROM event_category e0_ INNER JOIN language l1_ ON e0_.lang_id = l1_.id AND (l1_.id = ?) WHERE e0_.active = 1 AND e0_.id = ?"
(parameters:
[1 => 12 => 10]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT e0_.created_at AS created_at_0, e0_.updated_at AS updated_at_1, e0_.active AS active_2, e0_.id AS id_3, e0_.name AS name_4, e0_.language_group AS language_group_5, e0_.slug AS slug_6, e0_.position AS position_7, e0_.keyword AS keyword_8, e0_.lft AS lft_9, e0_.rgt AS rgt_10, e0_.lvl AS lvl_11, e0_.calendar_displayed AS calendar_displayed_12, e0_.subtitle AS subtitle_13, e0_.meta_title AS meta_title_14, e0_.meta_description AS meta_description_15, e0_.fb_title AS fb_title_16, e0_.fb_description AS fb_description_17, e0_.tw_title AS tw_title_18, e0_.tw_description AS tw_description_19, e0_.indexed AS indexed_20, e0_.tree_root AS tree_root_21, e0_.parent_id AS parent_id_22, e0_.lang_id AS lang_id_23, e0_.social_image_id AS social_image_id_24 FROM event_category e0_ INNER JOIN language l1_ ON e0_.lang_id = l1_.id AND (l1_.id = ?) WHERE e0_.active = 1 AND e0_.id = ?"
"params" => [1 => 12 => 10]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.keyword = ?"
(parameters:
[1 => "eventCategory"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.keyword = ?"
"params" => [1 => "eventCategory"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_season_month"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_season_month"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
(parameters:
[1 => 12 => 2024]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
"params" => [1 => 12 => 2024]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT e0_.created_at AS created_at_0, e0_.updated_at AS updated_at_1, e0_.active AS active_2, e0_.id AS id_3, e0_.name AS name_4, e0_.language_group AS language_group_5, e0_.slug AS slug_6, e0_.position AS position_7, e0_.keyword AS keyword_8, e0_.lft AS lft_9, e0_.rgt AS rgt_10, e0_.lvl AS lvl_11, e0_.calendar_displayed AS calendar_displayed_12, e0_.subtitle AS subtitle_13, e0_.meta_title AS meta_title_14, e0_.meta_description AS meta_description_15, e0_.fb_title AS fb_title_16, e0_.fb_description AS fb_description_17, e0_.tw_title AS tw_title_18, e0_.tw_description AS tw_description_19, e0_.indexed AS indexed_20, e0_.tree_root AS tree_root_21, e0_.parent_id AS parent_id_22, e0_.lang_id AS lang_id_23, e0_.social_image_id AS social_image_id_24 FROM event_category e0_ INNER JOIN language l1_ ON e0_.lang_id = l1_.id AND (l1_.id = ?) WHERE e0_.active = 1 AND e0_.id = ?"
(parameters:
[1 => 12 => 43]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT e0_.created_at AS created_at_0, e0_.updated_at AS updated_at_1, e0_.active AS active_2, e0_.id AS id_3, e0_.name AS name_4, e0_.language_group AS language_group_5, e0_.slug AS slug_6, e0_.position AS position_7, e0_.keyword AS keyword_8, e0_.lft AS lft_9, e0_.rgt AS rgt_10, e0_.lvl AS lvl_11, e0_.calendar_displayed AS calendar_displayed_12, e0_.subtitle AS subtitle_13, e0_.meta_title AS meta_title_14, e0_.meta_description AS meta_description_15, e0_.fb_title AS fb_title_16, e0_.fb_description AS fb_description_17, e0_.tw_title AS tw_title_18, e0_.tw_description AS tw_description_19, e0_.indexed AS indexed_20, e0_.tree_root AS tree_root_21, e0_.parent_id AS parent_id_22, e0_.lang_id AS lang_id_23, e0_.social_image_id AS social_image_id_24 FROM event_category e0_ INNER JOIN language l1_ ON e0_.lang_id = l1_.id AND (l1_.id = ?) WHERE e0_.active = 1 AND e0_.id = ?"
"params" => [1 => 12 => 43]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.keyword = ?"
(parameters:
[1 => "eventCategory"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.keyword = ?"
"params" => [1 => "eventCategory"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_season_month"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_season_month"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
(parameters:
[1 => 12 => 2024]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
"params" => [1 => 12 => 2024]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT e0_.created_at AS created_at_0, e0_.updated_at AS updated_at_1, e0_.active AS active_2, e0_.id AS id_3, e0_.name AS name_4, e0_.language_group AS language_group_5, e0_.slug AS slug_6, e0_.position AS position_7, e0_.keyword AS keyword_8, e0_.lft AS lft_9, e0_.rgt AS rgt_10, e0_.lvl AS lvl_11, e0_.calendar_displayed AS calendar_displayed_12, e0_.subtitle AS subtitle_13, e0_.meta_title AS meta_title_14, e0_.meta_description AS meta_description_15, e0_.fb_title AS fb_title_16, e0_.fb_description AS fb_description_17, e0_.tw_title AS tw_title_18, e0_.tw_description AS tw_description_19, e0_.indexed AS indexed_20, e0_.tree_root AS tree_root_21, e0_.parent_id AS parent_id_22, e0_.lang_id AS lang_id_23, e0_.social_image_id AS social_image_id_24 FROM event_category e0_ INNER JOIN language l1_ ON e0_.lang_id = l1_.id AND (l1_.id = ?) WHERE e0_.active = 1 AND e0_.id = ?"
(parameters:
[1 => 12 => 11]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT e0_.created_at AS created_at_0, e0_.updated_at AS updated_at_1, e0_.active AS active_2, e0_.id AS id_3, e0_.name AS name_4, e0_.language_group AS language_group_5, e0_.slug AS slug_6, e0_.position AS position_7, e0_.keyword AS keyword_8, e0_.lft AS lft_9, e0_.rgt AS rgt_10, e0_.lvl AS lvl_11, e0_.calendar_displayed AS calendar_displayed_12, e0_.subtitle AS subtitle_13, e0_.meta_title AS meta_title_14, e0_.meta_description AS meta_description_15, e0_.fb_title AS fb_title_16, e0_.fb_description AS fb_description_17, e0_.tw_title AS tw_title_18, e0_.tw_description AS tw_description_19, e0_.indexed AS indexed_20, e0_.tree_root AS tree_root_21, e0_.parent_id AS parent_id_22, e0_.lang_id AS lang_id_23, e0_.social_image_id AS social_image_id_24 FROM event_category e0_ INNER JOIN language l1_ ON e0_.lang_id = l1_.id AND (l1_.id = ?) WHERE e0_.active = 1 AND e0_.id = ?"
"params" => [1 => 12 => 11]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.keyword = ?"
(parameters:
[1 => "eventCategory"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.keyword = ?"
"params" => [1 => "eventCategory"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_season_month"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_season_month"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
(parameters:
[1 => 12 => 2024]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
"params" => [1 => 12 => 2024]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT e0_.created_at AS created_at_0, e0_.updated_at AS updated_at_1, e0_.active AS active_2, e0_.id AS id_3, e0_.name AS name_4, e0_.language_group AS language_group_5, e0_.slug AS slug_6, e0_.position AS position_7, e0_.keyword AS keyword_8, e0_.lft AS lft_9, e0_.rgt AS rgt_10, e0_.lvl AS lvl_11, e0_.calendar_displayed AS calendar_displayed_12, e0_.subtitle AS subtitle_13, e0_.meta_title AS meta_title_14, e0_.meta_description AS meta_description_15, e0_.fb_title AS fb_title_16, e0_.fb_description AS fb_description_17, e0_.tw_title AS tw_title_18, e0_.tw_description AS tw_description_19, e0_.indexed AS indexed_20, e0_.tree_root AS tree_root_21, e0_.parent_id AS parent_id_22, e0_.lang_id AS lang_id_23, e0_.social_image_id AS social_image_id_24 FROM event_category e0_ INNER JOIN language l1_ ON e0_.lang_id = l1_.id AND (l1_.id = ?) WHERE e0_.active = 1 AND e0_.id = ?"
(parameters:
[1 => 12 => 35]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT e0_.created_at AS created_at_0, e0_.updated_at AS updated_at_1, e0_.active AS active_2, e0_.id AS id_3, e0_.name AS name_4, e0_.language_group AS language_group_5, e0_.slug AS slug_6, e0_.position AS position_7, e0_.keyword AS keyword_8, e0_.lft AS lft_9, e0_.rgt AS rgt_10, e0_.lvl AS lvl_11, e0_.calendar_displayed AS calendar_displayed_12, e0_.subtitle AS subtitle_13, e0_.meta_title AS meta_title_14, e0_.meta_description AS meta_description_15, e0_.fb_title AS fb_title_16, e0_.fb_description AS fb_description_17, e0_.tw_title AS tw_title_18, e0_.tw_description AS tw_description_19, e0_.indexed AS indexed_20, e0_.tree_root AS tree_root_21, e0_.parent_id AS parent_id_22, e0_.lang_id AS lang_id_23, e0_.social_image_id AS social_image_id_24 FROM event_category e0_ INNER JOIN language l1_ ON e0_.lang_id = l1_.id AND (l1_.id = ?) WHERE e0_.active = 1 AND e0_.id = ?"
"params" => [1 => 12 => 35]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.keyword = ?"
(parameters:
[1 => "eventCategory"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.keyword = ?"
"params" => [1 => "eventCategory"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_season_month"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_season_month"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
(parameters:
[1 => 12 => 2024]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
"params" => [1 => 12 => 2024]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT e0_.created_at AS created_at_0, e0_.updated_at AS updated_at_1, e0_.active AS active_2, e0_.id AS id_3, e0_.name AS name_4, e0_.language_group AS language_group_5, e0_.slug AS slug_6, e0_.position AS position_7, e0_.keyword AS keyword_8, e0_.lft AS lft_9, e0_.rgt AS rgt_10, e0_.lvl AS lvl_11, e0_.calendar_displayed AS calendar_displayed_12, e0_.subtitle AS subtitle_13, e0_.meta_title AS meta_title_14, e0_.meta_description AS meta_description_15, e0_.fb_title AS fb_title_16, e0_.fb_description AS fb_description_17, e0_.tw_title AS tw_title_18, e0_.tw_description AS tw_description_19, e0_.indexed AS indexed_20, e0_.tree_root AS tree_root_21, e0_.parent_id AS parent_id_22, e0_.lang_id AS lang_id_23, e0_.social_image_id AS social_image_id_24 FROM event_category e0_ INNER JOIN language l1_ ON e0_.lang_id = l1_.id AND (l1_.id = ?) WHERE e0_.active = 1 AND e0_.id = ?"
(parameters:
[1 => 12 => 5]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT e0_.created_at AS created_at_0, e0_.updated_at AS updated_at_1, e0_.active AS active_2, e0_.id AS id_3, e0_.name AS name_4, e0_.language_group AS language_group_5, e0_.slug AS slug_6, e0_.position AS position_7, e0_.keyword AS keyword_8, e0_.lft AS lft_9, e0_.rgt AS rgt_10, e0_.lvl AS lvl_11, e0_.calendar_displayed AS calendar_displayed_12, e0_.subtitle AS subtitle_13, e0_.meta_title AS meta_title_14, e0_.meta_description AS meta_description_15, e0_.fb_title AS fb_title_16, e0_.fb_description AS fb_description_17, e0_.tw_title AS tw_title_18, e0_.tw_description AS tw_description_19, e0_.indexed AS indexed_20, e0_.tree_root AS tree_root_21, e0_.parent_id AS parent_id_22, e0_.lang_id AS lang_id_23, e0_.social_image_id AS social_image_id_24 FROM event_category e0_ INNER JOIN language l1_ ON e0_.lang_id = l1_.id AND (l1_.id = ?) WHERE e0_.active = 1 AND e0_.id = ?"
"params" => [1 => 12 => 5]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.keyword = ?"
(parameters:
[1 => "eventCategory"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.keyword = ?"
"params" => [1 => "eventCategory"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_season_month"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_season_month"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
(parameters:
[1 => 12 => 2024]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
"params" => [1 => 12 => 2024]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT e0_.created_at AS created_at_0, e0_.updated_at AS updated_at_1, e0_.active AS active_2, e0_.id AS id_3, e0_.name AS name_4, e0_.language_group AS language_group_5, e0_.slug AS slug_6, e0_.position AS position_7, e0_.keyword AS keyword_8, e0_.lft AS lft_9, e0_.rgt AS rgt_10, e0_.lvl AS lvl_11, e0_.calendar_displayed AS calendar_displayed_12, e0_.subtitle AS subtitle_13, e0_.meta_title AS meta_title_14, e0_.meta_description AS meta_description_15, e0_.fb_title AS fb_title_16, e0_.fb_description AS fb_description_17, e0_.tw_title AS tw_title_18, e0_.tw_description AS tw_description_19, e0_.indexed AS indexed_20, e0_.tree_root AS tree_root_21, e0_.parent_id AS parent_id_22, e0_.lang_id AS lang_id_23, e0_.social_image_id AS social_image_id_24 FROM event_category e0_ INNER JOIN language l1_ ON e0_.lang_id = l1_.id AND (l1_.id = ?) WHERE e0_.active = 1 AND e0_.id = ?"
(parameters:
[1 => 12 => 38]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT e0_.created_at AS created_at_0, e0_.updated_at AS updated_at_1, e0_.active AS active_2, e0_.id AS id_3, e0_.name AS name_4, e0_.language_group AS language_group_5, e0_.slug AS slug_6, e0_.position AS position_7, e0_.keyword AS keyword_8, e0_.lft AS lft_9, e0_.rgt AS rgt_10, e0_.lvl AS lvl_11, e0_.calendar_displayed AS calendar_displayed_12, e0_.subtitle AS subtitle_13, e0_.meta_title AS meta_title_14, e0_.meta_description AS meta_description_15, e0_.fb_title AS fb_title_16, e0_.fb_description AS fb_description_17, e0_.tw_title AS tw_title_18, e0_.tw_description AS tw_description_19, e0_.indexed AS indexed_20, e0_.tree_root AS tree_root_21, e0_.parent_id AS parent_id_22, e0_.lang_id AS lang_id_23, e0_.social_image_id AS social_image_id_24 FROM event_category e0_ INNER JOIN language l1_ ON e0_.lang_id = l1_.id AND (l1_.id = ?) WHERE e0_.active = 1 AND e0_.id = ?"
"params" => [1 => 12 => 38]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.keyword = ?"
(parameters:
[1 => "eventCategory"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.keyword = ?"
"params" => [1 => "eventCategory"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_season_month"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_season_month"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
(parameters:
[1 => 12 => 2024]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
"params" => [1 => 12 => 2024]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT e0_.created_at AS created_at_0, e0_.updated_at AS updated_at_1, e0_.active AS active_2, e0_.id AS id_3, e0_.name AS name_4, e0_.language_group AS language_group_5, e0_.slug AS slug_6, e0_.position AS position_7, e0_.keyword AS keyword_8, e0_.lft AS lft_9, e0_.rgt AS rgt_10, e0_.lvl AS lvl_11, e0_.calendar_displayed AS calendar_displayed_12, e0_.subtitle AS subtitle_13, e0_.meta_title AS meta_title_14, e0_.meta_description AS meta_description_15, e0_.fb_title AS fb_title_16, e0_.fb_description AS fb_description_17, e0_.tw_title AS tw_title_18, e0_.tw_description AS tw_description_19, e0_.indexed AS indexed_20, e0_.tree_root AS tree_root_21, e0_.parent_id AS parent_id_22, e0_.lang_id AS lang_id_23, e0_.social_image_id AS social_image_id_24 FROM event_category e0_ INNER JOIN language l1_ ON e0_.lang_id = l1_.id AND (l1_.id = ?) WHERE e0_.active = 1 AND e0_.id = ?"
(parameters:
[1 => 12 => 36]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT e0_.created_at AS created_at_0, e0_.updated_at AS updated_at_1, e0_.active AS active_2, e0_.id AS id_3, e0_.name AS name_4, e0_.language_group AS language_group_5, e0_.slug AS slug_6, e0_.position AS position_7, e0_.keyword AS keyword_8, e0_.lft AS lft_9, e0_.rgt AS rgt_10, e0_.lvl AS lvl_11, e0_.calendar_displayed AS calendar_displayed_12, e0_.subtitle AS subtitle_13, e0_.meta_title AS meta_title_14, e0_.meta_description AS meta_description_15, e0_.fb_title AS fb_title_16, e0_.fb_description AS fb_description_17, e0_.tw_title AS tw_title_18, e0_.tw_description AS tw_description_19, e0_.indexed AS indexed_20, e0_.tree_root AS tree_root_21, e0_.parent_id AS parent_id_22, e0_.lang_id AS lang_id_23, e0_.social_image_id AS social_image_id_24 FROM event_category e0_ INNER JOIN language l1_ ON e0_.lang_id = l1_.id AND (l1_.id = ?) WHERE e0_.active = 1 AND e0_.id = ?"
"params" => [1 => 12 => 36]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.keyword = ?"
(parameters:
[1 => "eventCategory"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.keyword = ?"
"params" => [1 => "eventCategory"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 42]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 42]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 7]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 7]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.page_type AS page_type_6, t0.display_blocks AS display_blocks_7, t0.max_object_nb AS max_object_nb_8, t0.keyword AS keyword_9, t0.fields AS fields_10, t0.page_parent_id AS page_parent_id_11 FROM content_type t0 WHERE t0.id = ?"
(parameters:
[1 => 16]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.page_type AS page_type_6, t0.display_blocks AS display_blocks_7, t0.max_object_nb AS max_object_nb_8, t0.keyword AS keyword_9, t0.fields AS fields_10, t0.page_parent_id AS page_parent_id_11 FROM content_type t0 WHERE t0.id = ?"
"params" => [1 => 16]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 4749]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 4749]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 4754]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 4754]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 4744]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 4744]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 4797]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 4797]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 4747]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 4747]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
(parameters:
[1 => 15]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
"params" => [1 => 15]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 8]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 8]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5071]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5071]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5072]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5072]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5073]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5073]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5074]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5074]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5075]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5075]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5076]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5076]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5077]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5077]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 9]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 9]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5080]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5080]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 10]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 10]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 11]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 11]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5288]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5288]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 12]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 12]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5405]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5405]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5280]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5280]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 4986]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 4986]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3903]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3903]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3770]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3770]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3316]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3316]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 1679]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 1679]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 1488]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 1488]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 1489]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 1489]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5311]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5311]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 1491]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 1491]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 1454]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 1454]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 1492]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 1492]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 1493]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 1493]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 1834]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 1834]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 13]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 13]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 2]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 2]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 14]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 14]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 1903]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 1903]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3436]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3436]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 3]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 3]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.page_type AS page_type_6, t0.display_blocks AS display_blocks_7, t0.max_object_nb AS max_object_nb_8, t0.keyword AS keyword_9, t0.fields AS fields_10, t0.page_parent_id AS page_parent_id_11 FROM content_type t0 WHERE t0.id = ?"
(parameters:
[1 => 5]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.page_type AS page_type_6, t0.display_blocks AS display_blocks_7, t0.max_object_nb AS max_object_nb_8, t0.keyword AS keyword_9, t0.fields AS fields_10, t0.page_parent_id AS page_parent_id_11 FROM content_type t0 WHERE t0.id = ?"
"params" => [1 => 5]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 17]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 17]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5082]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5082]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5083]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5083]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5084]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5084]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
(parameters:
[1 => 16]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
"params" => [1 => 16]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_season_month"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_season_month"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
(parameters:
[1 => 12 => 2024]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT s0_.created_at AS created_at_0, s0_.updated_at AS updated_at_1, s0_.active AS active_2, s0_.id AS id_3, s0_.name AS name_4, s0_.slug AS slug_5, s0_.language_group AS language_group_6, s0_.begin_year AS begin_year_7, s0_.translation_enabled AS translation_enabled_8, s0_.primary_color AS primary_color_9, s0_.secondary_color AS secondary_color_10, s0_.subtitle AS subtitle_11, s0_.meta_title AS meta_title_12, s0_.meta_description AS meta_description_13, s0_.fb_title AS fb_title_14, s0_.fb_description AS fb_description_15, s0_.tw_title AS tw_title_16, s0_.tw_description AS tw_description_17, s0_.indexed AS indexed_18, s0_.lang_id AS lang_id_19, s0_.logo_id AS logo_id_20, s0_.header_id AS header_id_21, s0_.social_image_id AS social_image_id_22 FROM season s0_ INNER JOIN language l1_ ON s0_.lang_id = l1_.id AND (l1_.id = ?) WHERE s0_.begin_year = ?"
"params" => [1 => 12 => 2024]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT e0_.created_at AS created_at_0, e0_.updated_at AS updated_at_1, e0_.active AS active_2, e0_.id AS id_3, e0_.name AS name_4, e0_.language_group AS language_group_5, e0_.slug AS slug_6, e0_.position AS position_7, e0_.keyword AS keyword_8, e0_.lft AS lft_9, e0_.rgt AS rgt_10, e0_.lvl AS lvl_11, e0_.calendar_displayed AS calendar_displayed_12, e0_.subtitle AS subtitle_13, e0_.meta_title AS meta_title_14, e0_.meta_description AS meta_description_15, e0_.fb_title AS fb_title_16, e0_.fb_description AS fb_description_17, e0_.tw_title AS tw_title_18, e0_.tw_description AS tw_description_19, e0_.indexed AS indexed_20, e0_.tree_root AS tree_root_21, e0_.parent_id AS parent_id_22, e0_.lang_id AS lang_id_23, e0_.social_image_id AS social_image_id_24 FROM event_category e0_ INNER JOIN language l1_ ON e0_.lang_id = l1_.id AND (l1_.id = ?) WHERE e0_.active = 1 AND e0_.id = ?"
(parameters:
[1 => 12 => 38]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT e0_.created_at AS created_at_0, e0_.updated_at AS updated_at_1, e0_.active AS active_2, e0_.id AS id_3, e0_.name AS name_4, e0_.language_group AS language_group_5, e0_.slug AS slug_6, e0_.position AS position_7, e0_.keyword AS keyword_8, e0_.lft AS lft_9, e0_.rgt AS rgt_10, e0_.lvl AS lvl_11, e0_.calendar_displayed AS calendar_displayed_12, e0_.subtitle AS subtitle_13, e0_.meta_title AS meta_title_14, e0_.meta_description AS meta_description_15, e0_.fb_title AS fb_title_16, e0_.fb_description AS fb_description_17, e0_.tw_title AS tw_title_18, e0_.tw_description AS tw_description_19, e0_.indexed AS indexed_20, e0_.tree_root AS tree_root_21, e0_.parent_id AS parent_id_22, e0_.lang_id AS lang_id_23, e0_.social_image_id AS social_image_id_24 FROM event_category e0_ INNER JOIN language l1_ ON e0_.lang_id = l1_.id AND (l1_.id = ?) WHERE e0_.active = 1 AND e0_.id = ?"
"params" => [1 => 12 => 38]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.keyword = ?"
(parameters:
[1 => "eventCategory"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.keyword = ?"
"params" => [1 => "eventCategory"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 18]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 18]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5089]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5089]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5086]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5086]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 19]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 19]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 53]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 53]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.page_type AS page_type_6, t0.display_blocks AS display_blocks_7, t0.max_object_nb AS max_object_nb_8, t0.keyword AS keyword_9, t0.fields AS fields_10, t0.page_parent_id AS page_parent_id_11 FROM content_type t0 WHERE t0.id = ?"
(parameters:
[1 => 2]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.page_type AS page_type_6, t0.display_blocks AS display_blocks_7, t0.max_object_nb AS max_object_nb_8, t0.keyword AS keyword_9, t0.fields AS fields_10, t0.page_parent_id AS page_parent_id_11 FROM content_type t0 WHERE t0.id = ?"
"params" => [1 => 2]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5112]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5112]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5116]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5116]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5108]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5108]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
(parameters:
[1 => 25]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
"params" => [1 => 25]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
(parameters:
[1 => 23]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
"params" => [1 => 23]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 20]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 20]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5085]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5085]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 4798]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 4798]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 21]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 21]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 126]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 126]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 24]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 24]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 1599]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 1599]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 1601]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 1601]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 1602]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 1602]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 27]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 27]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 1477]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 1477]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 1470]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 1470]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 1618]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 1618]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 1481]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 1481]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 25]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 25]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.page_type AS page_type_6, t0.display_blocks AS display_blocks_7, t0.max_object_nb AS max_object_nb_8, t0.keyword AS keyword_9, t0.fields AS fields_10, t0.page_parent_id AS page_parent_id_11 FROM content_type t0 WHERE t0.id = ?"
(parameters:
[1 => 4]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.page_type AS page_type_6, t0.display_blocks AS display_blocks_7, t0.max_object_nb AS max_object_nb_8, t0.keyword AS keyword_9, t0.fields AS fields_10, t0.page_parent_id AS page_parent_id_11 FROM content_type t0 WHERE t0.id = ?"
"params" => [1 => 4]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
(parameters:
[1 => 56]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
"params" => [1 => 56]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
(parameters:
[1 => 55]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
"params" => [1 => 55]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5105]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5105]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5104]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5104]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5121]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5121]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 26]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 26]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
(parameters:
[1 => 128]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
"params" => [1 => 128]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
(parameters:
[1 => 129]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
"params" => [1 => 129]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
(parameters:
[1 => 41]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
"params" => [1 => 41]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5122]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5122]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5123]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5123]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5124]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5124]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 127]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 127]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
(parameters:
[1 => 52]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
"params" => [1 => 52]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
(parameters:
[1 => 54]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
"params" => [1 => 54]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
(parameters:
[1 => 130]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
"params" => [1 => 130]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5131]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5131]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5132]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5132]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5133]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5133]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 28]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 28]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 29]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 29]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.page_type AS page_type_6, t0.display_blocks AS display_blocks_7, t0.max_object_nb AS max_object_nb_8, t0.keyword AS keyword_9, t0.fields AS fields_10, t0.page_parent_id AS page_parent_id_11 FROM content_type t0 WHERE t0.id = ?"
(parameters:
[1 => 11]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.page_type AS page_type_6, t0.display_blocks AS display_blocks_7, t0.max_object_nb AS max_object_nb_8, t0.keyword AS keyword_9, t0.fields AS fields_10, t0.page_parent_id AS page_parent_id_11 FROM content_type t0 WHERE t0.id = ?"
"params" => [1 => 11]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5137]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5137]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5138]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5138]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3742]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3742]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3739]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3739]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5139]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5139]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5140]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5140]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5141]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5141]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3743]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3743]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3745]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3745]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3746]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3746]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3748]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3748]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3750]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3750]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5142]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5142]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5143]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5143]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5144]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5144]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5148]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5148]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3751]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3751]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3752]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3752]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3753]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3753]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3754]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3754]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3755]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3755]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3756]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3756]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5149]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5149]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3758]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3758]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3759]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3759]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5145]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5145]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5146]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5146]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3764]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3764]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3765]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3765]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3767]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3767]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5147]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5147]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 30]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 30]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5088]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5088]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5020]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5020]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 4811]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 4811]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3737]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3737]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3221]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3221]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 1950]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 1950]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5217]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5217]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 1952]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 1952]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 32]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 32]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 4752]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 4752]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 1483]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 1483]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3904]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3904]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
(parameters:
[1 => 31]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
"params" => [1 => 31]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 33]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 33]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 34]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 34]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 35]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 35]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 36]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 36]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 37]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 37]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 4]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 4]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.keyword = ?"
(parameters:
[1 => 12 => "calendar"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.keyword = ?"
"params" => [1 => 12 => "calendar"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.keyword = ?"
(parameters:
[1 => 12 => "accessibility"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.keyword = ?"
"params" => [1 => 12 => "accessibility"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 4751]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 4751]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "module_SocialNetwork_facebook"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "module_SocialNetwork_facebook"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "module_SocialNetwork_facebook_image"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "module_SocialNetwork_facebook_image"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "module_SocialNetwork_twitter"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "module_SocialNetwork_twitter"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "module_SocialNetwork_twitter_image"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "module_SocialNetwork_twitter_image"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "module_SocialNetwork_instagram"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "module_SocialNetwork_instagram"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "module_SocialNetwork_instagram_image"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "module_SocialNetwork_instagram_image"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "module_SocialNetwork_youtube"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "module_SocialNetwork_youtube"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "module_SocialNetwork_youtube_image"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "module_SocialNetwork_youtube_image"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "module_SocialNetwork_tiktok"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "module_SocialNetwork_tiktok"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "module_SocialNetwork_tiktok_image"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "module_SocialNetwork_tiktok_image"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "module_SocialNetwork_linkedin"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "module_SocialNetwork_linkedin"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "module_SocialNetwork_linkedin_image"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "module_SocialNetwork_linkedin_image"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_maintenance_mode"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_maintenance_mode"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_use_ssl"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_use_ssl"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_website_host"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_new_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_new_website_host"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_website_host"
]
"types" => [1 => 2]
]
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "en"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "en"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT m0_.created_at AS created_at_0, m0_.updated_at AS updated_at_1, m0_.active AS active_2, m0_.id AS id_3, m0_.name AS name_4, m0_.short_description AS short_description_5, m0_.slug AS slug_6, m0_.position AS position_7, m0_.keyword AS keyword_8, m0_.lft AS lft_9, m0_.rgt AS rgt_10, m0_.lvl AS lvl_11, m0_.language_group AS language_group_12, m0_.tree_root AS tree_root_13, m0_.parent_id AS parent_id_14, m0_.lang_id AS lang_id_15 FROM media_category m0_ INNER JOIN language l1_ ON m0_.lang_id = l1_.id WHERE m0_.language_group = ? AND l1_.id = ?"
(parameters:
[1 => b"Å¢sħÃ\x11í‰VÁ\x03Uìk "
2 => 2]
, types:
[1 => 22 => 1]
)
doctrine
[
"sql" => "SELECT m0_.created_at AS created_at_0, m0_.updated_at AS updated_at_1, m0_.active AS active_2, m0_.id AS id_3, m0_.name AS name_4, m0_.short_description AS short_description_5, m0_.slug AS slug_6, m0_.position AS position_7, m0_.keyword AS keyword_8, m0_.lft AS lft_9, m0_.rgt AS rgt_10, m0_.lvl AS lvl_11, m0_.language_group AS language_group_12, m0_.tree_root AS tree_root_13, m0_.parent_id AS parent_id_14, m0_.lang_id AS lang_id_15 FROM media_category m0_ INNER JOIN language l1_ ON m0_.lang_id = l1_.id WHERE m0_.language_group = ? AND l1_.id = ?"
"params" => [1 => b"Å¢sħÃ\x11í‰VÁ\x03Uìk "
2 => 2]
"types" => [1 => 22 => 1]
]
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 4067]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 4067]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.keyword = ?"
(parameters:
[1 => 12 => "home"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.keyword = ?"
"params" => [1 => 12 => "home"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.page_type AS page_type_6, t0.display_blocks AS display_blocks_7, t0.max_object_nb AS max_object_nb_8, t0.keyword AS keyword_9, t0.fields AS fields_10, t0.page_parent_id AS page_parent_id_11 FROM content_type t0 WHERE t0.id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.page_type AS page_type_6, t0.display_blocks AS display_blocks_7, t0.max_object_nb AS max_object_nb_8, t0.keyword AS keyword_9, t0.fields AS fields_10, t0.page_parent_id AS page_parent_id_11 FROM content_type t0 WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 1994]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 1994]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5067]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5067]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5403]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5403]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5068]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5068]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5066]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5066]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.keyword = ?"
(parameters:
[1 => 12 => "home"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.keyword = ?"
"params" => [1 => 12 => "home"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
(parameters:
[1 => "MediaCategory"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
"params" => [1 => "MediaCategory"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
(parameters:
[1 => 4]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.title AS title_5, t0.subtitle AS subtitle_6, t0.slug AS slug_7, t0.keyword AS keyword_8, t0.controller AS controller_9, t0.language_group AS language_group_10, t0.type AS type_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.fb_title AS fb_title_14, t0.fb_description AS fb_description_15, t0.tw_title AS tw_title_16, t0.tw_description AS tw_description_17, t0.indexed AS indexed_18, t0.lang_id AS lang_id_19, t0.parent_id AS parent_id_20, t0.social_image_id AS social_image_id_21 FROM page t0 WHERE t0.id = ?"
"params" => [1 => 4]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
(parameters:
[1 => "MediaCategory"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
"params" => [1 => "MediaCategory"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
(parameters:
[1 => "MediaCategory"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
"params" => [1 => "MediaCategory"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
(parameters:
[1 => "MediaCategory"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
"params" => [1 => "MediaCategory"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
(parameters:
[1 => "MediaCategory"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
"params" => [1 => "MediaCategory"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
(parameters:
[1 => "Media"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
"params" => [1 => "Media"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT i0_.created_at AS created_at_0, i0_.updated_at AS updated_at_1, i0_.active AS active_2, i0_.id AS id_3, i0_.name AS name_4, i0_.slug AS slug_5, i0_.height AS height_6, i0_.width AS width_7, i0_.theme_use AS theme_use_8 FROM image_format i0_ WHERE i0_.active = 1 AND i0_.slug = ?"
(parameters:
[1 => "media-list"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT i0_.created_at AS created_at_0, i0_.updated_at AS updated_at_1, i0_.active AS active_2, i0_.id AS id_3, i0_.name AS name_4, i0_.slug AS slug_5, i0_.height AS height_6, i0_.width AS width_7, i0_.theme_use AS theme_use_8 FROM image_format i0_ WHERE i0_.active = 1 AND i0_.slug = ?"
"params" => [1 => "media-list"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 5043]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 5043]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.slug AS slug_6, t0.height AS height_7, t0.width AS width_8, t0.theme_use AS theme_use_9 FROM image_format t0 INNER JOIN media_image_format ON t0.id = media_image_format.image_format_id WHERE media_image_format.media_id = ?"
(parameters:
[1 => 5043]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.slug AS slug_6, t0.height AS height_7, t0.width AS width_8, t0.theme_use AS theme_use_9 FROM image_format t0 INNER JOIN media_image_format ON t0.id = media_image_format.image_format_id WHERE media_image_format.media_id = ?"
"params" => [1 => 5043]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_image_format"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_image_format"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.position AS position_8, t0.keyword AS keyword_9, t0.lft AS lft_10, t0.rgt AS rgt_11, t0.lvl AS lvl_12, t0.language_group AS language_group_13, t0.tree_root AS tree_root_14, t0.parent_id AS parent_id_15, t0.lang_id AS lang_id_16 FROM media_category t0 INNER JOIN media_media_category ON t0.id = media_media_category.media_category_id WHERE media_media_category.media_id = ?"
(parameters:
[1 => 5044]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.position AS position_8, t0.keyword AS keyword_9, t0.lft AS lft_10, t0.rgt AS rgt_11, t0.lvl AS lvl_12, t0.language_group AS language_group_13, t0.tree_root AS tree_root_14, t0.parent_id AS parent_id_15, t0.lang_id AS lang_id_16 FROM media_category t0 INNER JOIN media_media_category ON t0.id = media_media_category.media_category_id WHERE media_media_category.media_id = ?"
"params" => [1 => 5044]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
(parameters:
[1 => "Media"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
"params" => [1 => "Media"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT i0_.created_at AS created_at_0, i0_.updated_at AS updated_at_1, i0_.active AS active_2, i0_.id AS id_3, i0_.name AS name_4, i0_.slug AS slug_5, i0_.height AS height_6, i0_.width AS width_7, i0_.theme_use AS theme_use_8 FROM image_format i0_ WHERE i0_.active = 1 AND i0_.slug = ?"
(parameters:
[1 => "media-list"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT i0_.created_at AS created_at_0, i0_.updated_at AS updated_at_1, i0_.active AS active_2, i0_.id AS id_3, i0_.name AS name_4, i0_.slug AS slug_5, i0_.height AS height_6, i0_.width AS width_7, i0_.theme_use AS theme_use_8 FROM image_format i0_ WHERE i0_.active = 1 AND i0_.slug = ?"
"params" => [1 => "media-list"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 4065]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 4065]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.slug AS slug_6, t0.height AS height_7, t0.width AS width_8, t0.theme_use AS theme_use_9 FROM image_format t0 INNER JOIN media_image_format ON t0.id = media_image_format.image_format_id WHERE media_image_format.media_id = ?"
(parameters:
[1 => 4065]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.slug AS slug_6, t0.height AS height_7, t0.width AS width_8, t0.theme_use AS theme_use_9 FROM image_format t0 INNER JOIN media_image_format ON t0.id = media_image_format.image_format_id WHERE media_image_format.media_id = ?"
"params" => [1 => 4065]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_image_format"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_image_format"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.position AS position_8, t0.keyword AS keyword_9, t0.lft AS lft_10, t0.rgt AS rgt_11, t0.lvl AS lvl_12, t0.language_group AS language_group_13, t0.tree_root AS tree_root_14, t0.parent_id AS parent_id_15, t0.lang_id AS lang_id_16 FROM media_category t0 INNER JOIN media_media_category ON t0.id = media_media_category.media_category_id WHERE media_media_category.media_id = ?"
(parameters:
[1 => 4066]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.position AS position_8, t0.keyword AS keyword_9, t0.lft AS lft_10, t0.rgt AS rgt_11, t0.lvl AS lvl_12, t0.language_group AS language_group_13, t0.tree_root AS tree_root_14, t0.parent_id AS parent_id_15, t0.lang_id AS lang_id_16 FROM media_category t0 INNER JOIN media_media_category ON t0.id = media_media_category.media_category_id WHERE media_media_category.media_id = ?"
"params" => [1 => 4066]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
(parameters:
[1 => "Media"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
"params" => [1 => "Media"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT i0_.created_at AS created_at_0, i0_.updated_at AS updated_at_1, i0_.active AS active_2, i0_.id AS id_3, i0_.name AS name_4, i0_.slug AS slug_5, i0_.height AS height_6, i0_.width AS width_7, i0_.theme_use AS theme_use_8 FROM image_format i0_ WHERE i0_.active = 1 AND i0_.slug = ?"
(parameters:
[1 => "media-list"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT i0_.created_at AS created_at_0, i0_.updated_at AS updated_at_1, i0_.active AS active_2, i0_.id AS id_3, i0_.name AS name_4, i0_.slug AS slug_5, i0_.height AS height_6, i0_.width AS width_7, i0_.theme_use AS theme_use_8 FROM image_format i0_ WHERE i0_.active = 1 AND i0_.slug = ?"
"params" => [1 => "media-list"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3869]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3869]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.slug AS slug_6, t0.height AS height_7, t0.width AS width_8, t0.theme_use AS theme_use_9 FROM image_format t0 INNER JOIN media_image_format ON t0.id = media_image_format.image_format_id WHERE media_image_format.media_id = ?"
(parameters:
[1 => 3869]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.slug AS slug_6, t0.height AS height_7, t0.width AS width_8, t0.theme_use AS theme_use_9 FROM image_format t0 INNER JOIN media_image_format ON t0.id = media_image_format.image_format_id WHERE media_image_format.media_id = ?"
"params" => [1 => 3869]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_image_format"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_image_format"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.position AS position_8, t0.keyword AS keyword_9, t0.lft AS lft_10, t0.rgt AS rgt_11, t0.lvl AS lvl_12, t0.language_group AS language_group_13, t0.tree_root AS tree_root_14, t0.parent_id AS parent_id_15, t0.lang_id AS lang_id_16 FROM media_category t0 INNER JOIN media_media_category ON t0.id = media_media_category.media_category_id WHERE media_media_category.media_id = ?"
(parameters:
[1 => 3870]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.position AS position_8, t0.keyword AS keyword_9, t0.lft AS lft_10, t0.rgt AS rgt_11, t0.lvl AS lvl_12, t0.language_group AS language_group_13, t0.tree_root AS tree_root_14, t0.parent_id AS parent_id_15, t0.lang_id AS lang_id_16 FROM media_category t0 INNER JOIN media_media_category ON t0.id = media_media_category.media_category_id WHERE media_media_category.media_id = ?"
"params" => [1 => 3870]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
(parameters:
[1 => "Media"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
"params" => [1 => "Media"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT i0_.created_at AS created_at_0, i0_.updated_at AS updated_at_1, i0_.active AS active_2, i0_.id AS id_3, i0_.name AS name_4, i0_.slug AS slug_5, i0_.height AS height_6, i0_.width AS width_7, i0_.theme_use AS theme_use_8 FROM image_format i0_ WHERE i0_.active = 1 AND i0_.slug = ?"
(parameters:
[1 => "media-list"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT i0_.created_at AS created_at_0, i0_.updated_at AS updated_at_1, i0_.active AS active_2, i0_.id AS id_3, i0_.name AS name_4, i0_.slug AS slug_5, i0_.height AS height_6, i0_.width AS width_7, i0_.theme_use AS theme_use_8 FROM image_format i0_ WHERE i0_.active = 1 AND i0_.slug = ?"
"params" => [1 => "media-list"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3365]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3365]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.slug AS slug_6, t0.height AS height_7, t0.width AS width_8, t0.theme_use AS theme_use_9 FROM image_format t0 INNER JOIN media_image_format ON t0.id = media_image_format.image_format_id WHERE media_image_format.media_id = ?"
(parameters:
[1 => 3365]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.slug AS slug_6, t0.height AS height_7, t0.width AS width_8, t0.theme_use AS theme_use_9 FROM image_format t0 INNER JOIN media_image_format ON t0.id = media_image_format.image_format_id WHERE media_image_format.media_id = ?"
"params" => [1 => 3365]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_image_format"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_image_format"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.position AS position_8, t0.keyword AS keyword_9, t0.lft AS lft_10, t0.rgt AS rgt_11, t0.lvl AS lvl_12, t0.language_group AS language_group_13, t0.tree_root AS tree_root_14, t0.parent_id AS parent_id_15, t0.lang_id AS lang_id_16 FROM media_category t0 INNER JOIN media_media_category ON t0.id = media_media_category.media_category_id WHERE media_media_category.media_id = ?"
(parameters:
[1 => 3366]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.position AS position_8, t0.keyword AS keyword_9, t0.lft AS lft_10, t0.rgt AS rgt_11, t0.lvl AS lvl_12, t0.language_group AS language_group_13, t0.tree_root AS tree_root_14, t0.parent_id AS parent_id_15, t0.lang_id AS lang_id_16 FROM media_category t0 INNER JOIN media_media_category ON t0.id = media_media_category.media_category_id WHERE media_media_category.media_id = ?"
"params" => [1 => 3366]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
(parameters:
[1 => "Media"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
"params" => [1 => "Media"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT i0_.created_at AS created_at_0, i0_.updated_at AS updated_at_1, i0_.active AS active_2, i0_.id AS id_3, i0_.name AS name_4, i0_.slug AS slug_5, i0_.height AS height_6, i0_.width AS width_7, i0_.theme_use AS theme_use_8 FROM image_format i0_ WHERE i0_.active = 1 AND i0_.slug = ?"
(parameters:
[1 => "media-list"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT i0_.created_at AS created_at_0, i0_.updated_at AS updated_at_1, i0_.active AS active_2, i0_.id AS id_3, i0_.name AS name_4, i0_.slug AS slug_5, i0_.height AS height_6, i0_.width AS width_7, i0_.theme_use AS theme_use_8 FROM image_format i0_ WHERE i0_.active = 1 AND i0_.slug = ?"
"params" => [1 => "media-list"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3970]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3970]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.slug AS slug_6, t0.height AS height_7, t0.width AS width_8, t0.theme_use AS theme_use_9 FROM image_format t0 INNER JOIN media_image_format ON t0.id = media_image_format.image_format_id WHERE media_image_format.media_id = ?"
(parameters:
[1 => 3970]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.slug AS slug_6, t0.height AS height_7, t0.width AS width_8, t0.theme_use AS theme_use_9 FROM image_format t0 INNER JOIN media_image_format ON t0.id = media_image_format.image_format_id WHERE media_image_format.media_id = ?"
"params" => [1 => 3970]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_image_format"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_image_format"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.position AS position_8, t0.keyword AS keyword_9, t0.lft AS lft_10, t0.rgt AS rgt_11, t0.lvl AS lvl_12, t0.language_group AS language_group_13, t0.tree_root AS tree_root_14, t0.parent_id AS parent_id_15, t0.lang_id AS lang_id_16 FROM media_category t0 INNER JOIN media_media_category ON t0.id = media_media_category.media_category_id WHERE media_media_category.media_id = ?"
(parameters:
[1 => 3969]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.position AS position_8, t0.keyword AS keyword_9, t0.lft AS lft_10, t0.rgt AS rgt_11, t0.lvl AS lvl_12, t0.language_group AS language_group_13, t0.tree_root AS tree_root_14, t0.parent_id AS parent_id_15, t0.lang_id AS lang_id_16 FROM media_category t0 INNER JOIN media_media_category ON t0.id = media_media_category.media_category_id WHERE media_media_category.media_id = ?"
"params" => [1 => 3969]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
(parameters:
[1 => "Media"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
"params" => [1 => "Media"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT i0_.created_at AS created_at_0, i0_.updated_at AS updated_at_1, i0_.active AS active_2, i0_.id AS id_3, i0_.name AS name_4, i0_.slug AS slug_5, i0_.height AS height_6, i0_.width AS width_7, i0_.theme_use AS theme_use_8 FROM image_format i0_ WHERE i0_.active = 1 AND i0_.slug = ?"
(parameters:
[1 => "media-list"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT i0_.created_at AS created_at_0, i0_.updated_at AS updated_at_1, i0_.active AS active_2, i0_.id AS id_3, i0_.name AS name_4, i0_.slug AS slug_5, i0_.height AS height_6, i0_.width AS width_7, i0_.theme_use AS theme_use_8 FROM image_format i0_ WHERE i0_.active = 1 AND i0_.slug = ?"
"params" => [1 => "media-list"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3730]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3730]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.slug AS slug_6, t0.height AS height_7, t0.width AS width_8, t0.theme_use AS theme_use_9 FROM image_format t0 INNER JOIN media_image_format ON t0.id = media_image_format.image_format_id WHERE media_image_format.media_id = ?"
(parameters:
[1 => 3730]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.slug AS slug_6, t0.height AS height_7, t0.width AS width_8, t0.theme_use AS theme_use_9 FROM image_format t0 INNER JOIN media_image_format ON t0.id = media_image_format.image_format_id WHERE media_image_format.media_id = ?"
"params" => [1 => 3730]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_image_format"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_image_format"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.position AS position_8, t0.keyword AS keyword_9, t0.lft AS lft_10, t0.rgt AS rgt_11, t0.lvl AS lvl_12, t0.language_group AS language_group_13, t0.tree_root AS tree_root_14, t0.parent_id AS parent_id_15, t0.lang_id AS lang_id_16 FROM media_category t0 INNER JOIN media_media_category ON t0.id = media_media_category.media_category_id WHERE media_media_category.media_id = ?"
(parameters:
[1 => 3731]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.position AS position_8, t0.keyword AS keyword_9, t0.lft AS lft_10, t0.rgt AS rgt_11, t0.lvl AS lvl_12, t0.language_group AS language_group_13, t0.tree_root AS tree_root_14, t0.parent_id AS parent_id_15, t0.lang_id AS lang_id_16 FROM media_category t0 INNER JOIN media_media_category ON t0.id = media_media_category.media_category_id WHERE media_media_category.media_id = ?"
"params" => [1 => 3731]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
(parameters:
[1 => "Media"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
"params" => [1 => "Media"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT i0_.created_at AS created_at_0, i0_.updated_at AS updated_at_1, i0_.active AS active_2, i0_.id AS id_3, i0_.name AS name_4, i0_.slug AS slug_5, i0_.height AS height_6, i0_.width AS width_7, i0_.theme_use AS theme_use_8 FROM image_format i0_ WHERE i0_.active = 1 AND i0_.slug = ?"
(parameters:
[1 => "media-list"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT i0_.created_at AS created_at_0, i0_.updated_at AS updated_at_1, i0_.active AS active_2, i0_.id AS id_3, i0_.name AS name_4, i0_.slug AS slug_5, i0_.height AS height_6, i0_.width AS width_7, i0_.theme_use AS theme_use_8 FROM image_format i0_ WHERE i0_.active = 1 AND i0_.slug = ?"
"params" => [1 => "media-list"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3646]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3646]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.slug AS slug_6, t0.height AS height_7, t0.width AS width_8, t0.theme_use AS theme_use_9 FROM image_format t0 INNER JOIN media_image_format ON t0.id = media_image_format.image_format_id WHERE media_image_format.media_id = ?"
(parameters:
[1 => 3646]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.slug AS slug_6, t0.height AS height_7, t0.width AS width_8, t0.theme_use AS theme_use_9 FROM image_format t0 INNER JOIN media_image_format ON t0.id = media_image_format.image_format_id WHERE media_image_format.media_id = ?"
"params" => [1 => 3646]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_image_format"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_image_format"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.position AS position_8, t0.keyword AS keyword_9, t0.lft AS lft_10, t0.rgt AS rgt_11, t0.lvl AS lvl_12, t0.language_group AS language_group_13, t0.tree_root AS tree_root_14, t0.parent_id AS parent_id_15, t0.lang_id AS lang_id_16 FROM media_category t0 INNER JOIN media_media_category ON t0.id = media_media_category.media_category_id WHERE media_media_category.media_id = ?"
(parameters:
[1 => 3647]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.position AS position_8, t0.keyword AS keyword_9, t0.lft AS lft_10, t0.rgt AS rgt_11, t0.lvl AS lvl_12, t0.language_group AS language_group_13, t0.tree_root AS tree_root_14, t0.parent_id AS parent_id_15, t0.lang_id AS lang_id_16 FROM media_category t0 INNER JOIN media_media_category ON t0.id = media_media_category.media_category_id WHERE media_media_category.media_id = ?"
"params" => [1 => 3647]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
(parameters:
[1 => "Media"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
"params" => [1 => "Media"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT i0_.created_at AS created_at_0, i0_.updated_at AS updated_at_1, i0_.active AS active_2, i0_.id AS id_3, i0_.name AS name_4, i0_.slug AS slug_5, i0_.height AS height_6, i0_.width AS width_7, i0_.theme_use AS theme_use_8 FROM image_format i0_ WHERE i0_.active = 1 AND i0_.slug = ?"
(parameters:
[1 => "media-list"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT i0_.created_at AS created_at_0, i0_.updated_at AS updated_at_1, i0_.active AS active_2, i0_.id AS id_3, i0_.name AS name_4, i0_.slug AS slug_5, i0_.height AS height_6, i0_.width AS width_7, i0_.theme_use AS theme_use_8 FROM image_format i0_ WHERE i0_.active = 1 AND i0_.slug = ?"
"params" => [1 => "media-list"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3290]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3290]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.slug AS slug_6, t0.height AS height_7, t0.width AS width_8, t0.theme_use AS theme_use_9 FROM image_format t0 INNER JOIN media_image_format ON t0.id = media_image_format.image_format_id WHERE media_image_format.media_id = ?"
(parameters:
[1 => 3290]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.slug AS slug_6, t0.height AS height_7, t0.width AS width_8, t0.theme_use AS theme_use_9 FROM image_format t0 INNER JOIN media_image_format ON t0.id = media_image_format.image_format_id WHERE media_image_format.media_id = ?"
"params" => [1 => 3290]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_image_format"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_image_format"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.position AS position_8, t0.keyword AS keyword_9, t0.lft AS lft_10, t0.rgt AS rgt_11, t0.lvl AS lvl_12, t0.language_group AS language_group_13, t0.tree_root AS tree_root_14, t0.parent_id AS parent_id_15, t0.lang_id AS lang_id_16 FROM media_category t0 INNER JOIN media_media_category ON t0.id = media_media_category.media_category_id WHERE media_media_category.media_id = ?"
(parameters:
[1 => 3291]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.position AS position_8, t0.keyword AS keyword_9, t0.lft AS lft_10, t0.rgt AS rgt_11, t0.lvl AS lvl_12, t0.language_group AS language_group_13, t0.tree_root AS tree_root_14, t0.parent_id AS parent_id_15, t0.lang_id AS lang_id_16 FROM media_category t0 INNER JOIN media_media_category ON t0.id = media_media_category.media_category_id WHERE media_media_category.media_id = ?"
"params" => [1 => 3291]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
(parameters:
[1 => "Media"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
"params" => [1 => "Media"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT i0_.created_at AS created_at_0, i0_.updated_at AS updated_at_1, i0_.active AS active_2, i0_.id AS id_3, i0_.name AS name_4, i0_.slug AS slug_5, i0_.height AS height_6, i0_.width AS width_7, i0_.theme_use AS theme_use_8 FROM image_format i0_ WHERE i0_.active = 1 AND i0_.slug = ?"
(parameters:
[1 => "media-list"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT i0_.created_at AS created_at_0, i0_.updated_at AS updated_at_1, i0_.active AS active_2, i0_.id AS id_3, i0_.name AS name_4, i0_.slug AS slug_5, i0_.height AS height_6, i0_.width AS width_7, i0_.theme_use AS theme_use_8 FROM image_format i0_ WHERE i0_.active = 1 AND i0_.slug = ?"
"params" => [1 => "media-list"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3282]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3282]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.slug AS slug_6, t0.height AS height_7, t0.width AS width_8, t0.theme_use AS theme_use_9 FROM image_format t0 INNER JOIN media_image_format ON t0.id = media_image_format.image_format_id WHERE media_image_format.media_id = ?"
(parameters:
[1 => 3282]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.slug AS slug_6, t0.height AS height_7, t0.width AS width_8, t0.theme_use AS theme_use_9 FROM image_format t0 INNER JOIN media_image_format ON t0.id = media_image_format.image_format_id WHERE media_image_format.media_id = ?"
"params" => [1 => 3282]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_image_format"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_image_format"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.position AS position_8, t0.keyword AS keyword_9, t0.lft AS lft_10, t0.rgt AS rgt_11, t0.lvl AS lvl_12, t0.language_group AS language_group_13, t0.tree_root AS tree_root_14, t0.parent_id AS parent_id_15, t0.lang_id AS lang_id_16 FROM media_category t0 INNER JOIN media_media_category ON t0.id = media_media_category.media_category_id WHERE media_media_category.media_id = ?"
(parameters:
[1 => 3283]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.position AS position_8, t0.keyword AS keyword_9, t0.lft AS lft_10, t0.rgt AS rgt_11, t0.lvl AS lvl_12, t0.language_group AS language_group_13, t0.tree_root AS tree_root_14, t0.parent_id AS parent_id_15, t0.lang_id AS lang_id_16 FROM media_category t0 INNER JOIN media_media_category ON t0.id = media_media_category.media_category_id WHERE media_media_category.media_id = ?"
"params" => [1 => 3283]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
(parameters:
[1 => "Media"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
"params" => [1 => "Media"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT i0_.created_at AS created_at_0, i0_.updated_at AS updated_at_1, i0_.active AS active_2, i0_.id AS id_3, i0_.name AS name_4, i0_.slug AS slug_5, i0_.height AS height_6, i0_.width AS width_7, i0_.theme_use AS theme_use_8 FROM image_format i0_ WHERE i0_.active = 1 AND i0_.slug = ?"
(parameters:
[1 => "media-list"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT i0_.created_at AS created_at_0, i0_.updated_at AS updated_at_1, i0_.active AS active_2, i0_.id AS id_3, i0_.name AS name_4, i0_.slug AS slug_5, i0_.height AS height_6, i0_.width AS width_7, i0_.theme_use AS theme_use_8 FROM image_format i0_ WHERE i0_.active = 1 AND i0_.slug = ?"
"params" => [1 => "media-list"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3280]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3280]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.slug AS slug_6, t0.height AS height_7, t0.width AS width_8, t0.theme_use AS theme_use_9 FROM image_format t0 INNER JOIN media_image_format ON t0.id = media_image_format.image_format_id WHERE media_image_format.media_id = ?"
(parameters:
[1 => 3280]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.slug AS slug_6, t0.height AS height_7, t0.width AS width_8, t0.theme_use AS theme_use_9 FROM image_format t0 INNER JOIN media_image_format ON t0.id = media_image_format.image_format_id WHERE media_image_format.media_id = ?"
"params" => [1 => 3280]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_image_format"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_image_format"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.position AS position_8, t0.keyword AS keyword_9, t0.lft AS lft_10, t0.rgt AS rgt_11, t0.lvl AS lvl_12, t0.language_group AS language_group_13, t0.tree_root AS tree_root_14, t0.parent_id AS parent_id_15, t0.lang_id AS lang_id_16 FROM media_category t0 INNER JOIN media_media_category ON t0.id = media_media_category.media_category_id WHERE media_media_category.media_id = ?"
(parameters:
[1 => 3281]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.position AS position_8, t0.keyword AS keyword_9, t0.lft AS lft_10, t0.rgt AS rgt_11, t0.lvl AS lvl_12, t0.language_group AS language_group_13, t0.tree_root AS tree_root_14, t0.parent_id AS parent_id_15, t0.lang_id AS lang_id_16 FROM media_category t0 INNER JOIN media_media_category ON t0.id = media_media_category.media_category_id WHERE media_media_category.media_id = ?"
"params" => [1 => 3281]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
(parameters:
[1 => "Media"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
"params" => [1 => "Media"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT i0_.created_at AS created_at_0, i0_.updated_at AS updated_at_1, i0_.active AS active_2, i0_.id AS id_3, i0_.name AS name_4, i0_.slug AS slug_5, i0_.height AS height_6, i0_.width AS width_7, i0_.theme_use AS theme_use_8 FROM image_format i0_ WHERE i0_.active = 1 AND i0_.slug = ?"
(parameters:
[1 => "media-list"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT i0_.created_at AS created_at_0, i0_.updated_at AS updated_at_1, i0_.active AS active_2, i0_.id AS id_3, i0_.name AS name_4, i0_.slug AS slug_5, i0_.height AS height_6, i0_.width AS width_7, i0_.theme_use AS theme_use_8 FROM image_format i0_ WHERE i0_.active = 1 AND i0_.slug = ?"
"params" => [1 => "media-list"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3173]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3173]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.slug AS slug_6, t0.height AS height_7, t0.width AS width_8, t0.theme_use AS theme_use_9 FROM image_format t0 INNER JOIN media_image_format ON t0.id = media_image_format.image_format_id WHERE media_image_format.media_id = ?"
(parameters:
[1 => 3173]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.slug AS slug_6, t0.height AS height_7, t0.width AS width_8, t0.theme_use AS theme_use_9 FROM image_format t0 INNER JOIN media_image_format ON t0.id = media_image_format.image_format_id WHERE media_image_format.media_id = ?"
"params" => [1 => 3173]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_image_format"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_image_format"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.position AS position_8, t0.keyword AS keyword_9, t0.lft AS lft_10, t0.rgt AS rgt_11, t0.lvl AS lvl_12, t0.language_group AS language_group_13, t0.tree_root AS tree_root_14, t0.parent_id AS parent_id_15, t0.lang_id AS lang_id_16 FROM media_category t0 INNER JOIN media_media_category ON t0.id = media_media_category.media_category_id WHERE media_media_category.media_id = ?"
(parameters:
[1 => 3075]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.position AS position_8, t0.keyword AS keyword_9, t0.lft AS lft_10, t0.rgt AS rgt_11, t0.lvl AS lvl_12, t0.language_group AS language_group_13, t0.tree_root AS tree_root_14, t0.parent_id AS parent_id_15, t0.lang_id AS lang_id_16 FROM media_category t0 INNER JOIN media_media_category ON t0.id = media_media_category.media_category_id WHERE media_media_category.media_id = ?"
"params" => [1 => 3075]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
(parameters:
[1 => "Media"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
"params" => [1 => "Media"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT i0_.created_at AS created_at_0, i0_.updated_at AS updated_at_1, i0_.active AS active_2, i0_.id AS id_3, i0_.name AS name_4, i0_.slug AS slug_5, i0_.height AS height_6, i0_.width AS width_7, i0_.theme_use AS theme_use_8 FROM image_format i0_ WHERE i0_.active = 1 AND i0_.slug = ?"
(parameters:
[1 => "media-list"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT i0_.created_at AS created_at_0, i0_.updated_at AS updated_at_1, i0_.active AS active_2, i0_.id AS id_3, i0_.name AS name_4, i0_.slug AS slug_5, i0_.height AS height_6, i0_.width AS width_7, i0_.theme_use AS theme_use_8 FROM image_format i0_ WHERE i0_.active = 1 AND i0_.slug = ?"
"params" => [1 => "media-list"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 1869]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 1869]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.slug AS slug_6, t0.height AS height_7, t0.width AS width_8, t0.theme_use AS theme_use_9 FROM image_format t0 INNER JOIN media_image_format ON t0.id = media_image_format.image_format_id WHERE media_image_format.media_id = ?"
(parameters:
[1 => 1869]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.slug AS slug_6, t0.height AS height_7, t0.width AS width_8, t0.theme_use AS theme_use_9 FROM image_format t0 INNER JOIN media_image_format ON t0.id = media_image_format.image_format_id WHERE media_image_format.media_id = ?"
"params" => [1 => 1869]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_image_format"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_image_format"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.position AS position_8, t0.keyword AS keyword_9, t0.lft AS lft_10, t0.rgt AS rgt_11, t0.lvl AS lvl_12, t0.language_group AS language_group_13, t0.tree_root AS tree_root_14, t0.parent_id AS parent_id_15, t0.lang_id AS lang_id_16 FROM media_category t0 INNER JOIN media_media_category ON t0.id = media_media_category.media_category_id WHERE media_media_category.media_id = ?"
(parameters:
[1 => 3081]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.position AS position_8, t0.keyword AS keyword_9, t0.lft AS lft_10, t0.rgt AS rgt_11, t0.lvl AS lvl_12, t0.language_group AS language_group_13, t0.tree_root AS tree_root_14, t0.parent_id AS parent_id_15, t0.lang_id AS lang_id_16 FROM media_category t0 INNER JOIN media_media_category ON t0.id = media_media_category.media_category_id WHERE media_media_category.media_id = ?"
"params" => [1 => 3081]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
(parameters:
[1 => "Media"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
"params" => [1 => "Media"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT i0_.created_at AS created_at_0, i0_.updated_at AS updated_at_1, i0_.active AS active_2, i0_.id AS id_3, i0_.name AS name_4, i0_.slug AS slug_5, i0_.height AS height_6, i0_.width AS width_7, i0_.theme_use AS theme_use_8 FROM image_format i0_ WHERE i0_.active = 1 AND i0_.slug = ?"
(parameters:
[1 => "media-list"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT i0_.created_at AS created_at_0, i0_.updated_at AS updated_at_1, i0_.active AS active_2, i0_.id AS id_3, i0_.name AS name_4, i0_.slug AS slug_5, i0_.height AS height_6, i0_.width AS width_7, i0_.theme_use AS theme_use_8 FROM image_format i0_ WHERE i0_.active = 1 AND i0_.slug = ?"
"params" => [1 => "media-list"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 3169]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 3169]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.slug AS slug_6, t0.height AS height_7, t0.width AS width_8, t0.theme_use AS theme_use_9 FROM image_format t0 INNER JOIN media_image_format ON t0.id = media_image_format.image_format_id WHERE media_image_format.media_id = ?"
(parameters:
[1 => 3169]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.slug AS slug_6, t0.height AS height_7, t0.width AS width_8, t0.theme_use AS theme_use_9 FROM image_format t0 INNER JOIN media_image_format ON t0.id = media_image_format.image_format_id WHERE media_image_format.media_id = ?"
"params" => [1 => 3169]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_image_format"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_image_format"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.position AS position_8, t0.keyword AS keyword_9, t0.lft AS lft_10, t0.rgt AS rgt_11, t0.lvl AS lvl_12, t0.language_group AS language_group_13, t0.tree_root AS tree_root_14, t0.parent_id AS parent_id_15, t0.lang_id AS lang_id_16 FROM media_category t0 INNER JOIN media_media_category ON t0.id = media_media_category.media_category_id WHERE media_media_category.media_id = ?"
(parameters:
[1 => 3170]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.position AS position_8, t0.keyword AS keyword_9, t0.lft AS lft_10, t0.rgt AS rgt_11, t0.lvl AS lvl_12, t0.language_group AS language_group_13, t0.tree_root AS tree_root_14, t0.parent_id AS parent_id_15, t0.lang_id AS lang_id_16 FROM media_category t0 INNER JOIN media_media_category ON t0.id = media_media_category.media_category_id WHERE media_media_category.media_id = ?"
"params" => [1 => 3170]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
(parameters:
[1 => "Media"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
"params" => [1 => "Media"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT i0_.created_at AS created_at_0, i0_.updated_at AS updated_at_1, i0_.active AS active_2, i0_.id AS id_3, i0_.name AS name_4, i0_.slug AS slug_5, i0_.height AS height_6, i0_.width AS width_7, i0_.theme_use AS theme_use_8 FROM image_format i0_ WHERE i0_.active = 1 AND i0_.slug = ?"
(parameters:
[1 => "media-list"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT i0_.created_at AS created_at_0, i0_.updated_at AS updated_at_1, i0_.active AS active_2, i0_.id AS id_3, i0_.name AS name_4, i0_.slug AS slug_5, i0_.height AS height_6, i0_.width AS width_7, i0_.theme_use AS theme_use_8 FROM image_format i0_ WHERE i0_.active = 1 AND i0_.slug = ?"
"params" => [1 => "media-list"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 1873]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 1873]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.slug AS slug_6, t0.height AS height_7, t0.width AS width_8, t0.theme_use AS theme_use_9 FROM image_format t0 INNER JOIN media_image_format ON t0.id = media_image_format.image_format_id WHERE media_image_format.media_id = ?"
(parameters:
[1 => 1873]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.slug AS slug_6, t0.height AS height_7, t0.width AS width_8, t0.theme_use AS theme_use_9 FROM image_format t0 INNER JOIN media_image_format ON t0.id = media_image_format.image_format_id WHERE media_image_format.media_id = ?"
"params" => [1 => 1873]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_image_format"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_image_format"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.position AS position_8, t0.keyword AS keyword_9, t0.lft AS lft_10, t0.rgt AS rgt_11, t0.lvl AS lvl_12, t0.language_group AS language_group_13, t0.tree_root AS tree_root_14, t0.parent_id AS parent_id_15, t0.lang_id AS lang_id_16 FROM media_category t0 INNER JOIN media_media_category ON t0.id = media_media_category.media_category_id WHERE media_media_category.media_id = ?"
(parameters:
[1 => 3078]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.position AS position_8, t0.keyword AS keyword_9, t0.lft AS lft_10, t0.rgt AS rgt_11, t0.lvl AS lvl_12, t0.language_group AS language_group_13, t0.tree_root AS tree_root_14, t0.parent_id AS parent_id_15, t0.lang_id AS lang_id_16 FROM media_category t0 INNER JOIN media_media_category ON t0.id = media_media_category.media_category_id WHERE media_media_category.media_id = ?"
"params" => [1 => 3078]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
(parameters:
[1 => "Media"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT u0_.created_at AS created_at_0, u0_.updated_at AS updated_at_1, u0_.active AS active_2, u0_.id AS id_3, u0_.name AS name_4, u0_.slug AS slug_5, u0_.keyword AS keyword_6, u0_.entity AS entity_7, u0_.controller AS controller_8, u0_.position AS position_9, u0_.manager AS manager_10, u0_.page_id AS page_id_11 FROM url u0_ WHERE u0_.active = 1 AND u0_.entity = ?"
"params" => [1 => "Media"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT i0_.created_at AS created_at_0, i0_.updated_at AS updated_at_1, i0_.active AS active_2, i0_.id AS id_3, i0_.name AS name_4, i0_.slug AS slug_5, i0_.height AS height_6, i0_.width AS width_7, i0_.theme_use AS theme_use_8 FROM image_format i0_ WHERE i0_.active = 1 AND i0_.slug = ?"
(parameters:
[1 => "media-list"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT i0_.created_at AS created_at_0, i0_.updated_at AS updated_at_1, i0_.active AS active_2, i0_.id AS id_3, i0_.name AS name_4, i0_.slug AS slug_5, i0_.height AS height_6, i0_.width AS width_7, i0_.theme_use AS theme_use_8 FROM image_format i0_ WHERE i0_.active = 1 AND i0_.slug = ?"
"params" => [1 => "media-list"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
(parameters:
[1 => 1880]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.alt AS alt_5, t0.legend AS legend_6, t0.title AS title_7, t0.slug AS slug_8, t0.iframe AS iframe_9, t0.document_file_name AS document_file_name_10, t0.document_type AS document_type_11, t0.document_size AS document_size_12, t0.document_url AS document_url_13, t0.description AS description_14, t0.subtitle AS subtitle_15, t0.begin_date AS begin_date_16, t0.end_date AS end_date_17, t0.main_category_id AS main_category_id_18, t0.thumbnail_id AS thumbnail_id_19 FROM media t0 WHERE t0.id = ?"
"params" => [1 => 1880]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.slug AS slug_6, t0.height AS height_7, t0.width AS width_8, t0.theme_use AS theme_use_9 FROM image_format t0 INNER JOIN media_image_format ON t0.id = media_image_format.image_format_id WHERE media_image_format.media_id = ?"
(parameters:
[1 => 1880]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.slug AS slug_6, t0.height AS height_7, t0.width AS width_8, t0.theme_use AS theme_use_9 FROM image_format t0 INNER JOIN media_image_format ON t0.id = media_image_format.image_format_id WHERE media_image_format.media_id = ?"
"params" => [1 => 1880]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_image_format"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_image_format"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.position AS position_8, t0.keyword AS keyword_9, t0.lft AS lft_10, t0.rgt AS rgt_11, t0.lvl AS lvl_12, t0.language_group AS language_group_13, t0.tree_root AS tree_root_14, t0.parent_id AS parent_id_15, t0.lang_id AS lang_id_16 FROM media_category t0 INNER JOIN media_media_category ON t0.id = media_media_category.media_category_id WHERE media_media_category.media_id = ?"
(parameters:
[1 => 3086]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.id AS id_4, t0.name AS name_5, t0.short_description AS short_description_6, t0.slug AS slug_7, t0.position AS position_8, t0.keyword AS keyword_9, t0.lft AS lft_10, t0.rgt AS rgt_11, t0.lvl AS lvl_12, t0.language_group AS language_group_13, t0.tree_root AS tree_root_14, t0.parent_id AS parent_id_15, t0.lang_id AS lang_id_16 FROM media_category t0 INNER JOIN media_media_category ON t0.id = media_media_category.media_category_id WHERE media_media_category.media_id = ?"
"params" => [1 => 3086]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.keyword = ?"
(parameters:
[1 => 12 => "home"
]
, types:
[1 => 12 => 2]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.keyword = ?"
"params" => [1 => 12 => "home"
]
"types" => [1 => 12 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_maintenance_mode"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_maintenance_mode"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_use_ssl"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_use_ssl"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_website_host"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_new_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_new_website_host"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_website_host"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_website_host"
]
"types" => [1 => 2]
]
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.keyword AS keyword_2, m0_.language_group AS language_group_3, m0_.menu_type AS menu_type_4, m0_.value AS value_5, m0_.target AS target_6, m0_.active AS active_7, m0_.no_follow AS no_follow_8, m0_.lft AS lft_9, m0_.rgt AS rgt_10, m0_.lvl AS lvl_11 FROM menu_entry m0_ INNER JOIN language l1_ ON m0_.lang_id = l1_.id AND (l1_.id = ?) ORDER BY m0_.tree_root ASC, m0_.lft ASC"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.keyword AS keyword_2, m0_.language_group AS language_group_3, m0_.menu_type AS menu_type_4, m0_.value AS value_5, m0_.target AS target_6, m0_.active AS active_7, m0_.no_follow AS no_follow_8, m0_.lft AS lft_9, m0_.rgt AS rgt_10, m0_.lvl AS lvl_11 FROM menu_entry m0_ INNER JOIN language l1_ ON m0_.lang_id = l1_.id AND (l1_.id = ?) ORDER BY m0_.tree_root ASC, m0_.lft ASC"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0_.id AS id_0, t0_.name AS name_1 FROM theme t0_ WHERE t0_.name = ?"
(parameters:
[1 => "FlashInfo"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.name AS name_1 FROM theme t0_ WHERE t0_.name = ?"
"params" => [1 => "FlashInfo"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0_.id AS id_0, t0_.name AS name_1 FROM theme t0_ WHERE t0_.name = ?"
(parameters:
[1 => "Redirection"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.name AS name_1 FROM theme t0_ WHERE t0_.name = ?"
"params" => [1 => "Redirection"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0_.id AS id_0, t0_.name AS name_1 FROM theme t0_ WHERE t0_.name = ?"
(parameters:
[1 => "Secutix"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.name AS name_1 FROM theme t0_ WHERE t0_.name = ?"
"params" => [1 => "Secutix"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0_.id AS id_0, t0_.name AS name_1 FROM theme t0_ WHERE t0_.name = ?"
(parameters:
[1 => "SocialNetwork"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.name AS name_1 FROM theme t0_ WHERE t0_.name = ?"
"params" => [1 => "SocialNetwork"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0_.id AS id_0, t0_.name AS name_1 FROM theme t0_ WHERE t0_.name = ?"
(parameters:
[1 => "TceModule"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0_.id AS id_0, t0_.name AS name_1 FROM theme t0_ WHERE t0_.name = ?"
"params" => [1 => "TceModule"
]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.is_default = 1"
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.is_default = 1"
]
debug
Executing statement:
"SELECT m0_.created_at AS created_at_0, m0_.updated_at AS updated_at_1, m0_.active AS active_2, m0_.id AS id_3, m0_.name AS name_4 FROM module m0_ WHERE m0_.active = ? ORDER BY m0_.name ASC"
(parameters:
[1 => 1]
, types:
[1 => 5]
)
doctrine
[
"sql" => "SELECT m0_.created_at AS created_at_0, m0_.updated_at AS updated_at_1, m0_.active AS active_2, m0_.id AS id_3, m0_.name AS name_4 FROM module m0_ WHERE m0_.active = ? ORDER BY m0_.name ASC"
"params" => [1 => 1]
"types" => [1 => 5]
]
debug
Executing statement:
"SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_3 FROM (SELECT m0_.created_at AS created_at_0, m0_.updated_at AS updated_at_1, m0_.active AS active_2, m0_.id AS id_3, m0_.name AS name_4 FROM module m0_ WHERE m0_.active = ? ORDER BY m0_.name ASC) dctrn_result) dctrn_table"
(parameters:
[1 => 1]
, types:
[1 => 5]
)
doctrine
[
"sql" => "SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_3 FROM (SELECT m0_.created_at AS created_at_0, m0_.updated_at AS updated_at_1, m0_.active AS active_2, m0_.id AS id_3, m0_.name AS name_4 FROM module m0_ WHERE m0_.active = ? ORDER BY m0_.name ASC) dctrn_result) dctrn_table"
"params" => [1 => 1]
"types" => [1 => 5]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
(parameters:
[1 => "core_main_theme"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.param_key AS param_key_3, p0_.param_value AS param_value_4, p0_.available_value AS available_value_5, p0_.validations AS validations_6, p0_.tab_name AS tab_name_7, p0_.block_name AS block_name_8, p0_.breakpoints_value AS breakpoints_value_9, p0_.general_parameter AS general_parameter_10 FROM parameter p0_ WHERE p0_.param_key = ?"
"params" => [1 => "core_main_theme"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 58]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 58]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 59]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 59]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 60]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 60]
"types" => [1 => 12 => 1]
]
debug
Executing statement:
"SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
(parameters:
[1 => "fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT l0_.created_at AS created_at_0, l0_.updated_at AS updated_at_1, l0_.active AS active_2, l0_.id AS id_3, l0_.name AS name_4, l0_.iso_code AS iso_code_5, l0_.locale AS locale_6, l0_.datetime_format AS datetime_format_7, l0_.date_format AS date_format_8, l0_.time_format AS time_format_9, l0_.is_default AS is_default_10 FROM language l0_ WHERE l0_.active = 1 AND l0_.locale = ?"
"params" => [1 => "fr"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
(parameters:
[1 => 12 => 61]
, types:
[1 => 12 => 1]
)
doctrine
[
"sql" => "SELECT p0_.created_at AS created_at_0, p0_.updated_at AS updated_at_1, p0_.active AS active_2, p0_.id AS id_3, p0_.title AS title_4, p0_.subtitle AS subtitle_5, p0_.slug AS slug_6, p0_.keyword AS keyword_7, p0_.controller AS controller_8, p0_.language_group AS language_group_9, p0_.type AS type_10, p0_.meta_title AS meta_title_11, p0_.meta_description AS meta_description_12, p0_.fb_title AS fb_title_13, p0_.fb_description AS fb_description_14, p0_.tw_title AS tw_title_15, p0_.tw_description AS tw_description_16, p0_.indexed AS indexed_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.active AS active_20, c1_.id AS id_21, c1_.title AS title_22, c1_.slug AS slug_23, c1_.language_group AS language_group_24, c1_.fields AS fields_25, c1_.meta_title AS meta_title_26, c1_.meta_description AS meta_description_27, c1_.fb_title AS fb_title_28, c1_.fb_description AS fb_description_29, c1_.tw_title AS tw_title_30, c1_.tw_description AS tw_description_31, c1_.indexed AS indexed_32, p0_.lang_id AS lang_id_33, p0_.parent_id AS parent_id_34, p0_.social_image_id AS social_image_id_35, c1_.content_type_id AS content_type_id_36, c1_.lang_id AS lang_id_37, c1_.page_id AS page_id_38, c1_.social_image_id AS social_image_id_39 FROM page p0_ INNER JOIN language l2_ ON p0_.lang_id = l2_.id AND (l2_.id = ?) LEFT JOIN content c1_ ON p0_.id = c1_.page_id WHERE p0_.id = ?"
"params" => [1 => 12 => 61]
"types" => [1 => 12 => 1]
]
Log messages generated during the compilation of the service container.
Messages
Class
771
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TicketingSynchronization" (parent: .abstract.instanceof.App\Command\TicketingSynchronization).
Resolving inheritance for "App\Command\TicketingSynchronization" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TicketingSynchronization).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AuthenticationController" (parent: .abstract.instanceof.App\Controller\Admin\AuthenticationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AuthenticationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AuthenticationController).
Resolving inheritance for "App\Controller\Admin\AuthenticationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AuthenticationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CartController" (parent: .abstract.instanceof.App\Controller\Admin\CartController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CartController).
Resolving inheritance for "App\Controller\Admin\CartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CartController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContactRequestController" (parent: .abstract.instanceof.App\Controller\Admin\ContactRequestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContactRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContactRequestController).
Resolving inheritance for "App\Controller\Admin\ContactRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContactRequestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContentController" (parent: .abstract.instanceof.App\Controller\Admin\ContentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContentController).
Resolving inheritance for "App\Controller\Admin\ContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContentTypeController" (parent: .abstract.instanceof.App\Controller\Admin\ContentTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContentTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContentTypeController).
Resolving inheritance for "App\Controller\Admin\ContentTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContentTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomerController" (parent: .abstract.instanceof.App\Controller\Admin\CustomerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomerController).
Resolving inheritance for "App\Controller\Admin\CustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController" (parent: .abstract.instanceof.App\Controller\Admin\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController).
Resolving inheritance for "App\Controller\Admin\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DefaultController" (parent: .abstract.instanceof.App\Controller\Admin\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DefaultController).
Resolving inheritance for "App\Controller\Admin\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventCategoryController" (parent: .abstract.instanceof.App\Controller\Admin\EventCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventCategoryController).
Resolving inheritance for "App\Controller\Admin\EventCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventController" (parent: .abstract.instanceof.App\Controller\Admin\EventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventController).
Resolving inheritance for "App\Controller\Admin\EventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventTypeController" (parent: .abstract.instanceof.App\Controller\Admin\EventTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventTypeController).
Resolving inheritance for "App\Controller\Admin\EventTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FeatureCategoryController" (parent: .abstract.instanceof.App\Controller\Admin\FeatureCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FeatureCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FeatureCategoryController).
Resolving inheritance for "App\Controller\Admin\FeatureCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FeatureCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FeatureController" (parent: .abstract.instanceof.App\Controller\Admin\FeatureController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FeatureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FeatureController).
Resolving inheritance for "App\Controller\Admin\FeatureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FeatureController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HookController" (parent: .abstract.instanceof.App\Controller\Admin\HookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HookController).
Resolving inheritance for "App\Controller\Admin\HookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ImageFormatController" (parent: .abstract.instanceof.App\Controller\Admin\ImageFormatController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ImageFormatController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ImageFormatController).
Resolving inheritance for "App\Controller\Admin\ImageFormatController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ImageFormatController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LanguageController" (parent: .abstract.instanceof.App\Controller\Admin\LanguageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LanguageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LanguageController).
Resolving inheritance for "App\Controller\Admin\LanguageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LanguageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LogController" (parent: .abstract.instanceof.App\Controller\Admin\LogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LogController).
Resolving inheritance for "App\Controller\Admin\LogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MediaCategoryController" (parent: .abstract.instanceof.App\Controller\Admin\MediaCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MediaCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MediaCategoryController).
Resolving inheritance for "App\Controller\Admin\MediaCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MediaCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MediaController" (parent: .abstract.instanceof.App\Controller\Admin\MediaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MediaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MediaController).
Resolving inheritance for "App\Controller\Admin\MediaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MediaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MenuController" (parent: .abstract.instanceof.App\Controller\Admin\MenuController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MenuController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MenuController).
Resolving inheritance for "App\Controller\Admin\MenuController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MenuController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ModuleController" (parent: .abstract.instanceof.App\Controller\Admin\ModuleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ModuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ModuleController).
Resolving inheritance for "App\Controller\Admin\ModuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ModuleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderController" (parent: .abstract.instanceof.App\Controller\Admin\OrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderController).
Resolving inheritance for "App\Controller\Admin\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderStatusController" (parent: .abstract.instanceof.App\Controller\Admin\OrderStatusController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderStatusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderStatusController).
Resolving inheritance for "App\Controller\Admin\OrderStatusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderStatusController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PageBlockController" (parent: .abstract.instanceof.App\Controller\Admin\PageBlockController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PageBlockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PageBlockController).
Resolving inheritance for "App\Controller\Admin\PageBlockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PageBlockController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PageController" (parent: .abstract.instanceof.App\Controller\Admin\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PageController).
Resolving inheritance for "App\Controller\Admin\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ParameterController" (parent: .abstract.instanceof.App\Controller\Admin\ParameterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ParameterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ParameterController).
Resolving inheritance for "App\Controller\Admin\ParameterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ParameterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductCategoryController" (parent: .abstract.instanceof.App\Controller\Admin\ProductCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductCategoryController).
Resolving inheritance for "App\Controller\Admin\ProductCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductController" (parent: .abstract.instanceof.App\Controller\Admin\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductController).
Resolving inheritance for "App\Controller\Admin\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProfileController" (parent: .abstract.instanceof.App\Controller\Admin\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProfileController).
Resolving inheritance for "App\Controller\Admin\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RoomController" (parent: .abstract.instanceof.App\Controller\Admin\RoomController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RoomController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RoomController).
Resolving inheritance for "App\Controller\Admin\RoomController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RoomController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SeasonController" (parent: .abstract.instanceof.App\Controller\Admin\SeasonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SeasonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SeasonController).
Resolving inheritance for "App\Controller\Admin\SeasonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SeasonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TagController" (parent: .abstract.instanceof.App\Controller\Admin\TagController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TagController).
Resolving inheritance for "App\Controller\Admin\TagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TagController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ThemeController" (parent: .abstract.instanceof.App\Controller\Admin\ThemeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ThemeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ThemeController).
Resolving inheritance for "App\Controller\Admin\ThemeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ThemeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TicketingController" (parent: .abstract.instanceof.App\Controller\Admin\TicketingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TicketingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TicketingController).
Resolving inheritance for "App\Controller\Admin\TicketingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TicketingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UrlController" (parent: .abstract.instanceof.App\Controller\Admin\UrlController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UrlController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UrlController).
Resolving inheritance for "App\Controller\Admin\UrlController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UrlController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController" (parent: .abstract.instanceof.App\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController).
Resolving inheritance for "App\Controller\Admin\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VersionnedEntityController" (parent: .abstract.instanceof.App\Controller\Admin\VersionnedEntityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VersionnedEntityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VersionnedEntityController).
Resolving inheritance for "App\Controller\Admin\VersionnedEntityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VersionnedEntityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VoucherController" (parent: .abstract.instanceof.App\Controller\Admin\VoucherController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VoucherController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VoucherController).
Resolving inheritance for "App\Controller\Admin\VoucherController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VoucherController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\AccountController" (parent: .abstract.instanceof.App\Controller\Website\AccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\AccountController).
Resolving inheritance for "App\Controller\Website\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\AccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\CartController" (parent: .abstract.instanceof.App\Controller\Website\CartController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\CartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\CartController).
Resolving inheritance for "App\Controller\Website\CartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\CartController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\ConnectionController" (parent: .abstract.instanceof.App\Controller\Website\ConnectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\ConnectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\ConnectionController).
Resolving inheritance for "App\Controller\Website\ConnectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\ConnectionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\ContactController" (parent: .abstract.instanceof.App\Controller\Website\ContactController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\ContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\ContactController).
Resolving inheritance for "App\Controller\Website\ContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\ContactController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\ContentController" (parent: .abstract.instanceof.App\Controller\Website\ContentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\ContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\ContentController).
Resolving inheritance for "App\Controller\Website\ContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\ContentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\DefaultController" (parent: .abstract.instanceof.App\Controller\Website\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\DefaultController).
Resolving inheritance for "App\Controller\Website\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\EventAbleController" (parent: .abstract.instanceof.App\Controller\Website\EventAbleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\EventAbleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\EventAbleController).
Resolving inheritance for "App\Controller\Website\EventAbleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\EventAbleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\EventCategoryController" (parent: .abstract.instanceof.App\Controller\Website\EventCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\EventCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\EventCategoryController).
Resolving inheritance for "App\Controller\Website\EventCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\EventCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\EventController" (parent: .abstract.instanceof.App\Controller\Website\EventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\EventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\EventController).
Resolving inheritance for "App\Controller\Website\EventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\EventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\EventTypeController" (parent: .abstract.instanceof.App\Controller\Website\EventTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\EventTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\EventTypeController).
Resolving inheritance for "App\Controller\Website\EventTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\EventTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\HomeController" (parent: .abstract.instanceof.App\Controller\Website\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\HomeController).
Resolving inheritance for "App\Controller\Website\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\OrderController" (parent: .abstract.instanceof.App\Controller\Website\OrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\OrderController).
Resolving inheritance for "App\Controller\Website\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\OrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\PageController" (parent: .abstract.instanceof.App\Controller\Website\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\PageController).
Resolving inheritance for "App\Controller\Website\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\ProductCategoryController" (parent: .abstract.instanceof.App\Controller\Website\ProductCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\ProductCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\ProductCategoryController).
Resolving inheritance for "App\Controller\Website\ProductCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\ProductCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\ProductController" (parent: .abstract.instanceof.App\Controller\Website\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\ProductController).
Resolving inheritance for "App\Controller\Website\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\ProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\RoomController" (parent: .abstract.instanceof.App\Controller\Website\RoomController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\RoomController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\RoomController).
Resolving inheritance for "App\Controller\Website\RoomController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\RoomController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\RouterController" (parent: .abstract.instanceof.App\Controller\Website\RouterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\RouterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\RouterController).
Resolving inheritance for "App\Controller\Website\RouterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\RouterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\SeasonController" (parent: .abstract.instanceof.App\Controller\Website\SeasonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\SeasonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\SeasonController).
Resolving inheritance for "App\Controller\Website\SeasonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\SeasonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\TagController" (parent: .abstract.instanceof.App\Controller\Website\TagController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\TagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\TagController).
Resolving inheritance for "App\Controller\Website\TagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\TagController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppFixtures).
Resolving inheritance for "App\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ParamFixtures" (parent: .abstract.instanceof.App\DataFixtures\ParamFixtures).
Resolving inheritance for "App\DataFixtures\ParamFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ParamFixtures).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Admin\ApiExceptionSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\Admin\ApiExceptionSubscriber).
Resolving inheritance for "App\EventSubscriber\Admin\ApiExceptionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Admin\ApiExceptionSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Admin\FileUploader" (parent: .abstract.instanceof.App\EventSubscriber\Admin\FileUploader).
Resolving inheritance for "App\EventSubscriber\Admin\FileUploader" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Admin\FileUploader).
Resolving inheritance for ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Admin\FrontUrlSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\Admin\FrontUrlSubscriber).
Resolving inheritance for "App\EventSubscriber\Admin\FrontUrlSubscriber" (parent: .instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Admin\FrontUrlSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Admin\RequestSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\Admin\RequestSubscriber).
Resolving inheritance for "App\EventSubscriber\Admin\RequestSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Admin\RequestSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Website\MaintenanceSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\Website\MaintenanceSubscriber).
Resolving inheritance for "App\EventSubscriber\Website\MaintenanceSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Website\MaintenanceSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Website\SSLSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\Website\SSLSubscriber).
Resolving inheritance for "App\EventSubscriber\Website\SSLSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Website\SSLSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AdminBaseFormType" (parent: .abstract.instanceof.App\Form\Admin\AdminBaseFormType).
Resolving inheritance for "App\Form\Admin\AdminBaseFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AdminBaseFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ContactRequest\ContactRequestType" (parent: .abstract.instanceof.App\Form\Admin\ContactRequest\ContactRequestType).
Resolving inheritance for "App\Form\Admin\ContactRequest\ContactRequestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ContactRequest\ContactRequestType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentFieldsType" (parent: .abstract.instanceof.App\Form\Admin\Content\ContentFieldsType).
Resolving inheritance for "App\Form\Admin\Content\ContentFieldsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentFieldsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentType" (parent: .abstract.instanceof.App\Form\Admin\Content\ContentType).
Resolving inheritance for "App\Form\Admin\Content\ContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentTypeFieldType" (parent: .abstract.instanceof.App\Form\Admin\Content\ContentTypeFieldType).
Resolving inheritance for "App\Form\Admin\Content\ContentTypeFieldType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentTypeFieldType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentTypeOptionsType" (parent: .abstract.instanceof.App\Form\Admin\Content\ContentTypeOptionsType).
Resolving inheritance for "App\Form\Admin\Content\ContentTypeOptionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentTypeOptionsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentTypeParametersType" (parent: .abstract.instanceof.App\Form\Admin\Content\ContentTypeParametersType).
Resolving inheritance for "App\Form\Admin\Content\ContentTypeParametersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentTypeParametersType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentTypeType" (parent: .abstract.instanceof.App\Form\Admin\Content\ContentTypeType).
Resolving inheritance for "App\Form\Admin\Content\ContentTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentTypeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentTypeValidationsType" (parent: .abstract.instanceof.App\Form\Admin\Content\ContentTypeValidationsType).
Resolving inheritance for "App\Form\Admin\Content\ContentTypeValidationsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentTypeValidationsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldAudioVideoType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldAudioVideoType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldAudioVideoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldAudioVideoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldBoolType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldBoolType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldBoolType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldBoolType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldCategoryType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldCategoryType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldCheckboxType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldCheckboxType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldCheckboxType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldCheckboxType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldCollectionType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldCollectionType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldCollectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldColorType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldColorType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldColorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldColorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldContentType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldContentType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldContentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldDateTimeType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldDateTimeType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldDateTimeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldDateTimeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldDateType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldDateType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldDateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldDateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldEmailType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldEmailType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldEmailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldEmailType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldEventType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldEventType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldEventType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldEventType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldFeatureType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldFeatureType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldFeatureType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldFeatureType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldFileType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldFileType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldFileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldFileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldGroupType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldGroupType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldGroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldHourType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldHourType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldHourType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldHourType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldIFrameType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldIFrameType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldIFrameType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldIFrameType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldImageType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldImageType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldListType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldListType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldMapType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldMapType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldMapType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldMapType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldNumberType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldNumberType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldNumberType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldNumberType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldPageType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldPageType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldPageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldPageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldPasswordType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldPasswordType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldPasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldPasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldRadioType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldRadioType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldRadioType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldRadioType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldSliderType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldSliderType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldSliderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldSliderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldTagType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldTagType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldTagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldTagType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldTextType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldTextType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldTextType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldTextType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldTextareaType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldTextareaType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldTextareaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldTextareaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldTrueFalseType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldTrueFalseType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldTrueFalseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldTrueFalseType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldUrlType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldUrlType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldUrlType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldUrlType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldWysiwygType" (parent: .abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldWysiwygType).
Resolving inheritance for "App\Form\Admin\Content\Types\ContentTypeFieldWysiwygType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldWysiwygType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Customer\CustomerType" (parent: .abstract.instanceof.App\Form\Admin\Customer\CustomerType).
Resolving inheritance for "App\Form\Admin\Customer\CustomerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Customer\CustomerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventCategoryType" (parent: .abstract.instanceof.App\Form\Admin\Event\EventCategoryType).
Resolving inheritance for "App\Form\Admin\Event\EventCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventDateBlockType" (parent: .abstract.instanceof.App\Form\Admin\Event\EventDateBlockType).
Resolving inheritance for "App\Form\Admin\Event\EventDateBlockType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventDateBlockType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventDateType" (parent: .abstract.instanceof.App\Form\Admin\Event\EventDateType).
Resolving inheritance for "App\Form\Admin\Event\EventDateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventDateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventMediaType" (parent: .abstract.instanceof.App\Form\Admin\Event\EventMediaType).
Resolving inheritance for "App\Form\Admin\Event\EventMediaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventMediaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventPriceBlockType" (parent: .abstract.instanceof.App\Form\Admin\Event\EventPriceBlockType).
Resolving inheritance for "App\Form\Admin\Event\EventPriceBlockType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventPriceBlockType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventPriceType" (parent: .abstract.instanceof.App\Form\Admin\Event\EventPriceType).
Resolving inheritance for "App\Form\Admin\Event\EventPriceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventPriceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventType" (parent: .abstract.instanceof.App\Form\Admin\Event\EventType).
Resolving inheritance for "App\Form\Admin\Event\EventType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventTypeType" (parent: .abstract.instanceof.App\Form\Admin\Event\EventTypeType).
Resolving inheritance for "App\Form\Admin\Event\EventTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventTypeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\RoomType" (parent: .abstract.instanceof.App\Form\Admin\Event\RoomType).
Resolving inheritance for "App\Form\Admin\Event\RoomType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\RoomType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\SeasonType" (parent: .abstract.instanceof.App\Form\Admin\Event\SeasonType).
Resolving inheritance for "App\Form\Admin\Event\SeasonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\SeasonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\SeatingPlanType" (parent: .abstract.instanceof.App\Form\Admin\Event\SeatingPlanType).
Resolving inheritance for "App\Form\Admin\Event\SeatingPlanType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\SeatingPlanType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\TagType" (parent: .abstract.instanceof.App\Form\Admin\Event\TagType).
Resolving inheritance for "App\Form\Admin\Event\TagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\TagType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Feature\FeatureCategoryType" (parent: .abstract.instanceof.App\Form\Admin\Feature\FeatureCategoryType).
Resolving inheritance for "App\Form\Admin\Feature\FeatureCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Feature\FeatureCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Feature\FeatureLinkType" (parent: .abstract.instanceof.App\Form\Admin\Feature\FeatureLinkType).
Resolving inheritance for "App\Form\Admin\Feature\FeatureLinkType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Feature\FeatureLinkType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Feature\FeatureType" (parent: .abstract.instanceof.App\Form\Admin\Feature\FeatureType).
Resolving inheritance for "App\Form\Admin\Feature\FeatureType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Feature\FeatureType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Feature\FeatureValueType" (parent: .abstract.instanceof.App\Form\Admin\Feature\FeatureValueType).
Resolving inheritance for "App\Form\Admin\Feature\FeatureValueType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Feature\FeatureValueType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Language\LanguageType" (parent: .abstract.instanceof.App\Form\Admin\Language\LanguageType).
Resolving inheritance for "App\Form\Admin\Language\LanguageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Language\LanguageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Media\ImageFormatType" (parent: .abstract.instanceof.App\Form\Admin\Media\ImageFormatType).
Resolving inheritance for "App\Form\Admin\Media\ImageFormatType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Media\ImageFormatType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Media\MediaCategoryType" (parent: .abstract.instanceof.App\Form\Admin\Media\MediaCategoryType).
Resolving inheritance for "App\Form\Admin\Media\MediaCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Media\MediaCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Media\MediaType" (parent: .abstract.instanceof.App\Form\Admin\Media\MediaType).
Resolving inheritance for "App\Form\Admin\Media\MediaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Media\MediaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Menu\MenuEntryType" (parent: .abstract.instanceof.App\Form\Admin\Menu\MenuEntryType).
Resolving inheritance for "App\Form\Admin\Menu\MenuEntryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Menu\MenuEntryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Order\OrderStatusType" (parent: .abstract.instanceof.App\Form\Admin\Order\OrderStatusType).
Resolving inheritance for "App\Form\Admin\Order\OrderStatusType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Order\OrderStatusType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Order\VoucherType" (parent: .abstract.instanceof.App\Form\Admin\Order\VoucherType).
Resolving inheritance for "App\Form\Admin\Order\VoucherType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Order\VoucherType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Page\PageBlockType" (parent: .abstract.instanceof.App\Form\Admin\Page\PageBlockType).
Resolving inheritance for "App\Form\Admin\Page\PageBlockType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Page\PageBlockType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Page\PageColumnType" (parent: .abstract.instanceof.App\Form\Admin\Page\PageColumnType).
Resolving inheritance for "App\Form\Admin\Page\PageColumnType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Page\PageColumnType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Page\PageType" (parent: .abstract.instanceof.App\Form\Admin\Page\PageType).
Resolving inheritance for "App\Form\Admin\Page\PageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Page\PageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Parameter\ParameterType" (parent: .abstract.instanceof.App\Form\Admin\Parameter\ParameterType).
Resolving inheritance for "App\Form\Admin\Parameter\ParameterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Parameter\ParameterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Parameter\ParametersContainerType" (parent: .abstract.instanceof.App\Form\Admin\Parameter\ParametersContainerType).
Resolving inheritance for "App\Form\Admin\Parameter\ParametersContainerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Parameter\ParametersContainerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Product\ProductCategoryType" (parent: .abstract.instanceof.App\Form\Admin\Product\ProductCategoryType).
Resolving inheritance for "App\Form\Admin\Product\ProductCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Product\ProductCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Product\ProductMediaType" (parent: .abstract.instanceof.App\Form\Admin\Product\ProductMediaType).
Resolving inheritance for "App\Form\Admin\Product\ProductMediaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Product\ProductMediaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Product\ProductType" (parent: .abstract.instanceof.App\Form\Admin\Product\ProductType).
Resolving inheritance for "App\Form\Admin\Product\ProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Product\ProductType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SEOAble\SEOAbleType" (parent: .abstract.instanceof.App\Form\Admin\SEOAble\SEOAbleType).
Resolving inheritance for "App\Form\Admin\SEOAble\SEOAbleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SEOAble\SEOAbleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Ticketing\TicketingDataExternalType" (parent: .abstract.instanceof.App\Form\Admin\Ticketing\TicketingDataExternalType).
Resolving inheritance for "App\Form\Admin\Ticketing\TicketingDataExternalType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Ticketing\TicketingDataExternalType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Ticketing\TicketingDataType" (parent: .abstract.instanceof.App\Form\Admin\Ticketing\TicketingDataType).
Resolving inheritance for "App\Form\Admin\Ticketing\TicketingDataType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Ticketing\TicketingDataType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Ticketing\TicketingType" (parent: .abstract.instanceof.App\Form\Admin\Ticketing\TicketingType).
Resolving inheritance for "App\Form\Admin\Ticketing\TicketingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Ticketing\TicketingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Url\UrlType" (parent: .abstract.instanceof.App\Form\Admin\Url\UrlType).
Resolving inheritance for "App\Form\Admin\Url\UrlType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Url\UrlType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\UserProfileType" (parent: .abstract.instanceof.App\Form\Admin\User\UserProfileType).
Resolving inheritance for "App\Form\Admin\User\UserProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\UserProfileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\UserType" (parent: .abstract.instanceof.App\Form\Admin\User\UserType).
Resolving inheritance for "App\Form\Admin\User\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\UserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\ContactRequest\ContactRequestType" (parent: .abstract.instanceof.App\Form\Website\ContactRequest\ContactRequestType).
Resolving inheritance for "App\Form\Website\ContactRequest\ContactRequestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\ContactRequest\ContactRequestType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Customer\AddressType" (parent: .abstract.instanceof.App\Form\Website\Customer\AddressType).
Resolving inheritance for "App\Form\Website\Customer\AddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Customer\AddressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Customer\CustomerAddressType" (parent: .abstract.instanceof.App\Form\Website\Customer\CustomerAddressType).
Resolving inheritance for "App\Form\Website\Customer\CustomerAddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Customer\CustomerAddressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Customer\CustomerProfileType" (parent: .abstract.instanceof.App\Form\Website\Customer\CustomerProfileType).
Resolving inheritance for "App\Form\Website\Customer\CustomerProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Customer\CustomerProfileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Customer\CustomerType" (parent: .abstract.instanceof.App\Form\Website\Customer\CustomerType).
Resolving inheritance for "App\Form\Website\Customer\CustomerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Customer\CustomerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Customer\ResetCustomerPasswordType" (parent: .abstract.instanceof.App\Form\Website\Customer\ResetCustomerPasswordType).
Resolving inheritance for "App\Form\Website\Customer\ResetCustomerPasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Customer\ResetCustomerPasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Event\EventFilterType" (parent: .abstract.instanceof.App\Form\Website\Event\EventFilterType).
Resolving inheritance for "App\Form\Website\Event\EventFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Event\EventFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Event\EventReservationSeatsType" (parent: .abstract.instanceof.App\Form\Website\Event\EventReservationSeatsType).
Resolving inheritance for "App\Form\Website\Event\EventReservationSeatsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Event\EventReservationSeatsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Event\EventReservationType" (parent: .abstract.instanceof.App\Form\Website\Event\EventReservationType).
Resolving inheritance for "App\Form\Website\Event\EventReservationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Event\EventReservationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Product\ProductFilterType" (parent: .abstract.instanceof.App\Form\Website\Product\ProductFilterType).
Resolving inheritance for "App\Form\Website\Product\ProductFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Product\ProductFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\WebsiteBaseFormType" (parent: .abstract.instanceof.App\Form\Website\WebsiteBaseFormType).
Resolving inheritance for "App\Form\Website\WebsiteBaseFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\WebsiteBaseFormType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Manager\ManagerFactory" (parent: .abstract.instanceof.App\Manager\ManagerFactory).
Resolving inheritance for "App\Manager\ManagerFactory" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Manager\ManagerFactory).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressRepository" (parent: .abstract.instanceof.App\Repository\AddressRepository).
Resolving inheritance for "App\Repository\AddressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRepository" (parent: .abstract.instanceof.App\Repository\CartRepository).
Resolving inheritance for "App\Repository\CartRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRowRepository" (parent: .abstract.instanceof.App\Repository\CartRowRepository).
Resolving inheritance for "App\Repository\CartRowRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRowRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartSeatRepository" (parent: .abstract.instanceof.App\Repository\CartSeatRepository).
Resolving inheritance for "App\Repository\CartSeatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartSeatRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactRequestRepository" (parent: .abstract.instanceof.App\Repository\ContactRequestRepository).
Resolving inheritance for "App\Repository\ContactRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentRepository" (parent: .abstract.instanceof.App\Repository\ContentRepository).
Resolving inheritance for "App\Repository\ContentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentTypeRepository" (parent: .abstract.instanceof.App\Repository\ContentTypeRepository).
Resolving inheritance for "App\Repository\ContentTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository" (parent: .abstract.instanceof.App\Repository\CustomerRepository).
Resolving inheritance for "App\Repository\CustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventDateBlockRepository" (parent: .abstract.instanceof.App\Repository\EventDateBlockRepository).
Resolving inheritance for "App\Repository\EventDateBlockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventDateBlockRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventDateRepository" (parent: .abstract.instanceof.App\Repository\EventDateRepository).
Resolving inheritance for "App\Repository\EventDateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventDateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventMediaRepository" (parent: .abstract.instanceof.App\Repository\EventMediaRepository).
Resolving inheritance for "App\Repository\EventMediaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventMediaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventPriceBlockRepository" (parent: .abstract.instanceof.App\Repository\EventPriceBlockRepository).
Resolving inheritance for "App\Repository\EventPriceBlockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventPriceBlockRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventPriceRepository" (parent: .abstract.instanceof.App\Repository\EventPriceRepository).
Resolving inheritance for "App\Repository\EventPriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventPriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventRepository" (parent: .abstract.instanceof.App\Repository\EventRepository).
Resolving inheritance for "App\Repository\EventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventTypeRepository" (parent: .abstract.instanceof.App\Repository\EventTypeRepository).
Resolving inheritance for "App\Repository\EventTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeatureCategoryRepository" (parent: .abstract.instanceof.App\Repository\FeatureCategoryRepository).
Resolving inheritance for "App\Repository\FeatureCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeatureCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeatureLinkRepository" (parent: .abstract.instanceof.App\Repository\FeatureLinkRepository).
Resolving inheritance for "App\Repository\FeatureLinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeatureLinkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeatureRepository" (parent: .abstract.instanceof.App\Repository\FeatureRepository).
Resolving inheritance for "App\Repository\FeatureRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeatureRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeatureValueRepository" (parent: .abstract.instanceof.App\Repository\FeatureValueRepository).
Resolving inheritance for "App\Repository\FeatureValueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeatureValueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HookRepository" (parent: .abstract.instanceof.App\Repository\HookRepository).
Resolving inheritance for "App\Repository\HookRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HookRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageFormatRepository" (parent: .abstract.instanceof.App\Repository\ImageFormatRepository).
Resolving inheritance for "App\Repository\ImageFormatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageFormatRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguageRepository" (parent: .abstract.instanceof.App\Repository\LanguageRepository).
Resolving inheritance for "App\Repository\LanguageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository" (parent: .abstract.instanceof.App\Repository\LogRepository).
Resolving inheritance for "App\Repository\LogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaRepository" (parent: .abstract.instanceof.App\Repository\MediaRepository).
Resolving inheritance for "App\Repository\MediaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleRepository" (parent: .abstract.instanceof.App\Repository\ModuleRepository).
Resolving inheritance for "App\Repository\ModuleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository" (parent: .abstract.instanceof.App\Repository\OrderRepository).
Resolving inheritance for "App\Repository\OrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderStatusRepository" (parent: .abstract.instanceof.App\Repository\OrderStatusRepository).
Resolving inheritance for "App\Repository\OrderStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderStatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageBlockRepository" (parent: .abstract.instanceof.App\Repository\PageBlockRepository).
Resolving inheritance for "App\Repository\PageBlockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageBlockRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageRepository" (parent: .abstract.instanceof.App\Repository\PageRepository).
Resolving inheritance for "App\Repository\PageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ParameterRepository" (parent: .abstract.instanceof.App\Repository\ParameterRepository).
Resolving inheritance for "App\Repository\ParameterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ParameterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository" (parent: .abstract.instanceof.App\Repository\ProductRepository).
Resolving inheritance for "App\Repository\ProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoomRepository" (parent: .abstract.instanceof.App\Repository\RoomRepository).
Resolving inheritance for "App\Repository\RoomRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoomRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeasonRepository" (parent: .abstract.instanceof.App\Repository\SeasonRepository).
Resolving inheritance for "App\Repository\SeasonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeasonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeatingPlanRepository" (parent: .abstract.instanceof.App\Repository\SeatingPlanRepository).
Resolving inheritance for "App\Repository\SeatingPlanRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeatingPlanRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository" (parent: .abstract.instanceof.App\Repository\TagRepository).
Resolving inheritance for "App\Repository\TagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ThemeRepository" (parent: .abstract.instanceof.App\Repository\ThemeRepository).
Resolving inheritance for "App\Repository\ThemeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ThemeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketingRepository" (parent: .abstract.instanceof.App\Repository\TicketingRepository).
Resolving inheritance for "App\Repository\TicketingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UrlRepository" (parent: .abstract.instanceof.App\Repository\UrlRepository).
Resolving inheritance for "App\Repository\UrlRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UrlRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VersionnedEntityRepository" (parent: .abstract.instanceof.App\Repository\VersionnedEntityRepository).
Resolving inheritance for "App\Repository\VersionnedEntityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VersionnedEntityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VoucherRepository" (parent: .abstract.instanceof.App\Repository\VoucherRepository).
Resolving inheritance for "App\Repository\VoucherRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VoucherRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\ServiceFactory" (parent: .abstract.instanceof.App\Service\ServiceFactory).
Resolving inheritance for "App\Service\ServiceFactory" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\ServiceFactory).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigAssetExtension" (parent: .abstract.instanceof.App\Twig\TwigAssetExtension).
Resolving inheritance for "App\Twig\TwigAssetExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigAssetExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigCartExtension" (parent: .abstract.instanceof.App\Twig\TwigCartExtension).
Resolving inheritance for "App\Twig\TwigCartExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigCartExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigEventExtension" (parent: .abstract.instanceof.App\Twig\TwigEventExtension).
Resolving inheritance for "App\Twig\TwigEventExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigEventExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigGlobalExtension" (parent: .abstract.instanceof.App\Twig\TwigGlobalExtension).
Resolving inheritance for "App\Twig\TwigGlobalExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigGlobalExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigParameterExtension" (parent: .abstract.instanceof.App\Twig\TwigParameterExtension).
Resolving inheritance for "App\Twig\TwigParameterExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigParameterExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigPathExtension" (parent: .abstract.instanceof.App\Twig\TwigPathExtension).
Resolving inheritance for "App\Twig\TwigPathExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigPathExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigProductExtension" (parent: .abstract.instanceof.App\Twig\TwigProductExtension).
Resolving inheritance for "App\Twig\TwigProductExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigProductExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigSeasonExtension" (parent: .abstract.instanceof.App\Twig\TwigSeasonExtension).
Resolving inheritance for "App\Twig\TwigSeasonExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigSeasonExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigThemeExtension" (parent: .abstract.instanceof.App\Twig\TwigThemeExtension).
Resolving inheritance for "App\Twig\TwigThemeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigThemeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Validator\ContentTypeFieldValidator" (parent: .abstract.instanceof.App\Validation\Validator\ContentTypeFieldValidator).
Resolving inheritance for "App\Validation\Validator\ContentTypeFieldValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Validator\ContentTypeFieldValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Validator\EventCategoryValidator" (parent: .abstract.instanceof.App\Validation\Validator\EventCategoryValidator).
Resolving inheritance for "App\Validation\Validator\EventCategoryValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Validator\EventCategoryValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Validator\EventDateValidator" (parent: .abstract.instanceof.App\Validation\Validator\EventDateValidator).
Resolving inheritance for "App\Validation\Validator\EventDateValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Validator\EventDateValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Validator\MediaValidator" (parent: .abstract.instanceof.App\Validation\Validator\MediaValidator).
Resolving inheritance for "App\Validation\Validator\MediaValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Validator\MediaValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Validator\MenuEntryValidator" (parent: .abstract.instanceof.App\Validation\Validator\MenuEntryValidator).
Resolving inheritance for "App\Validation\Validator\MenuEntryValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Validator\MenuEntryValidator).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\FlashInfo\Controller\Admin\FlashInfoController" (parent: .abstract.instanceof.TicketFactory\Module\FlashInfo\Controller\Admin\FlashInfoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\FlashInfo\Controller\Admin\FlashInfoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\FlashInfo\Controller\Admin\FlashInfoController).
Resolving inheritance for "TicketFactory\Module\FlashInfo\Controller\Admin\FlashInfoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\FlashInfo\Controller\Admin\FlashInfoController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\FlashInfo\Form\Admin\FlashInfo\FlashInfoType" (parent: .abstract.instanceof.TicketFactory\Module\FlashInfo\Form\Admin\FlashInfo\FlashInfoType).
Resolving inheritance for "TicketFactory\Module\FlashInfo\Form\Admin\FlashInfo\FlashInfoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\FlashInfo\Form\Admin\FlashInfo\FlashInfoType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\FlashInfo\Repository\FlashInfoRepository" (parent: .abstract.instanceof.TicketFactory\Module\FlashInfo\Repository\FlashInfoRepository).
Resolving inheritance for "TicketFactory\Module\FlashInfo\Repository\FlashInfoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\FlashInfo\Repository\FlashInfoRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Admin\ArticleController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Admin\ArticleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Admin\ArticleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Admin\ArticleController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Admin\ArticleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Admin\ArticleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Admin\SliderElementController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Admin\SliderElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Admin\SliderElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Admin\SliderElementController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Admin\SliderElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Admin\SliderElementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\CalendarController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\CalendarController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\CalendarController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\CalendarController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\CalendarController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\CalendarController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\CookiesController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\CookiesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\CookiesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\CookiesController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\CookiesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\CookiesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\DefaultController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\DefaultController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\EventAbleController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\EventAbleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\EventAbleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\EventAbleController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\EventAbleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\EventAbleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\EventCategoryController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\EventCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\EventCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\EventCategoryController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\EventCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\EventCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\EventController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\EventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\EventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\EventController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\EventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\EventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\GenerateMediaFormatsController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\GenerateMediaFormatsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\GenerateMediaFormatsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\GenerateMediaFormatsController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\GenerateMediaFormatsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\GenerateMediaFormatsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\MapController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\MapController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\MapController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\MapController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\MapController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\MapController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\MediaCategoryController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\MediaCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\MediaCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\MediaCategoryController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\MediaCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\MediaCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\MediaController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\MediaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\MediaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\MediaController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\MediaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\MediaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\NewsletterController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\NewsletterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\NewsletterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\NewsletterController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\NewsletterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\NewsletterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\PageController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\PageController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\PatronController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\PatronController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\PatronController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\PatronController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\PatronController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\PatronController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\ProductionController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\ProductionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\ProductionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\ProductionController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\ProductionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\ProductionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\SearchController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\SearchController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\SeasonController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\SeasonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\SeasonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\SeasonController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\SeasonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\SeasonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\SubscriptionController" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\SubscriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\SubscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\SubscriptionController).
Resolving inheritance for "TicketFactory\Module\TceModule\Controller\Website\SubscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\SubscriptionController).
Resolving inheritance for ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.TicketFactory\Module\TceModule\EventSubscriber\Admin\EventSubscriber" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\EventSubscriber\Admin\EventSubscriber).
Resolving inheritance for "TicketFactory\Module\TceModule\EventSubscriber\Admin\EventSubscriber" (parent: .instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.TicketFactory\Module\TceModule\EventSubscriber\Admin\EventSubscriber).
Resolving inheritance for ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.TicketFactory\Module\TceModule\EventSubscriber\Admin\FrontUrlSubscriber" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\EventSubscriber\Admin\FrontUrlSubscriber).
Resolving inheritance for "TicketFactory\Module\TceModule\EventSubscriber\Admin\FrontUrlSubscriber" (parent: .instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.TicketFactory\Module\TceModule\EventSubscriber\Admin\FrontUrlSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.TicketFactory\Module\TceModule\EventSubscriber\Website\DomainSwitcherSubscriber" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\EventSubscriber\Website\DomainSwitcherSubscriber).
Resolving inheritance for "TicketFactory\Module\TceModule\EventSubscriber\Website\DomainSwitcherSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.TicketFactory\Module\TceModule\EventSubscriber\Website\DomainSwitcherSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Article\ArticleBlockType" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\Article\ArticleBlockType).
Resolving inheritance for "TicketFactory\Module\TceModule\Form\Admin\Article\ArticleBlockType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Article\ArticleBlockType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Article\ArticleColumnType" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\Article\ArticleColumnType).
Resolving inheritance for "TicketFactory\Module\TceModule\Form\Admin\Article\ArticleColumnType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Article\ArticleColumnType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Article\ArticleType" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\Article\ArticleType).
Resolving inheritance for "TicketFactory\Module\TceModule\Form\Admin\Article\ArticleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Article\ArticleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Page\PageLinkType" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\Page\PageLinkType).
Resolving inheritance for "TicketFactory\Module\TceModule\Form\Admin\Page\PageLinkType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Page\PageLinkType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\SliderElement\SliderElementType" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\SliderElement\SliderElementType).
Resolving inheritance for "TicketFactory\Module\TceModule\Form\Admin\SliderElement\SliderElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\SliderElement\SliderElementType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectacleBlogType" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectacleBlogType).
Resolving inheritance for "TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectacleBlogType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectacleBlogType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectacleLinkType" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectacleLinkType).
Resolving inheritance for "TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectacleLinkType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectacleLinkType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectaclePressType" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectaclePressType).
Resolving inheritance for "TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectaclePressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectaclePressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Website\EventFilterType" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Form\Website\EventFilterType).
Resolving inheritance for "TicketFactory\Module\TceModule\Form\Website\EventFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Website\EventFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Website\MediaSearchType" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Form\Website\MediaSearchType).
Resolving inheritance for "TicketFactory\Module\TceModule\Form\Website\MediaSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Website\MediaSearchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Website\NewsletterShortType" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Form\Website\NewsletterShortType).
Resolving inheritance for "TicketFactory\Module\TceModule\Form\Website\NewsletterShortType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Website\NewsletterShortType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Website\NewsletterType" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Form\Website\NewsletterType).
Resolving inheritance for "TicketFactory\Module\TceModule\Form\Website\NewsletterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Website\NewsletterType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\ArticleBlockRepository" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Repository\ArticleBlockRepository).
Resolving inheritance for "TicketFactory\Module\TceModule\Repository\ArticleBlockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\ArticleBlockRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\ArticleRepository" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Repository\ArticleRepository).
Resolving inheritance for "TicketFactory\Module\TceModule\Repository\ArticleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\ArticleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\NewsletterRepository" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Repository\NewsletterRepository).
Resolving inheritance for "TicketFactory\Module\TceModule\Repository\NewsletterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\NewsletterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\PageLinkRepository" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Repository\PageLinkRepository).
Resolving inheritance for "TicketFactory\Module\TceModule\Repository\PageLinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\PageLinkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\SliderElementRepository" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Repository\SliderElementRepository).
Resolving inheritance for "TicketFactory\Module\TceModule\Repository\SliderElementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\SliderElementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\SpectacleBlogRepository" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Repository\SpectacleBlogRepository).
Resolving inheritance for "TicketFactory\Module\TceModule\Repository\SpectacleBlogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\SpectacleBlogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\SpectacleLinkRepository" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Repository\SpectacleLinkRepository).
Resolving inheritance for "TicketFactory\Module\TceModule\Repository\SpectacleLinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\SpectacleLinkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\SpectaclePressRepository" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Repository\SpectaclePressRepository).
Resolving inheritance for "TicketFactory\Module\TceModule\Repository\SpectaclePressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\SpectaclePressRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigAccentExtension" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Twig\TwigAccentExtension).
Resolving inheritance for "TicketFactory\Module\TceModule\Twig\TwigAccentExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigAccentExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigBannerExtension" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Twig\TwigBannerExtension).
Resolving inheritance for "TicketFactory\Module\TceModule\Twig\TwigBannerExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigBannerExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigEventMediaExtension" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Twig\TwigEventMediaExtension).
Resolving inheritance for "TicketFactory\Module\TceModule\Twig\TwigEventMediaExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigEventMediaExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigMediaExtension" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Twig\TwigMediaExtension).
Resolving inheritance for "TicketFactory\Module\TceModule\Twig\TwigMediaExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigMediaExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigPathExtension" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Twig\TwigPathExtension).
Resolving inheritance for "TicketFactory\Module\TceModule\Twig\TwigPathExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigPathExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigSeasonExtension" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Twig\TwigSeasonExtension).
Resolving inheritance for "TicketFactory\Module\TceModule\Twig\TwigSeasonExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigSeasonExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigSellExtension" (parent: .abstract.instanceof.TicketFactory\Module\TceModule\Twig\TwigSellExtension).
Resolving inheritance for "TicketFactory\Module\TceModule\Twig\TwigSellExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigSellExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataApiType" (parent: .abstract.instanceof.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataApiType).
Resolving inheritance for "TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataApiType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataApiType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataExternalType" (parent: .abstract.instanceof.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataExternalType).
Resolving inheritance for "TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataExternalType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataExternalType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataIframeType" (parent: .abstract.instanceof.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataIframeType).
Resolving inheritance for "TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataIframeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataIframeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataType" (parent: .abstract.instanceof.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataType).
Resolving inheritance for "TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\Redirection\Controller\Admin\RedirectionController" (parent: .abstract.instanceof.TicketFactory\Module\Redirection\Controller\Admin\RedirectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\Redirection\Controller\Admin\RedirectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\Redirection\Controller\Admin\RedirectionController).
Resolving inheritance for "TicketFactory\Module\Redirection\Controller\Admin\RedirectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\Redirection\Controller\Admin\RedirectionController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.TicketFactory\Module\Redirection\EventSubscriber\Website\RedirectionSubscriber" (parent: .abstract.instanceof.TicketFactory\Module\Redirection\EventSubscriber\Website\RedirectionSubscriber).
Resolving inheritance for "TicketFactory\Module\Redirection\EventSubscriber\Website\RedirectionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.TicketFactory\Module\Redirection\EventSubscriber\Website\RedirectionSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\Redirection\Form\Admin\Technical\RedirectionType" (parent: .abstract.instanceof.TicketFactory\Module\Redirection\Form\Admin\Technical\RedirectionType).
Resolving inheritance for "TicketFactory\Module\Redirection\Form\Admin\Technical\RedirectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\Redirection\Form\Admin\Technical\RedirectionType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\Redirection\Repository\RedirectionRepository" (parent: .abstract.instanceof.TicketFactory\Module\Redirection\Repository\RedirectionRepository).
Resolving inheritance for "TicketFactory\Module\Redirection\Repository\RedirectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\Redirection\Repository\RedirectionRepository).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "lexik_jwt_authentication.key_loader.openssl" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "fos_elastica.client.default" (parent: fos_elastica.client_prototype).
Resolving inheritance for "fos_elastica.index.event" (parent: fos_elastica.index_prototype).
Resolving inheritance for "fos_elastica.elastica_to_model_transformer.event" (parent: fos_elastica.elastica_to_model_transformer.prototype.orm).
Resolving inheritance for "fos_elastica.model_to_elastica_transformer.event" (parent: fos_elastica.model_to_elastica_transformer).
Resolving inheritance for "fos_elastica.object_persister.event" (parent: fos_elastica.object_persister).
Resolving inheritance for "fos_elastica.pager_provider.event" (parent: fos_elastica.pager_provider.prototype.orm).
Resolving inheritance for "fos_elastica.finder.event" (parent: fos_elastica.finder).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "assets._version_admin-theme" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_admin-theme" (parent: assets.path_package).
Resolving inheritance for "assets._version_website-theme" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_website-theme" (parent: assets.path_package).
Resolving inheritance for "assets._version_new-website-theme" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_new-website-theme" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.user.provider.concrete.tf_customer_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.tf_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.admin" (parent: security.firewall.config).
Resolving inheritance for "security.listener.admin.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.jwt.admin" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.json_login.admin" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authentication.success_handler.admin.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.admin.json_login" (parent: lexik_jwt_authentication.handler.authentication_success).
Resolving inheritance for "security.authentication.failure_handler.admin.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.admin.json_login" (parent: lexik_jwt_authentication.handler.authentication_failure).
Resolving inheritance for "security.authenticator.refresh_jwt.admin" (parent: gesdinet.jwtrefreshtoken.security.refresh_token_authenticator).
Resolving inheritance for "security.authentication.success_handler.admin.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.admin.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.admin" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.admin" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.admin" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.admin" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.admin" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.refresh" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.manager.refresh" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.refresh" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.refresh" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.refresh" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.refresh" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.tunnel" (parent: security.firewall.config).
Resolving inheritance for "security.listener.tunnel.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.tunnel" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.tunnel" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.tunnel" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.tunnel" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.tunnel" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.tunnel.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.tunnel.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.tunnel" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.tunnel" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.tunnel" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.tunnel" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.tunnel" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController" (parent: .abstract.instanceof.Artgris\Bundle\FileManagerBundle\Controller\ManagerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController).
Resolving inheritance for "Artgris\Bundle\FileManagerBundle\Controller\ManagerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension" (parent: .abstract.instanceof.Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension).
Resolving inheritance for "Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Artgris\Bundle\FileManagerBundle\Twig\OrderExtension" (parent: .abstract.instanceof.Artgris\Bundle\FileManagerBundle\Twig\OrderExtension).
Resolving inheritance for "Artgris\Bundle\FileManagerBundle\Twig\OrderExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Artgris\Bundle\FileManagerBundle\Twig\OrderExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extension\StringLoaderExtension" (parent: .abstract.instanceof.Twig\Extension\StringLoaderExtension).
Resolving inheritance for "Twig\Extension\StringLoaderExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extension\StringLoaderExtension).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.elastica" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
2
Removing service-argument resolver for controller "App\Controller\Website\DefaultController::generateHeader": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "TicketFactory\Module\TceModule\Controller\Website\DefaultController::generateHeader": no corresponding services exist for the referenced types.
272
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "lexik_jwt_authentication.jwt_token_authenticator"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Generator\RefreshTokenGeneratorInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Model\RefreshTokenManagerInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Request\Extractor\ExtractorInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "FOS\ElasticaBundle\Configuration\ConfigManager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\IndexManager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\IndexTemplateManager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\Resetter"; reason: private alias.
Removed service "FOS\ElasticaBundle\Index\TemplateResetter"; reason: private alias.
Removed service ".FOS\ElasticaBundle\Elastica\Client $default.client"; reason: private alias.
Removed service "FOS\ElasticaBundle\Elastica\Client $defaultClient"; reason: private alias.
Removed service ".Elastica\Client $default.client"; reason: private alias.
Removed service "Elastica\Client $defaultClient"; reason: private alias.
Removed service "fos_elastica.client"; reason: private alias.
Removed service "Elastica\Client"; reason: private alias.
Removed service "FOS\ElasticaBundle\Elastica\Client"; reason: private alias.
Removed service "fos_elastica.index"; reason: private alias.
Removed service "fos_elastica.manager"; reason: private alias.
Removed service "FOS\ElasticaBundle\Manager\RepositoryManagerInterface"; reason: private alias.
Removed service "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; reason: private alias.
Removed service "fos_rest.serializer"; reason: private alias.
Removed service "jms_serializer.metadata.cache"; reason: private alias.
Removed service "jms_serializer.naming_strategy"; reason: private alias.
Removed service "jms_serializer.object_constructor"; reason: private alias.
Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
Removed service "jms_serializer.accessor_strategy"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\SerializationContextFactoryInterface"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface"; reason: private alias.
Removed service "jms_serializer.event_dispatcher"; reason: private alias.
Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service ".Symfony\Component\Asset\PackageInterface $admin-theme.package"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $adminThemePackage"; reason: private alias.
Removed service ".Symfony\Component\Asset\PackageInterface $website-theme.package"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $websiteThemePackage"; reason: private alias.
Removed service ".Symfony\Component\Asset\PackageInterface $new-website-theme.package"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $newWebsiteThemePackage"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.authentication.session_strategy.admin"; reason: private alias.
Removed service "security.user_checker.admin"; reason: private alias.
Removed service "security.authentication.session_strategy.refresh"; reason: private alias.
Removed service "security.user_checker.refresh"; reason: private alias.
Removed service "security.authentication.session_strategy.tunnel"; reason: private alias.
Removed service "security.user_checker.tunnel"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "gesdinet.jwtrefreshtoken.object_manager"; reason: private alias.
Removed service "gesdinet.jwtrefreshtoken.user_checker"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $elasticaLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.mASciDU"; reason: private alias.
Removed service ".service_locator.KsPGMLD"; reason: private alias.
Removed service ".service_locator.vsIIEJz"; reason: private alias.
Removed service ".service_locator.NuHbnez"; reason: private alias.
Removed service ".service_locator.44DY3q6"; reason: private alias.
Removed service ".service_locator.rPxIW3C"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.VeAwxBg"; reason: private alias.
Removed service ".service_locator.U56yKHZ"; reason: private alias.
Removed service ".service_locator.SNPOb4c"; reason: private alias.
Removed service ".service_locator.HKrSzML"; reason: private alias.
Removed service ".service_locator.2z3f50X"; reason: private alias.
Removed service ".service_locator.TLpGWTV"; reason: private alias.
Removed service ".service_locator.NGAsxpe"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.VggPhve"; reason: private alias.
Removed service ".service_locator.jUv.zyj"; reason: private alias.
Removed service ".service_locator.GcNbFdo"; reason: private alias.
Removed service ".service_locator.IKO1gXM"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "jms_serializer.metadata.doctrine_type_driver.inner"; reason: private alias.
Removed service "jms_serializer.metadata.typed_properties_driver.inner"; reason: private alias.
Removed service "jms_serializer.doctrine_object_constructor.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.admin"; reason: private alias.
Removed service "security.firewall.authenticator.refresh"; reason: private alias.
Removed service "security.firewall.authenticator.tunnel"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "jms_serializer.form_error_handler"; reason: private alias.
Removed service "security.event_dispatcher.admin"; reason: private alias.
Removed service "security.event_dispatcher.refresh"; reason: private alias.
Removed service "security.event_dispatcher.tunnel"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "jms_serializer.metadata_factory"; reason: private alias.
Removed service "jms_serializer.handler_registry"; reason: private alias.
Removed service "jms_serializer.metadata.file_locator"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.ujGDPb3"; reason: private alias.
Removed service ".service_locator.Re.Xcxs"; reason: private alias.
Removed service ".service_locator.vf3O4kY"; reason: private alias.
Removed service ".service_locator.sqL0lh0"; reason: private alias.
Removed service ".service_locator.dTsfKek"; reason: private alias.
Removed service ".service_locator.3YskiOS"; reason: private alias.
Removed service ".service_locator.e0KalYh"; reason: private alias.
Removed service ".service_locator.yLn.cL6"; reason: private alias.
Removed service ".service_locator.0.KQPbz"; reason: private alias.
Removed service ".service_locator.7NIAq8D"; reason: private alias.
Removed service ".service_locator.PLzE4ia"; reason: private alias.
Removed service ".service_locator.kfKrMVh"; reason: private alias.
Removed service ".service_locator.L8QfTbX"; reason: private alias.
Removed service ".service_locator.Mvie0E4"; reason: private alias.
Removed service ".service_locator.DMHzmzk"; reason: private alias.
Removed service ".service_locator.XlT9Bw0"; reason: private alias.
Removed service ".service_locator.Cj5mqT."; reason: private alias.
Removed service ".service_locator.trI27K2"; reason: private alias.
Removed service ".service_locator.Jpma0dq"; reason: private alias.
Removed service ".service_locator.iUxT8yA"; reason: private alias.
Removed service ".service_locator.l6eyOEu"; reason: private alias.
Removed service ".service_locator.u6DWx23"; reason: private alias.
Removed service ".service_locator.BlxN3Cw"; reason: private alias.
174
Changed reference of service "App\Controller\Admin\AuthenticationController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\CartController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\ContactRequestController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\ContentController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\ContentTypeController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\CustomerController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\DashboardController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\EventCategoryController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\EventController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\EventTypeController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\FeatureCategoryController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\FeatureController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\HookController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\ImageFormatController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\LanguageController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\LogController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\MediaCategoryController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\MediaController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\MenuController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\ModuleController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\OrderController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\OrderStatusController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\PageBlockController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\PageController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\ParameterController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\ProductCategoryController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\ProductController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\ProfileController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\RoomController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\SeasonController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\TagController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\ThemeController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\TicketingController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\UrlController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\UserController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\VersionnedEntityController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Controller\Admin\VoucherController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\EventSubscriber\Admin\FileUploader" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\EventSubscriber\Admin\FrontUrlSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\Manager\CustomerManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Manager\EventDateManager" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Manager\EventManager" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Manager\HookManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Manager\ParameterManager" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "App\Manager\ProductManager" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Url\UrlService" previously pointing to "router.default" to "router".
Changed reference of service "TicketFactory\Module\FlashInfo\Controller\Admin\FlashInfoController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "TicketFactory\Module\TceModule\Controller\Admin\ArticleController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "TicketFactory\Module\TceModule\Controller\Admin\SliderElementController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "TicketFactory\Module\TceModule\EventSubscriber\Admin\FrontUrlSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "TicketFactory\Module\Redirection\Controller\Admin\RedirectionController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "gesdinet.jwtrefreshtoken" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.authentication.failure_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.authentication.success_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.refresh_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "oneup_uploader.templating.uploader_helper" previously pointing to "router.default" to "router".
Changed reference of service "oneup_uploader.error_handler.blueimp" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fos_elastica.mapping_builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.in_place_pager_persister" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.model_to_elastica_transformer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.command.populate" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.doctrine.register_listeners" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_elastica.model_to_elastica_transformer.event" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
Changed reference of service "fos_rest.view_response_listener" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "fos_rest.allowed_methods_loader" previously pointing to "router.default" to "router".
Changed reference of service "jms_serializer.metadata.service_locator" previously pointing to "jms_serializer.metadata.typed_properties_driver" to "jms_serializer.metadata_driver".
Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "jms_serializer.templating.helper.serializer" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "sensio_framework_extra.security.listener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "framework_extra_bundle.event.is_granted" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.access.expression_voter" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "controller.is_granted_attribute_listener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.security" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.admin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.json_login.admin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.success_handler.admin.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.admin.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.admin.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.refresh_jwt.admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.success_handler.admin.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.admin.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "Artgris\Bundle\FileManagerBundle\Controller\ManagerController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Artgris\Bundle\FileManagerBundle\Controller\ManagerController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Artgris\Bundle\FileManagerBundle\Controller\ManagerController" previously pointing to "router.default" to "router".
Changed reference of service "Artgris\Bundle\FileManagerBundle\Service\FileTypeService" previously pointing to "router.default" to "router".
Changed reference of service "Artgris\Bundle\FileManagerBundle\Twig\OrderExtension" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.MEa3gue" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.JkaYaOo" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service ".service_locator.JkaYaOo" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.JkaYaOo" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.m1vtUef" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.LrCXAmX" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "fos_rest.serializer.form_error_handler.inner" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fos_rest.view_handler" previously pointing to "router.default" to "router".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
786
Removed service "App\Entity"; reason: abstract.
Removed service "TicketFactory\Module\SocialNetwork\DependencyInjection"; reason: abstract.
Removed service "TicketFactory\Module\FlashInfo\DependencyInjection"; reason: abstract.
Removed service "TicketFactory\Module\FlashInfo\Entity"; reason: abstract.
Removed service "TicketFactory\Module\TceModule\DependencyInjection"; reason: abstract.
Removed service "TicketFactory\Module\TceModule\Entity"; reason: abstract.
Removed service "TicketFactory\Module\Redirection\Entity"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service "gesdinet.jwtrefreshtoken.security.refresh_token_authenticator"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "fos_elastica.client_prototype"; reason: abstract.
Removed service "fos_elastica.index_prototype"; reason: abstract.
Removed service "fos_elastica.index_template_prototype"; reason: abstract.
Removed service "fos_elastica.finder"; reason: abstract.
Removed service "fos_elastica.object_persister"; reason: abstract.
Removed service "fos_elastica.object_serializer_persister"; reason: abstract.
Removed service "fos_elastica.model_to_elastica_transformer"; reason: abstract.
Removed service "fos_elastica.model_to_elastica_identifier_transformer"; reason: abstract.
Removed service "fos_elastica.pager_provider.prototype.orm"; reason: abstract.
Removed service "fos_elastica.listener.prototype.orm"; reason: abstract.
Removed service "fos_elastica.elastica_to_model_transformer.prototype.orm"; reason: abstract.
Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TicketingSynchronization"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TicketingSynchronization"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AuthenticationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AuthenticationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AuthenticationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CartController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CartController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CartController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContactRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContactRequestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ContactRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContentTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContentTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ContentTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\EventCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\EventTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FeatureCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FeatureCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FeatureCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FeatureController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FeatureController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FeatureController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HookController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\HookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ImageFormatController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ImageFormatController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ImageFormatController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LanguageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LanguageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\LanguageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\LogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MediaCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MediaCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\MediaCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MediaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MediaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\MediaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MenuController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MenuController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\MenuController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ModuleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderStatusController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderStatusController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\OrderStatusController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PageBlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PageBlockController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PageBlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ParameterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ParameterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ParameterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProductCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RoomController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RoomController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\RoomController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SeasonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SeasonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SeasonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TagController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ThemeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ThemeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ThemeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TicketingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TicketingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TicketingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UrlController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UrlController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\UrlController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VersionnedEntityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VersionnedEntityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\VersionnedEntityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VoucherController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VoucherController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\VoucherController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\AccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\CartController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\CartController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\CartController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\ConnectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\ConnectionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\ConnectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\ContactController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\ContentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\EventAbleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\EventAbleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\EventAbleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\EventCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\EventCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\EventCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\EventController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\EventTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\EventTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\EventTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\PageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\ProductCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\ProductCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\ProductCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\RoomController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\RoomController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\RoomController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\RouterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\RouterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\RouterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\SeasonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\SeasonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\SeasonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Website\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Website\TagController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Website\TagController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ParamFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ParamFixtures"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Admin\ApiExceptionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\Admin\ApiExceptionSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Admin\FileUploader"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\Admin\FileUploader"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Admin\FrontUrlSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\Admin\FrontUrlSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Admin\RequestSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\Admin\RequestSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Website\MaintenanceSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\Website\MaintenanceSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Website\SSLSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\Website\SSLSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AdminBaseFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\AdminBaseFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ContactRequest\ContactRequestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ContactRequest\ContactRequestType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentFieldsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\ContentFieldsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\ContentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentTypeFieldType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\ContentTypeFieldType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentTypeOptionsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\ContentTypeOptionsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentTypeParametersType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\ContentTypeParametersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\ContentTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\ContentTypeValidationsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\ContentTypeValidationsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldAudioVideoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldAudioVideoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldBoolType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldBoolType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldCheckboxType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldCheckboxType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldColorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldColorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldContentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldContentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldDateTimeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldDateTimeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldDateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldDateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldEmailType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldEmailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldEventType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldEventType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldFeatureType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldFeatureType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldFileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldFileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldGroupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldGroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldHourType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldHourType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldIFrameType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldIFrameType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldListType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldMapType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldMapType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldNumberType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldNumberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldPageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldPageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldPasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldPasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldRadioType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldRadioType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldSliderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldSliderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldTagType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldTagType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldTextType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldTextType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldTextareaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldTextareaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldTrueFalseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldTrueFalseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldUrlType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldUrlType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\Types\ContentTypeFieldWysiwygType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\Types\ContentTypeFieldWysiwygType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Customer\CustomerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Customer\CustomerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Event\EventCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventDateBlockType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Event\EventDateBlockType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventDateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Event\EventDateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventMediaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Event\EventMediaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventPriceBlockType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Event\EventPriceBlockType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventPriceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Event\EventPriceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Event\EventType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\EventTypeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Event\EventTypeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\RoomType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Event\RoomType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\SeasonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Event\SeasonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\SeatingPlanType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Event\SeatingPlanType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Event\TagType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Event\TagType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Feature\FeatureCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Feature\FeatureCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Feature\FeatureLinkType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Feature\FeatureLinkType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Feature\FeatureType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Feature\FeatureType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Feature\FeatureValueType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Feature\FeatureValueType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Language\LanguageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Language\LanguageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Media\ImageFormatType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Media\ImageFormatType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Media\MediaCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Media\MediaCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Media\MediaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Media\MediaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Menu\MenuEntryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Menu\MenuEntryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Order\OrderStatusType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Order\OrderStatusType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Order\VoucherType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Order\VoucherType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Page\PageBlockType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Page\PageBlockType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Page\PageColumnType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Page\PageColumnType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Page\PageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Page\PageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Parameter\ParameterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Parameter\ParameterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Parameter\ParametersContainerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Parameter\ParametersContainerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Product\ProductCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Product\ProductCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Product\ProductMediaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Product\ProductMediaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Product\ProductType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Product\ProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SEOAble\SEOAbleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\SEOAble\SEOAbleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Ticketing\TicketingDataExternalType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Ticketing\TicketingDataExternalType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Ticketing\TicketingDataType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Ticketing\TicketingDataType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Ticketing\TicketingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Ticketing\TicketingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Url\UrlType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Url\UrlType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\UserProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\User\UserProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\User\UserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\User\UserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\ContactRequest\ContactRequestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Website\ContactRequest\ContactRequestType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Customer\AddressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Website\Customer\AddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Customer\CustomerAddressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Website\Customer\CustomerAddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Customer\CustomerProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Website\Customer\CustomerProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Customer\CustomerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Website\Customer\CustomerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Customer\ResetCustomerPasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Website\Customer\ResetCustomerPasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Event\EventFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Website\Event\EventFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Event\EventReservationSeatsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Website\Event\EventReservationSeatsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Event\EventReservationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Website\Event\EventReservationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\Product\ProductFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Website\Product\ProductFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\WebsiteBaseFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Website\WebsiteBaseFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Manager\ManagerFactory"; reason: abstract.
Removed service ".abstract.instanceof.App\Manager\ManagerFactory"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AddressRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CartRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRowRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CartRowRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartSeatRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CartSeatRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContactRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContentTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CustomerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventDateBlockRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventDateBlockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventDateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventDateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventMediaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventMediaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventPriceBlockRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventPriceBlockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventPriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventPriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EventTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeatureCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FeatureCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeatureLinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FeatureLinkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeatureRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FeatureRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeatureValueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FeatureValueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HookRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HookRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageFormatRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ImageFormatRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LanguageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MediaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModuleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ModuleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageBlockRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PageBlockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ParameterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ParameterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoomRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RoomRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeasonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SeasonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SeatingPlanRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SeatingPlanRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ThemeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ThemeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TicketingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TicketingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UrlRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UrlRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VersionnedEntityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VersionnedEntityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VoucherRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VoucherRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Service\ServiceFactory"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\ServiceFactory"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigAssetExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TwigAssetExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigCartExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TwigCartExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigEventExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TwigEventExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigGlobalExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TwigGlobalExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigParameterExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TwigParameterExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigPathExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TwigPathExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigProductExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TwigProductExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigSeasonExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TwigSeasonExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigThemeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TwigThemeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Validator\ContentTypeFieldValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Validator\ContentTypeFieldValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Validator\EventCategoryValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Validator\EventCategoryValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Validator\EventDateValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Validator\EventDateValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Validator\MediaValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Validator\MediaValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validation\Validator\MenuEntryValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validation\Validator\MenuEntryValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\FlashInfo\Controller\Admin\FlashInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\FlashInfo\Controller\Admin\FlashInfoController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\FlashInfo\Controller\Admin\FlashInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\FlashInfo\Form\Admin\FlashInfo\FlashInfoType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\FlashInfo\Form\Admin\FlashInfo\FlashInfoType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\FlashInfo\Repository\FlashInfoRepository"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\FlashInfo\Repository\FlashInfoRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Admin\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Admin\ArticleController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Admin\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Admin\SliderElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Admin\SliderElementController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Admin\SliderElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\CalendarController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\CalendarController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\CalendarController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\CookiesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\CookiesController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\CookiesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\EventAbleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\EventAbleController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\EventAbleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\EventCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\EventCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\EventCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\EventController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\GenerateMediaFormatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\GenerateMediaFormatsController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\GenerateMediaFormatsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\MapController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\MapController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\MapController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\MediaCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\MediaCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\MediaCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\MediaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\MediaController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\MediaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\NewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\NewsletterController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\NewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\PageController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\PatronController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\PatronController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\PatronController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\ProductionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\ProductionController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\ProductionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\SeasonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\SeasonController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\SeasonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\TceModule\Controller\Website\SubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\TceModule\Controller\Website\SubscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Controller\Website\SubscriptionController"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.TicketFactory\Module\TceModule\EventSubscriber\Admin\EventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\EventSubscriber\Admin\EventSubscriber"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.TicketFactory\Module\TceModule\EventSubscriber\Admin\FrontUrlSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\EventSubscriber\Admin\FrontUrlSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.TicketFactory\Module\TceModule\EventSubscriber\Website\DomainSwitcherSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\EventSubscriber\Website\DomainSwitcherSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Article\ArticleBlockType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\Article\ArticleBlockType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Article\ArticleColumnType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\Article\ArticleColumnType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Article\ArticleType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\Article\ArticleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Page\PageLinkType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\Page\PageLinkType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\SliderElement\SliderElementType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\SliderElement\SliderElementType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectacleBlogType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectacleBlogType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectacleLinkType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectacleLinkType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectaclePressType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Form\Admin\Spectacle\SpectaclePressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Website\EventFilterType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Form\Website\EventFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Website\MediaSearchType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Form\Website\MediaSearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Website\NewsletterShortType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Form\Website\NewsletterShortType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\TceModule\Form\Website\NewsletterType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Form\Website\NewsletterType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\ArticleBlockRepository"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Repository\ArticleBlockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\ArticleRepository"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Repository\ArticleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\NewsletterRepository"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Repository\NewsletterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\PageLinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Repository\PageLinkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\SliderElementRepository"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Repository\SliderElementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\SpectacleBlogRepository"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Repository\SpectacleBlogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\SpectacleLinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Repository\SpectacleLinkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\TceModule\Repository\SpectaclePressRepository"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Repository\SpectaclePressRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigAccentExtension"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Twig\TwigAccentExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigBannerExtension"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Twig\TwigBannerExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigEventMediaExtension"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Twig\TwigEventMediaExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigMediaExtension"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Twig\TwigMediaExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigPathExtension"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Twig\TwigPathExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigSeasonExtension"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Twig\TwigSeasonExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.TicketFactory\Module\TceModule\Twig\TwigSellExtension"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\TceModule\Twig\TwigSellExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataApiType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataApiType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataExternalType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataExternalType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataIframeType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataIframeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\Secutix\Form\Admin\Ticketing\TicketingDataType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.TicketFactory\Module\Redirection\Controller\Admin\RedirectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.TicketFactory\Module\Redirection\Controller\Admin\RedirectionController"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\Redirection\Controller\Admin\RedirectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.TicketFactory\Module\Redirection\EventSubscriber\Website\RedirectionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\Redirection\EventSubscriber\Website\RedirectionSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.TicketFactory\Module\Redirection\Form\Admin\Technical\RedirectionType"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\Redirection\Form\Admin\Technical\RedirectionType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.TicketFactory\Module\Redirection\Repository\RedirectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.TicketFactory\Module\Redirection\Repository\RedirectionRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController"; reason: abstract.
Removed service ".abstract.instanceof.Artgris\Bundle\FileManagerBundle\Controller\ManagerController"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Artgris\Bundle\FileManagerBundle\Twig\OrderExtension"; reason: abstract.
Removed service ".abstract.instanceof.Artgris\Bundle\FileManagerBundle\Twig\OrderExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extension\StringLoaderExtension"; reason: abstract.
Removed service ".abstract.instanceof.Twig\Extension\StringLoaderExtension"; reason: abstract.
136
Removed service "App\Event\HookEvent"; reason: unused.
Removed service "App\Exception\ApiException"; reason: unused.
Removed service "App\Form\Admin\Ticketing\JsonTransformer"; reason: unused.
Removed service "App\Manager\AbstractManager"; reason: unused.
Removed service "App\Repository\AbstractNestedTreeRepository"; reason: unused.
Removed service "App\Repository\EventCategoryRepository"; reason: unused.
Removed service "App\Repository\MediaCategoryRepository"; reason: unused.
Removed service "App\Repository\MenuEntryRepository"; reason: unused.
Removed service "App\Repository\ProductCategoryRepository"; reason: unused.
Removed service "App\Service\Formatter\DateTimeFormatter"; reason: unused.
Removed service "App\Validation\Constraint\ContentTypeFieldConstraint"; reason: unused.
Removed service "App\Validation\Constraint\EventCategoryConstraint"; reason: unused.
Removed service "App\Validation\Constraint\EventDateConstraint"; reason: unused.
Removed service "App\Validation\Constraint\MediaConstraint"; reason: unused.
Removed service "App\Validation\Constraint\MenuEntryConstraint"; reason: unused.
Removed service "limenius_react.react_renderer"; reason: unused.
Removed service "TicketFactory\Module\SocialNetwork\SocialNetwork"; reason: unused.
Removed service "TicketFactory\Module\FlashInfo\FlashInfo"; reason: unused.
Removed service "TicketFactory\Module\TceModule\TceModule"; reason: unused.
Removed service "TicketFactory\Module\Secutix\Secutix"; reason: unused.
Removed service "TicketFactory\Module\Redirection\Redirection"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service ".1_ServiceLocator~K637tSs"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused.
Removed service "lexik_jwt_authentication.encoder.default"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service ".1_TokenStorage~g5jpvad"; reason: unused.
Removed service "lexik_jwt_authentication.security.guard.jwt_token_authenticator"; reason: unused.
Removed service "gesdinet.jwtrefreshtoken.security.authentication.failure_handler"; reason: unused.
Removed service "gesdinet.jwtrefreshtoken.security.authentication.success_handler"; reason: unused.
Removed service "oneup_uploader.namer.urlsafe"; reason: unused.
Removed service "oneup_uploader.error_handler.noop"; reason: unused.
Removed service "oneup_uploader.error_handler.fineuploader"; reason: unused.
Removed service "oneup_uploader.error_handler.blueimp"; reason: unused.
Removed service "oneup_uploader.error_handler.uploadify"; reason: unused.
Removed service "oneup_uploader.error_handler.yui3"; reason: unused.
Removed service "oneup_uploader.error_handler.fancyupload"; reason: unused.
Removed service "oneup_uploader.error_handler.mooupload"; reason: unused.
Removed service "oneup_uploader.error_handler.plupload"; reason: unused.
Removed service "oneup_uploader.error_handler.custom"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "react.asset_mapper.react_controller_loader_compiler"; reason: unused.
Removed service "react.asset_mapper.replace_process_env_compiler"; reason: unused.
Removed service "stimulus.asset_mapper.ux_package_reader"; reason: unused.
Removed service "fos_elastica.repository_manager"; reason: unused.
Removed service "fos_elastica.manager.orm"; reason: unused.
Removed service "fos_rest.view_handler.jsonp"; reason: unused.
Removed service "fos_rest.serializer.symfony"; reason: unused.
Removed service "fos_rest.normalizer.camel_keys"; reason: unused.
Removed service "fos_rest.normalizer.camel_keys_with_leading_underscore"; reason: unused.
Removed service "fos_rest.decoder.json"; reason: unused.
Removed service "fos_rest.decoder.xml"; reason: unused.
Removed service "jms_serializer.metadata.doctrine_phpcr_type_driver"; reason: unused.
Removed service "jms_serializer.metadata.doc_block_driver"; reason: unused.
Removed service "jms_serializer.camel_case_naming_strategy"; reason: unused.
Removed service "jms_serializer.serialized_name_annotation_strategy"; reason: unused.
Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
Removed service "jms_serializer.templating.helper.serializer"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "process.messenger.process_message_handler"; reason: unused.
Removed service "console.messenger.application"; reason: unused.
Removed service "console.messenger.execute_command_handler"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.admin"; reason: unused.
Removed service "security.user_checker.chain.refresh"; reason: unused.
Removed service "security.user_checker.chain.tunnel"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.default"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.default"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.I.Ed2ON"; reason: unused.
Removed service ".service_locator.dG2g6le"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
516
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\AuthenticationController" to "App\Controller\Admin\AuthenticationController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\CartController" to "App\Controller\Admin\CartController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\ContactRequestController" to "App\Controller\Admin\ContactRequestController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\ContentController" to "App\Controller\Admin\ContentController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\ContentTypeController" to "App\Controller\Admin\ContentTypeController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\CustomerController" to "App\Controller\Admin\CustomerController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\DashboardController" to "App\Controller\Admin\DashboardController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\DefaultController" to "App\Controller\Admin\DefaultController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\EventCategoryController" to "App\Controller\Admin\EventCategoryController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\EventController" to "App\Controller\Admin\EventController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\EventTypeController" to "App\Controller\Admin\EventTypeController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\FeatureCategoryController" to "App\Controller\Admin\FeatureCategoryController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\FeatureController" to "App\Controller\Admin\FeatureController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\HookController" to "App\Controller\Admin\HookController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\ImageFormatController" to "App\Controller\Admin\ImageFormatController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\LanguageController" to "App\Controller\Admin\LanguageController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\LogController" to "App\Controller\Admin\LogController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\MediaCategoryController" to "App\Controller\Admin\MediaCategoryController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\MediaController" to "App\Controller\Admin\MediaController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\MenuController" to "App\Controller\Admin\MenuController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\ModuleController" to "App\Controller\Admin\ModuleController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\OrderController" to "App\Controller\Admin\OrderController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\OrderStatusController" to "App\Controller\Admin\OrderStatusController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\PageBlockController" to "App\Controller\Admin\PageBlockController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\PageController" to "App\Controller\Admin\PageController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\ParameterController" to "App\Controller\Admin\ParameterController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\ProductCategoryController" to "App\Controller\Admin\ProductCategoryController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\ProductController" to "App\Controller\Admin\ProductController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\ProfileController" to "App\Controller\Admin\ProfileController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\RoomController" to "App\Controller\Admin\RoomController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\SeasonController" to "App\Controller\Admin\SeasonController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\TagController" to "App\Controller\Admin\TagController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\ThemeController" to "App\Controller\Admin\ThemeController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\TicketingController" to "App\Controller\Admin\TicketingController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\UrlController" to "App\Controller\Admin\UrlController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\UserController" to "App\Controller\Admin\UserController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\VersionnedEntityController" to "App\Controller\Admin\VersionnedEntityController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Admin\VoucherController" to "App\Controller\Admin\VoucherController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\AccountController" to "App\Controller\Website\AccountController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\CartController" to "App\Controller\Website\CartController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\ConnectionController" to "App\Controller\Website\ConnectionController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\ContactController" to "App\Controller\Website\ContactController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\ContentController" to "App\Controller\Website\ContentController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\DefaultController" to "App\Controller\Website\DefaultController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\EventAbleController" to "App\Controller\Website\EventAbleController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\EventCategoryController" to "App\Controller\Website\EventCategoryController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\EventController" to "App\Controller\Website\EventController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\EventTypeController" to "App\Controller\Website\EventTypeController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\HomeController" to "App\Controller\Website\HomeController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\OrderController" to "App\Controller\Website\OrderController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\PageController" to "App\Controller\Website\PageController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\ProductCategoryController" to "App\Controller\Website\ProductCategoryController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\ProductController" to "App\Controller\Website\ProductController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\RoomController" to "App\Controller\Website\RoomController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\RouterController" to "App\Controller\Website\RouterController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\SeasonController" to "App\Controller\Website\SeasonController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Website\TagController" to "App\Controller\Website\TagController".
Inlined service ".service_locator.vo369uz.App\Manager\ManagerFactory" to "App\Manager\ManagerFactory".
Inlined service "mailer.mailer" to "App\Service\Mail\Mailer".
Inlined service ".service_locator.3sNHrLZ.App\Service\ServiceFactory" to "App\Service\ServiceFactory".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\FlashInfo\Controller\Admin\FlashInfoController" to "TicketFactory\Module\FlashInfo\Controller\Admin\FlashInfoController".
Inlined service "fos_elastica.finder.event" to "TicketFactory\Module\TceModule\Connector\Elastica\ElasticaConnector".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Admin\ArticleController" to "TicketFactory\Module\TceModule\Controller\Admin\ArticleController".
Inlined service "TicketFactory\Module\TceModule\Manager\SliderElementManager" to "TicketFactory\Module\TceModule\Controller\Admin\SliderElementController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Admin\SliderElementController" to "TicketFactory\Module\TceModule\Controller\Admin\SliderElementController".
Inlined service "TicketFactory\Module\TceModule\Manager\EventDateManager" to "TicketFactory\Module\TceModule\Controller\Website\CalendarController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\CalendarController" to "TicketFactory\Module\TceModule\Controller\Website\CalendarController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\CookiesController" to "TicketFactory\Module\TceModule\Controller\Website\CookiesController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\DefaultController" to "TicketFactory\Module\TceModule\Controller\Website\DefaultController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\EventAbleController" to "TicketFactory\Module\TceModule\Controller\Website\EventAbleController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\EventCategoryController" to "TicketFactory\Module\TceModule\Controller\Website\EventCategoryController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\EventController" to "TicketFactory\Module\TceModule\Controller\Website\EventController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\GenerateMediaFormatsController" to "TicketFactory\Module\TceModule\Controller\Website\GenerateMediaFormatsController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\MapController" to "TicketFactory\Module\TceModule\Controller\Website\MapController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\MediaCategoryController" to "TicketFactory\Module\TceModule\Controller\Website\MediaCategoryController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\MediaController" to "TicketFactory\Module\TceModule\Controller\Website\MediaController".
Inlined service "TicketFactory\Module\TceModule\Connector\Secutix\SecutixConnector" to "TicketFactory\Module\TceModule\Controller\Website\NewsletterController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\NewsletterController" to "TicketFactory\Module\TceModule\Controller\Website\NewsletterController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\PageController" to "TicketFactory\Module\TceModule\Controller\Website\PageController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\PatronController" to "TicketFactory\Module\TceModule\Controller\Website\PatronController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\ProductionController" to "TicketFactory\Module\TceModule\Controller\Website\ProductionController".
Inlined service "TicketFactory\Module\TceModule\Connector\Elastica\ElasticaConnector" to "TicketFactory\Module\TceModule\Controller\Website\SearchController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\SearchController" to "TicketFactory\Module\TceModule\Controller\Website\SearchController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\SeasonController" to "TicketFactory\Module\TceModule\Controller\Website\SeasonController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\TceModule\Controller\Website\SubscriptionController" to "TicketFactory\Module\TceModule\Controller\Website\SubscriptionController".
Inlined service ".service_locator.JkaYaOo.TicketFactory\Module\Redirection\Controller\Admin\RedirectionController" to "TicketFactory\Module\Redirection\Controller\Admin\RedirectionController".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service ".service_locator.chWzGxO" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~IgFq09o" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.mqLIaum" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.Y9bU3pT" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "doctrine_migrations.migrations_flattener" to "doctrine_migrations.migrations_collector".
Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
Inlined service "gesdinet.jwtrefreshtoken.request.extractor.request_body" to "gesdinet.jwtrefreshtoken.request.extractor.chain".
Inlined service "gesdinet.jwtrefreshtoken.request.extractor.request_parameter" to "gesdinet.jwtrefreshtoken.request.extractor.chain".
Inlined service "gesdinet.jwtrefreshtoken.request.extractor.request_cookie" to "gesdinet.jwtrefreshtoken.request.extractor.chain".
Inlined service "lexik_jwt_authentication.handler.authentication_failure" to "gesdinet.jwtrefreshtoken".
Inlined service "oneup_uploader.chunks_storage" to "oneup_uploader.chunk_manager".
Inlined service "oneup_uploader.storage.media" to "oneup_uploader.controller.media".
Inlined service "oneup_uploader.storage.parameter" to "oneup_uploader.controller.parameter".
Inlined service "oneup_uploader.storage.module" to "oneup_uploader.controller.module".
Inlined service "oneup_uploader.storage.theme" to "oneup_uploader.controller.theme".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ParamFixtures" to "doctrine.fixtures.loader".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "fos_elastica.config_source.container" to "fos_elastica.config_manager".
Inlined service "fos_elastica.config_source.template_container" to "fos_elastica.config_manager.index_templates".
Inlined service "monolog.logger.elastica" to "fos_elastica.logger".
Inlined service "fos_elastica.config_manager.index_templates" to "fos_elastica.template_resetter".
Inlined service "fos_elastica.index_template_manager" to "fos_elastica.template_resetter".
Inlined service "fos_elastica.persister_registry" to "fos_elastica.in_place_pager_persister".
Inlined service ".service_locator.esYB3FE" to "fos_elastica.pager_persister_registry".
Inlined service ".service_locator.qXb3nG9" to "fos_elastica.persister_registry".
Inlined service "fos_elastica.indexable" to "fos_elastica.filter_objects_listener".
Inlined service ".service_locator.YF.yqJL" to "fos_elastica.pager_provider_registry".
Inlined service "fos_elastica.pager_provider_registry" to "fos_elastica.command.populate".
Inlined service "fos_elastica.pager_persister_registry" to "fos_elastica.command.populate".
Inlined service "fos_elastica.template_resetter" to "fos_elastica.command.templates_reset".
Inlined service "fos_elastica.model_to_elastica_transformer.event" to "fos_elastica.object_persister.event".
Inlined service "fos_elastica.doctrine.register_listeners" to "fos_elastica.pager_provider.event".
Inlined service "fos_elastica.elastica_to_model_transformer.event" to "fos_elastica.finder.event".
Inlined service "fos_rest.request.param_fetcher.reader" to "fos_rest.request.param_fetcher".
Inlined service ".service_locator.C9_ei3Z" to "fos_rest.decoder_provider".
Inlined service "fos_rest.decoder_provider" to "fos_rest.body_listener".
Inlined service "fos_rest.format_negotiator" to "fos_rest.format_listener".
Inlined service "fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.963828800a718413f14721dcc735d88092652e6b1124dfdcd9dbeedee77315d3d23c67cd" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.2432e83048427dc8f11b940a6bcff723487fb9f0d780232170a5c588f73bf33daf39191b" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request.param_fetcher" to "fos_rest.param_fetcher_listener".
Inlined service "jms_serializer.metadata.annotation_and_attributes_reader" to "jms_serializer.metadata.annotation_driver".
Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.annotation_driver" to "jms_serializer.metadata.chain_driver".
Inlined service "jms_serializer.metadata.chain_driver" to "jms_serializer.metadata.doctrine_type_driver".
Inlined service "jms_serializer.metadata.service_locator" to "jms_serializer.metadata.lazy_loading_driver".
Inlined service "jms_serializer.unserialize_object_constructor" to "jms_serializer.doctrine_object_constructor".
Inlined service "jms_serializer.doctrine_object_constructor" to "jms_serializer.deserialization_graph_navigator_factory".
Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
Inlined service "jms_serializer.event_dispatcher.service_locator" to "jms_serializer.traceable_event_dispatcher".
Inlined service "jms_serializer.traceable_metadata_factory.inner" to "jms_serializer.traceable_metadata_factory".
Inlined service "jms_serializer.traceable_handler_registry.inner" to "jms_serializer.traceable_handler_registry".
Inlined service "jms_serializer.metadata.traceable_file_locator.inner" to "jms_serializer.metadata.traceable_file_locator".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.xRhNObu.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.NBUFN6A" to "console.command.cache_pool_invalidate_tags".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets._version_admin-theme" to "assets._package_admin-theme".
Inlined service "assets._version_website-theme" to "assets._package_website-theme".
Inlined service "assets._version_new-website-theme" to "assets._package_new-website-theme".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.LD5oJC8" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "fos_rest.serializer.form_error_normalizer" to "serializer".
Inlined service "fos_rest.serializer.flatten_exception_normalizer" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.translatable" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.cXsfP3P" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.v.ZpEJm" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service ".service_locator.NPxYwuN" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "doctrine_migrations.migrations_collector" to "profiler".
Inlined service "fos_elastica.data_collector" to "profiler".
Inlined service "data_collector.jms_serializer" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "TicketFactory\Module\TceModule\Twig\TwigSellExtension" to "twig".
Inlined service "App\Twig\TwigAssetExtension" to "twig".
Inlined service "App\Twig\TwigCartExtension" to "twig".
Inlined service "App\Twig\TwigEventExtension" to "twig".
Inlined service "App\Twig\TwigGlobalExtension" to "twig".
Inlined service "App\Twig\TwigParameterExtension" to "twig".
Inlined service "App\Twig\TwigPathExtension" to "twig".
Inlined service "App\Twig\TwigProductExtension" to "twig".
Inlined service "App\Twig\TwigSeasonExtension" to "twig".
Inlined service "App\Twig\TwigThemeExtension" to "twig".
Inlined service "TicketFactory\Module\TceModule\Twig\TwigAccentExtension" to "twig".
Inlined service "TicketFactory\Module\TceModule\Twig\TwigBannerExtension" to "twig".
Inlined service "TicketFactory\Module\TceModule\Twig\TwigEventMediaExtension" to "twig".
Inlined service "TicketFactory\Module\TceModule\Twig\TwigMediaExtension" to "twig".
Inlined service "TicketFactory\Module\TceModule\Twig\TwigPathExtension" to "twig".
Inlined service "TicketFactory\Module\TceModule\Twig\TwigSeasonExtension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.react" to "twig".
Inlined service "twig.extension.string" to "twig".
Inlined service "stimulus.ux_controllers_twig_extension" to "twig".
Inlined service "jms_serializer.twig_extension.runtime_serializer" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension" to "twig".
Inlined service "Artgris\Bundle\FileManagerBundle\Twig\OrderExtension" to "twig".
Inlined service "Twig\Extension\StringLoaderExtension" to "twig".
Inlined service "stimulus.twig_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.etVElvN.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.6xzglIb" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.LrCXAmX" to "security.helper".
Inlined service ".service_locator.riYslIP" to "security.helper".
Inlined service ".service_locator.jOTjTfI" to "security.helper".
Inlined service ".service_locator.SfGnQiG" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service ".security.request_matcher.Pw25Kwo" to "security.access_map".
Inlined service ".security.request_matcher.mvhfIoF" to "security.access_map".
Inlined service ".security.request_matcher._Xv05IS" to "security.access_map".
Inlined service ".security.request_matcher.DS5xoA7" to "security.access_map".
Inlined service ".security.request_matcher.D4yBAPy" to "security.access_map".
Inlined service ".security.request_matcher.wgDFcyH" to "security.access_map".
Inlined service ".security.request_matcher.ZnDCfOa" to "security.access_map".
Inlined service ".security.request_matcher.RU7YYGS" to "security.access_map".
Inlined service ".security.request_matcher.l_hvPKa" to "security.access_map".
Inlined service ".security.request_matcher.oLEpJcP" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher.obhk0jm" to ".security.request_matcher.5eRZPSi".
Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "security.authenticator.jwt.admin".
Inlined service "security.authentication.success_handler.admin.json_login" to "security.authenticator.json_login.admin".
Inlined service "security.authentication.failure_handler.admin.json_login" to "security.authenticator.json_login.admin".
Inlined service "security.authentication.success_handler.admin.refresh_jwt" to "security.authenticator.refresh_jwt.admin".
Inlined service "security.authentication.failure_handler.admin.refresh_jwt" to "security.authenticator.refresh_jwt.admin".
Inlined service "debug.security.firewall.authenticator.admin.inner" to "debug.security.firewall.authenticator.admin".
Inlined service "security.exception_listener.admin" to "security.firewall.map.context.admin".
Inlined service "security.firewall.map.config.admin" to "security.firewall.map.context.admin".
Inlined service ".security.request_matcher.4nFXzoa" to ".security.request_matcher.MISrmby".
Inlined service "debug.security.firewall.authenticator.refresh.inner" to "debug.security.firewall.authenticator.refresh".
Inlined service "security.exception_listener.refresh" to "security.firewall.map.context.refresh".
Inlined service "security.firewall.map.config.refresh" to "security.firewall.map.context.refresh".
Inlined service ".security.request_matcher.Zl2pEkc" to ".security.request_matcher.Kmz5fgP".
Inlined service "security.authentication.success_handler.tunnel.form_login" to "security.authenticator.form_login.tunnel".
Inlined service "security.authentication.failure_handler.tunnel.form_login" to "security.authenticator.form_login.tunnel".
Inlined service "debug.security.firewall.authenticator.tunnel.inner" to "debug.security.firewall.authenticator.tunnel".
Inlined service "security.exception_listener.tunnel" to "security.firewall.map.context.tunnel".
Inlined service "security.logout_listener.tunnel" to "security.firewall.map.context.tunnel".
Inlined service "security.firewall.map.config.tunnel" to "security.firewall.map.context.tunnel".
Inlined service ".security.request_matcher._LA_AHr" to ".security.request_matcher.yy_ZK6T".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.vsZtvB6" to ".security.request_matcher.Pw25Kwo".
Inlined service ".security.request_matcher.8ZFwDrR" to ".security.request_matcher.mvhfIoF".
Inlined service ".security.request_matcher.g5_6PBA" to ".security.request_matcher._Xv05IS".
Inlined service ".security.request_matcher.TlppYyR" to ".security.request_matcher.DS5xoA7".
Inlined service ".security.request_matcher.a9LuPJb" to ".security.request_matcher.D4yBAPy".
Inlined service ".security.request_matcher.RaVaT3Q" to ".security.request_matcher.wgDFcyH".
Inlined service ".security.request_matcher.QE7NVCq" to ".security.request_matcher.ZnDCfOa".
Inlined service ".security.request_matcher.mTdkuiv" to ".security.request_matcher.RU7YYGS".
Inlined service ".security.request_matcher.XPfJ0iE" to ".security.request_matcher.l_hvPKa".
Inlined service ".security.request_matcher.MZhK8lU" to ".security.request_matcher.oLEpJcP".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "Artgris\Bundle\FileManagerBundle\Service\FilemanagerService" to "Artgris\Bundle\FileManagerBundle\Controller\ManagerController".
Inlined service ".service_locator.O2p6Lk7.Artgris\Bundle\FileManagerBundle\Controller\ManagerController" to "Artgris\Bundle\FileManagerBundle\Controller\ManagerController".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "fos_rest.serializer.form_error_handler.inner" to "fos_rest.serializer.form_error_handler".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.uid" to ".debug.value_resolver.argument_resolver.uid".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to ".debug.security.voter.security.access.simple_role_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "debug.security.event_dispatcher.admin.inner" to "debug.security.event_dispatcher.admin".
Inlined service "debug.security.event_dispatcher.refresh.inner" to "debug.security.event_dispatcher.refresh".
Inlined service "debug.security.event_dispatcher.tunnel.inner" to "debug.security.event_dispatcher.tunnel".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.vo369uz" to ".service_locator.vo369uz.App\Manager\ManagerFactory".
Inlined service ".service_locator.3sNHrLZ" to ".service_locator.3sNHrLZ.App\Service\ServiceFactory".
Inlined service ".service_locator.xRhNObu" to ".service_locator.xRhNObu.sensio_framework_extra.view.listener".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.iD.GLrW" to ".service_locator.iD.GLrW.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service ".service_locator.gHpsvM5" to "debug.argument_resolver.inner".
Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.traceable_metadata_factory.inner".
Inlined service "jms_serializer.handler_registry.service_locator" to "jms_serializer.traceable_handler_registry.inner".
Inlined service ".service_locator.EGfjSqX" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "fos_rest.serializer.jms" to "fos_rest.view_handler".
Inlined service "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
Inlined service ".service_locator.iD.GLrW.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "stimulus.helper" to "twig".
Inlined service "stimulus.helper" to "twig".
Inlined service "jms_serializer.identical_property_naming_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.identical_property_naming_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.identical_property_naming_strategy" to "jms_serializer.metadata_driver".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
Inlined service "jms_serializer.expression_evaluator" to "jms_serializer".
4
Tag "container.decorator" was defined on service(s) "doctrine.migrations.container_aware_migrations_factory", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.admin", "debug.security.firewall.authenticator.refresh", "debug.security.firewall.authenticator.tunnel", "debug.security.firewall.authenticator.main", "fos_rest.serializer.form_error_handler", "debug.security.event_dispatcher.admin", "debug.security.event_dispatcher.refresh", "debug.security.event_dispatcher.tunnel", "debug.security.event_dispatcher.main", "event_dispatcher", but was never used.
Tag "templating.helper" was defined on service(s) "oneup_uploader.templating.uploader_helper", but was never used.
Tag "oneup_uploader.routable" was defined on service(s) "oneup_uploader.controller.media", "oneup_uploader.controller.parameter", "oneup_uploader.controller.module", "oneup_uploader.controller.theme", but was never used. Did you mean "oneup_uploader.controller"?
Tag "fos_elastica.client" was defined on service(s) "fos_elastica.client.default", but was never used. Did you mean "fos_elastica.index"?