User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:136, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)
User Deprecated: Providing the property $uniqueConstraints on Doctrine\ORM\Mapping\Table does not have any effect and will be removed in Doctrine ORM 4.0. Please use the Doctrine\ORM\Mapping\UniqueConstraint attribute instead. (Table.php:36 called by PageContent.php:10, https://github.com/doctrine/orm/pull/11357, 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. "8.0.31" instead of "8". (AbstractMySQLDriver.php:94 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
"SELECT p0_.id AS id_0, p0_.page_key AS page_key_1, p0_.brand AS brand_2, p0_.simulator_gdprnotes AS simulator_gdprnotes_3, p0_.simulator_notes AS simulator_notes_4, p0_.faq_title AS faq_title_5, p0_.footer_title AS footer_title_6, p0_.contact_label_step1 AS contact_label_step1_7, p0_.contact_label_step2 AS contact_label_step2_8, p0_.cookies_notes AS cookies_notes_9, p0_.asterisk_footnotes AS asterisk_footnotes_10, p0_.numbers_footnotes AS numbers_footnotes_11, p0_.asterisk_footnotes_step2 AS asterisk_footnotes_step2_12, p0_.numbers_footnotes_step2 AS numbers_footnotes_step2_13, p0_.guide AS guide_14, p0_.show_sticky_desktop AS show_sticky_desktop_15, p0_.show_sticky_mobile AS show_sticky_mobile_16, p0_.guide_slug AS guide_slug_17, p0_.created_at AS created_at_18, p0_.updated_at AS updated_at_19 FROM page_content p0_ WHERE p0_.page_key = ? AND p0_.brand = ?"
(parameters:
[1 => "STD"
2 => "BP"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.page_key AS page_key_1, p0_.brand AS brand_2, p0_.simulator_gdprnotes AS simulator_gdprnotes_3, p0_.simulator_notes AS simulator_notes_4, p0_.faq_title AS faq_title_5, p0_.footer_title AS footer_title_6, p0_.contact_label_step1 AS contact_label_step1_7, p0_.contact_label_step2 AS contact_label_step2_8, p0_.cookies_notes AS cookies_notes_9, p0_.asterisk_footnotes AS asterisk_footnotes_10, p0_.numbers_footnotes AS numbers_footnotes_11, p0_.asterisk_footnotes_step2 AS asterisk_footnotes_step2_12, p0_.numbers_footnotes_step2 AS numbers_footnotes_step2_13, p0_.guide AS guide_14, p0_.show_sticky_desktop AS show_sticky_desktop_15, p0_.show_sticky_mobile AS show_sticky_mobile_16, p0_.guide_slug AS guide_slug_17, p0_.created_at AS created_at_18, p0_.updated_at AS updated_at_19 FROM page_content p0_ WHERE p0_.page_key = ? AND p0_.brand = ?"
"params" => [1 => "STD"
2 => "BP"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT f0_.id AS id_0, f0_.page_key AS page_key_1, f0_.brand AS brand_2, f0_.dom_id AS dom_id_3, f0_.position AS position_4, f0_.question AS question_5, f0_.answer AS answer_6, f0_.step1 AS step1_7, f0_.step2 AS step2_8, f0_.created_at AS created_at_9, f0_.updated_at AS updated_at_10 FROM faq f0_ WHERE f0_.page_key LIKE ? AND f0_.brand LIKE ? AND (f0_.step1 = 1 OR f0_.step2 = 1) ORDER BY f0_.position ASC"
(parameters:
[1 => "%"STD"%"
2 => "%"BP"%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT f0_.id AS id_0, f0_.page_key AS page_key_1, f0_.brand AS brand_2, f0_.dom_id AS dom_id_3, f0_.position AS position_4, f0_.question AS question_5, f0_.answer AS answer_6, f0_.step1 AS step1_7, f0_.step2 AS step2_8, f0_.created_at AS created_at_9, f0_.updated_at AS updated_at_10 FROM faq f0_ WHERE f0_.page_key LIKE ? AND f0_.brand LIKE ? AND (f0_.step1 = 1 OR f0_.step2 = 1) ORDER BY f0_.position ASC"
"params" => [1 => "%"STD"%"
2 => "%"BP"%"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.brand AS brand_2, t0.header_notes1 AS header_notes1_3, t0.header_notes2 AS header_notes2_4, t0.simulator_notes AS simulator_notes_5, t0.guide AS guide_6, t0.guide_slug AS guide_slug_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM default_content t0 WHERE t0.brand = ? LIMIT 1"
(parameters:
[1 => "BP"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.brand AS brand_2, t0.header_notes1 AS header_notes1_3, t0.header_notes2 AS header_notes2_4, t0.simulator_notes AS simulator_notes_5, t0.guide AS guide_6, t0.guide_slug AS guide_slug_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM default_content t0 WHERE t0.brand = ? LIMIT 1"
"params" => [1 => "BP"
]
"types" => [1 => 2]
]