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 b0_.id AS id_0, b0_.title AS title_1, b0_.date_publication AS date_publication_2, b0_.content AS content_3, b0_.file AS file_4, b0_.published AS published_5, b0_.intro AS intro_6, b0_.picture AS picture_7, b0_.picture_alt AS picture_alt_8, b0_.meta_description AS meta_description_9, b0_.frontpage AS frontpage_10, b0_.text_file AS text_file_11, b0_.category_id AS category_id_12 FROM blog_article b0_ WHERE b0_.frontpage = 1 AND b0_.published = 1 AND b0_.date_publication <= CURRENT_DATE"
doctrine
[
"sql" => "SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.date_publication AS date_publication_2, b0_.content AS content_3, b0_.file AS file_4, b0_.published AS published_5, b0_.intro AS intro_6, b0_.picture AS picture_7, b0_.picture_alt AS picture_alt_8, b0_.meta_description AS meta_description_9, b0_.frontpage AS frontpage_10, b0_.text_file AS text_file_11, b0_.category_id AS category_id_12 FROM blog_article b0_ WHERE b0_.frontpage = 1 AND b0_.published = 1 AND b0_.date_publication <= CURRENT_DATE"
]
debug
Executing query:
"SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.level AS level_2, s0_.price_ht AS price_ht_3, s0_.tva AS tva_4, s0_.description AS description_5, s0_.picture AS picture_6, s0_.picture_alt AS picture_alt_7, s0_.published AS published_8, s0_.date_publication AS date_publication_9, s0_.file AS file_10, s0_.is_on_homepage AS is_on_homepage_11, s0_.is_physical AS is_physical_12, s0_.is_quantity AS is_quantity_13, s0_.category_id AS category_id_14 FROM sewing s0_ WHERE s0_.published = 1 AND s0_.date_publication <= CURRENT_DATE AND s0_.is_on_homepage = 1"
doctrine
[
"sql" => "SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.level AS level_2, s0_.price_ht AS price_ht_3, s0_.tva AS tva_4, s0_.description AS description_5, s0_.picture AS picture_6, s0_.picture_alt AS picture_alt_7, s0_.published AS published_8, s0_.date_publication AS date_publication_9, s0_.file AS file_10, s0_.is_on_homepage AS is_on_homepage_11, s0_.is_physical AS is_physical_12, s0_.is_quantity AS is_quantity_13, s0_.category_id AS category_id_14 FROM sewing s0_ WHERE s0_.published = 1 AND s0_.date_publication <= CURRENT_DATE AND s0_.is_on_homepage = 1"
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.rating AS rating_2, t0.comment AS comment_3, t0.date AS date_4, t0.formation_id AS formation_id_5, t0.client_id AS client_id_6 FROM formation_review t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.rating AS rating_2, t0.comment AS comment_3, t0.date AS date_4, t0.formation_id AS formation_id_5, t0.client_id AS client_id_6 FROM formation_review t0"
]
debug
Executing query:
"SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.introduction AS introduction_2, f0_.description AS description_3, f0_.meta_description AS meta_description_4, f0_.picture AS picture_5, f0_.picture_alt AS picture_alt_6, f0_.price_ht AS price_ht_7, f0_.tva AS tva_8, f0_.is_published AS is_published_9, f0_.iframe AS iframe_10, f0_.level_id AS level_id_11 FROM formation f0_ WHERE f0_.is_published = 1 ORDER BY f0_.id DESC LIMIT 3"
doctrine
[
"sql" => "SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.introduction AS introduction_2, f0_.description AS description_3, f0_.meta_description AS meta_description_4, f0_.picture AS picture_5, f0_.picture_alt AS picture_alt_6, f0_.price_ht AS price_ht_7, f0_.tva AS tva_8, f0_.is_published AS is_published_9, f0_.iframe AS iframe_10, f0_.level_id AS level_id_11 FROM formation f0_ WHERE f0_.is_published = 1 ORDER BY f0_.id DESC LIMIT 3"
]
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.firstname AS firstname_2, t0.lastname AS lastname_3, t0.address AS address_4, t0.postcode AS postcode_5, t0.city AS city_6, t0.phone AS phone_7, t0.user_id AS user_id_8 FROM client t0 WHERE t0.id = ?"
(parameters:
[1 => 3]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.firstname AS firstname_2, t0.lastname AS lastname_3, t0.address AS address_4, t0.postcode AS postcode_5, t0.city AS city_6, t0.phone AS phone_7, t0.user_id AS user_id_8 FROM client t0 WHERE t0.id = ?"
"params" => [1 => 3]
"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.