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.
Since symfony/routing 6.4: Passing an instance of "Doctrine\Common\Annotations\Reader" as first and the environment as second argument to "Symfony\Component\Routing\Loader\AttributeClassLoader::__construct" is deprecated. Pass the environment as first argument instead.
User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:860, https://github.com/doctrine/orm/pull/10455, 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. "5.7.40" instead of "5.7". (AbstractMySQLDriver.php:102 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, 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:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
User Deprecated: Annotations support is deprecated, migrate your application to use attributes and pass an instance of Gedmo\Mapping\Driver\AttributeReader to the Gedmo\Mapping\MappedEventSubscriber::setAnnotationReader() method instead. (MappedEventSubscriber.php:196 called by getStofDoctrineExtensions_Listener_TimestampableService.php:33, https://github.com/doctrine-extensions/DoctrineExtensions/pull/2772, package gedmo/doctrine-extensions)
"SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.firstname AS firstname_4, t0.lastname AS lastname_5, t0.active AS active_6, t0.deactivated_at AS deactivated_at_7, t0.hourly_resource_cost AS hourly_resource_cost_8, t0.id AS id_9, t0.uuid AS uuid_10, t0.created AS created_11, t0.updated AS updated_12, t0.hourly_package_id AS hourly_package_id_13 FROM `user` t0 WHERE t0.id = ?"
(parameters:
[1 => 42]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.firstname AS firstname_4, t0.lastname AS lastname_5, t0.active AS active_6, t0.deactivated_at AS deactivated_at_7, t0.hourly_resource_cost AS hourly_resource_cost_8, t0.id AS id_9, t0.uuid AS uuid_10, t0.created AS created_11, t0.updated AS updated_12, t0.hourly_package_id AS hourly_package_id_13 FROM `user` t0 WHERE t0.id = ?"
"params" => [1 => 42]
"types" => [1 => 1]
]
"SELECT t0.id_magento AS id_magento_1, t0.business_name AS business_name_2, t0.vat AS vat_3, t0.commercial_reference AS commercial_reference_4, t0.commercial_emails AS commercial_emails_5, t0.active AS active_6, t0.deactivated_at AS deactivated_at_7, t0.id AS id_8, t0.created AS created_9, t0.updated AS updated_10 FROM customer t0 WHERE t0.id = ?"
(parameters:
[1 => 72]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id_magento AS id_magento_1, t0.business_name AS business_name_2, t0.vat AS vat_3, t0.commercial_reference AS commercial_reference_4, t0.commercial_emails AS commercial_emails_5, t0.active AS active_6, t0.deactivated_at AS deactivated_at_7, t0.id AS id_8, t0.created AS created_9, t0.updated AS updated_10 FROM customer t0 WHERE t0.id = ?"
"params" => [1 => 72]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id_trello AS id_trello_1, t0.link AS link_2, t0.name AS name_3, t0.closed AS closed_4, t0.id AS id_5, t0.deleted_at AS deleted_at_6, t0.created AS created_7, t0.updated AS updated_8, t0.customer_id AS customer_id_9 FROM trello_board t0 WHERE t0.customer_id = ? AND ((t0.deleted_at IS NULL)) LIMIT 20"
(parameters:
[1 => 72]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id_trello AS id_trello_1, t0.link AS link_2, t0.name AS name_3, t0.closed AS closed_4, t0.id AS id_5, t0.deleted_at AS deleted_at_6, t0.created AS created_7, t0.updated AS updated_8, t0.customer_id AS customer_id_9 FROM trello_board t0 WHERE t0.customer_id = ? AND ((t0.deleted_at IS NULL)) LIMIT 20"
"params" => [1 => 72]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id_trello AS id_trello_1, t0.name AS name_2, t0.id AS id_3, t0.deleted_at AS deleted_at_4, t0.created AS created_5, t0.updated AS updated_6, t0.board_id AS board_id_7 FROM trello_card t0 WHERE t0.board_id = ? AND ((t0.deleted_at IS NULL))"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id_trello AS id_trello_1, t0.name AS name_2, t0.id AS id_3, t0.deleted_at AS deleted_at_4, t0.created AS created_5, t0.updated AS updated_6, t0.board_id AS board_id_7 FROM trello_card t0 WHERE t0.board_id = ? AND ((t0.deleted_at IS NULL))"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id_trello AS id_trello_1, t0.name AS name_2, t0.id AS id_3, t0.deleted_at AS deleted_at_4, t0.created AS created_5, t0.updated AS updated_6, t0.board_id AS board_id_7 FROM trello_card t0 WHERE t0.board_id = ? AND ((t0.deleted_at IS NULL))"
(parameters:
[1 => 218]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id_trello AS id_trello_1, t0.name AS name_2, t0.id AS id_3, t0.deleted_at AS deleted_at_4, t0.created AS created_5, t0.updated AS updated_6, t0.board_id AS board_id_7 FROM trello_card t0 WHERE t0.board_id = ? AND ((t0.deleted_at IS NULL))"
"params" => [1 => 218]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id_trello AS id_trello_1, t0.link AS link_2, t0.name AS name_3, t0.closed AS closed_4, t0.id AS id_5, t0.deleted_at AS deleted_at_6, t0.created AS created_7, t0.updated AS updated_8, t0.customer_id AS customer_id_9 FROM trello_board t0 WHERE t0.customer_id = ? AND ((t0.deleted_at IS NULL))"
(parameters:
[1 => 72]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id_trello AS id_trello_1, t0.link AS link_2, t0.name AS name_3, t0.closed AS closed_4, t0.id AS id_5, t0.deleted_at AS deleted_at_6, t0.created AS created_7, t0.updated AS updated_8, t0.customer_id AS customer_id_9 FROM trello_board t0 WHERE t0.customer_id = ? AND ((t0.deleted_at IS NULL))"
"params" => [1 => 72]
"types" => [1 => 1]
]
deprecation
User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement.