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: Support for MySQL < 8 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:75 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal)
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.slug AS slug_4, t0.is_active AS is_active_5, t0.settings AS settings_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.type_id AS type_id_9 FROM categories t0 WHERE t0.slug = ? LIMIT 1"
User Deprecated: Since symfony/var-exporter 7.3: The "Symfony\Component\VarExporter\LazyGhostTrait" trait is deprecated, use native lazy objects instead.
"SELECT a0_.id AS id_0, a0_.tytul AS tytul_1, a0_.slug AS slug_2, a0_.naglowek AS naglowek_3, a0_.tresc AS tresc_4, a0_.http_header AS http_header_5, a0_.tagi AS tagi_6, a0_.data_utworzenia AS data_utworzenia_7, a0_.data_publikacji AS data_publikacji_8, a0_.wazny_do AS wazny_do_9, a0_.widoczna AS widoczna_10, a0_.kategoria_id AS kategoria_id_11, a0_.czlonek_id AS czlonek_id_12, a0_.user_id AS user_id_13, a0_.image_id AS image_id_14 FROM aktualnosci a0_ WHERE a0_.kategoria_id = ? AND a0_.widoczna IN (?, ?) ORDER BY a0_.data_publikacji DESC LIMIT 25"
[
"sql" => "SELECT a0_.id AS id_0, a0_.tytul AS tytul_1, a0_.slug AS slug_2, a0_.naglowek AS naglowek_3, a0_.tresc AS tresc_4, a0_.http_header AS http_header_5, a0_.tagi AS tagi_6, a0_.data_utworzenia AS data_utworzenia_7, a0_.data_publikacji AS data_publikacji_8, a0_.wazny_do AS wazny_do_9, a0_.widoczna AS widoczna_10, a0_.kategoria_id AS kategoria_id_11, a0_.czlonek_id AS czlonek_id_12, a0_.user_id AS user_id_13, a0_.image_id AS image_id_14 FROM aktualnosci a0_ WHERE a0_.kategoria_id = ? AND a0_.widoczna IN (?, ?) ORDER BY a0_.data_publikacji DESC LIMIT 25"
"params" => [1 => 112 => 23 => 3]
"types" => [1 => Doctrine\DBAL\ParameterType {#612
+name: "INTEGER"
}
2 => Doctrine\DBAL\ParameterType {#612}
3 => Doctrine\DBAL\ParameterType {#612}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.nazwa AS nazwa_2, t0.mime_type AS mime_type_3, t0.file_path AS file_path_4, t0.title AS title_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.file_size AS file_size_9, t0.height AS height_10, t0.width AS width_11, t0.user_id AS user_id_12 FROM images t0 WHERE t0.id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.nazwa AS nazwa_2, t0.mime_type AS mime_type_3, t0.file_path AS file_path_4, t0.title AS title_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.file_size AS file_size_9, t0.height AS height_10, t0.width AS width_11, t0.user_id AS user_id_12 FROM images t0 WHERE t0.id = ?"
"params" => [1 => 44]
"types" => [1 => Doctrine\DBAL\ParameterType {#612
+name: "INTEGER"
}
]
]
deprecation
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 UserProfile.php:10, https://github.com/doctrine/orm/pull/11357, package doctrine/orm)