User Deprecated: Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead.
"SELECT t0.id AS id_1, t0.name AS name_2, t0.level AS level_3, t0.price_ht AS price_ht_4, t0.tva AS tva_5, t0.description AS description_6, t0.picture AS picture_7, t0.picture_alt AS picture_alt_8, t0.published AS published_9, t0.date_publication AS date_publication_10, t0.file AS file_11, t0.is_on_homepage AS is_on_homepage_12, t0.is_physical AS is_physical_13, t0.is_quantity AS is_quantity_14, t0.category_id AS category_id_15 FROM sewing t0 WHERE t0.id = ?"
(parameters:
[1 => "5"
]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.level AS level_3, t0.price_ht AS price_ht_4, t0.tva AS tva_5, t0.description AS description_6, t0.picture AS picture_7, t0.picture_alt AS picture_alt_8, t0.published AS published_9, t0.date_publication AS date_publication_10, t0.file AS file_11, t0.is_on_homepage AS is_on_homepage_12, t0.is_physical AS is_physical_13, t0.is_quantity AS is_quantity_14, t0.category_id AS category_id_15 FROM sewing t0 WHERE t0.id = ?"
"params" => [1 => "5"
]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.content AS content_3, t0.published AS published_4, t0.date_publication AS date_publication_5 FROM notification t0 WHERE t0.published = ? ORDER BY t0.date_publication DESC"
(parameters:
[1 => 1]
, types:
[1 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.content AS content_3, t0.published AS published_4, t0.date_publication AS date_publication_5 FROM notification t0 WHERE t0.published = ? ORDER BY t0.date_publication DESC"
"params" => [1 => 1]
"types" => [1 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.picture AS picture_2, t0.picture_alt AS picture_alt_3, t0.listorder AS listorder_4, t0.sewing_id AS sewing_id_5 FROM sewing_gallery t0 WHERE t0.sewing_id = ?"
(parameters:
[1 => 5]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.picture AS picture_2, t0.picture_alt AS picture_alt_3, t0.listorder AS listorder_4, t0.sewing_id AS sewing_id_5 FROM sewing_gallery t0 WHERE t0.sewing_id = ?"
"params" => [1 => 5]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.level AS level_3, t0.price_ht AS price_ht_4, t0.tva AS tva_5, t0.description AS description_6, t0.picture AS picture_7, t0.picture_alt AS picture_alt_8, t0.published AS published_9, t0.date_publication AS date_publication_10, t0.file AS file_11, t0.is_on_homepage AS is_on_homepage_12, t0.is_physical AS is_physical_13, t0.is_quantity AS is_quantity_14, t0.category_id AS category_id_15 FROM sewing t0 INNER JOIN sewing_sewing ON t0.id = sewing_sewing.sewing_target WHERE sewing_sewing.sewing_source = ?"
(parameters:
[1 => 5]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.level AS level_3, t0.price_ht AS price_ht_4, t0.tva AS tva_5, t0.description AS description_6, t0.picture AS picture_7, t0.picture_alt AS picture_alt_8, t0.published AS published_9, t0.date_publication AS date_publication_10, t0.file AS file_11, t0.is_on_homepage AS is_on_homepage_12, t0.is_physical AS is_physical_13, t0.is_quantity AS is_quantity_14, t0.category_id AS category_id_15 FROM sewing t0 INNER JOIN sewing_sewing ON t0.id = sewing_sewing.sewing_target WHERE sewing_sewing.sewing_source = ?"
"params" => [1 => 5]
"types" => [1 => 1]
]
debug
Executing query:
"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"
doctrine
[
"sql" => "SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"
]
User Deprecated: Method "Swift_Transport_EsmtpHandler::getMailParams()" might add "array" as a native return type declaration in the future. Do the same in implementation "Swift_Transport_Esmtp_AuthHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Swift_Transport_EsmtpHandler::getRcptParams()" might add "array" as a native return type declaration in the future. Do the same in implementation "Swift_Transport_Esmtp_AuthHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Swift_Transport_Esmtp_Authenticator::authenticate()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Swift_Transport_Esmtp_Auth_CramMd5Authenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Swift_Transport_Esmtp_Authenticator::authenticate()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Swift_Transport_Esmtp_Auth_LoginAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Swift_Transport_Esmtp_Authenticator::authenticate()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Swift_Transport_Esmtp_Auth_PlainAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Swift_Transport_Esmtp_Authenticator::authenticate()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Swift_Transport_Esmtp_Auth_NTLMAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Swift_Transport::ping()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Swift_Transport_AbstractSmtpTransport" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Swift_OutputByteStream::setReadPointer()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Swift_Transport_StreamBuffer" now to avoid errors or add an explicit @return annotation to suppress this message.