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_ LEFT JOIN blog_category b1_ ON b0_.category_id = b1_.id WHERE b0_.published = 1 AND b0_.date_publication <= CURRENT_DATE AND b1_.id = ? ORDER BY b0_.date_publication DESC LIMIT 10"
(parameters:
[1 => "1"
]
, types:
[1 => 2]
)
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_ LEFT JOIN blog_category b1_ ON b0_.category_id = b1_.id WHERE b0_.published = 1 AND b0_.date_publication <= CURRENT_DATE AND b1_.id = ? ORDER BY b0_.date_publication DESC LIMIT 10"
"params" => [1 => "1"
]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3 FROM blog_category t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3 FROM blog_category t0"
]
debug
Executing statement:
"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_ LEFT JOIN blog_category b1_ ON b0_.category_id = b1_.id WHERE b0_.published = 1 AND b0_.date_publication <= CURRENT_DATE AND b1_.id = ?"
(parameters:
[1 => "1"
]
, types:
[1 => 2]
)
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_ LEFT JOIN blog_category b1_ ON b0_.category_id = b1_.id WHERE b0_.published = 1 AND b0_.date_publication <= CURRENT_DATE AND b1_.id = ?"
"params" => [1 => "1"
]
"types" => [1 => 2]
]
debug
Executing statement:
"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_ LEFT JOIN blog_category b1_ ON b0_.category_id = b1_.id WHERE b0_.published = 1 AND b0_.date_publication <= CURRENT_DATE AND b1_.id = ?"
(parameters:
[1 => "1"
]
, types:
[1 => 2]
)
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_ LEFT JOIN blog_category b1_ ON b0_.category_id = b1_.id WHERE b0_.published = 1 AND b0_.date_publication <= CURRENT_DATE AND b1_.id = ?"
"params" => [1 => "1"
]
"types" => [1 => 2]
]
debug
Executing query:
"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 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 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.