Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Since doctrine/doctrine-bundle 2.13: Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement.
Since sonata-project/block-bundle 5.0: The "http_cache" option is deprecated and not doing anything anymore since sonata-project/block-bundle 5.0. It will be removed in 6.0.
Since api-platform/core 3.3: Setting the value of "use_symfony_listeners" will be mandatory in 4.0 as it will default to "false". Use "true" if you use Symfony Controllers or Event Listeners.
Since api-platform/core 3.3: The hydra: prefix will be removed in 4.0 by default, set "api_platform.serializer" or "serializer.default_context" to "hydra_prefix: true" to keep the current behavior.
Since symfony/dependency-injection 6.4: "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" is deprecated, use dependency injection in your fixtures instead.
The "Doctrine\Bundle\FixturesBundle\Loader\SymfonyBridgeLoader" class extends "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" that is deprecated since Symfony 6.4, use dependency injection in your fixtures instead.
User Deprecated: Since api-platform/symfony 4.1: The "api_platform.validator.query_parameter_validator" service is deprecated use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\ParameterValidator" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\ArrayItems" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Bounds" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Enum" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Length" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\MultipleOf" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Pattern" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Required" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: Injecting the "ApiPlatform\JsonSchema\TypeFactoryInterface" inside "ApiPlatform\JsonSchema\SchemaFactory" is deprecated and "ApiPlatform\JsonSchema\TypeFactoryInterface" will be removed in 4.x.
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:3258, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
"SELECT t0.match_path AS match_path_1, t0.redirect_path AS redirect_path_2, t0.status_code AS status_code_3, t0.active AS active_4, t0.id AS id_5, t0.channel_id AS channel_id_6 FROM redirect t0 WHERE t0.match_path = ? AND t0.channel_id = ? AND t0.active = ? LIMIT 1"
[
"sql" => "SELECT t0.match_path AS match_path_1, t0.redirect_path AS redirect_path_2, t0.status_code AS status_code_3, t0.active AS active_4, t0.id AS id_5, t0.channel_id AS channel_id_6 FROM redirect t0 WHERE t0.match_path = ? AND t0.channel_id = ? AND t0.active = ? LIMIT 1"
"params" => [1 => "/media/cache/resolve/large/files/catalogue/oem/hpe-857643-001-hdd-satasc-12715.png"
2 => 13 => 1]
"types" => [1 => 22 => 13 => 5]
]
debug
Executing statement:
"SELECT t0.match_path AS match_path_1, t0.redirect_path AS redirect_path_2, t0.status_code AS status_code_3, t0.type AS type_4, t0.legacy_data AS legacy_data_5, t0.notes AS notes_6, t0.node_path AS node_path_7, t0.active AS active_8, t0.id AS id_9, t0.channel_id AS channel_id_10 FROM legacy_redirect t0 WHERE t0.match_path = ? AND t0.channel_id = ? AND t0.active = ? LIMIT 1"
[
"sql" => "SELECT t0.match_path AS match_path_1, t0.redirect_path AS redirect_path_2, t0.status_code AS status_code_3, t0.type AS type_4, t0.legacy_data AS legacy_data_5, t0.notes AS notes_6, t0.node_path AS node_path_7, t0.active AS active_8, t0.id AS id_9, t0.channel_id AS channel_id_10 FROM legacy_redirect t0 WHERE t0.match_path = ? AND t0.channel_id = ? AND t0.active = ? LIMIT 1"
"params" => [1 => "/media/cache/resolve/large/files/catalogue/oem/hpe-857643-001-hdd-satasc-12715.png"
2 => 13 => 1]
"types" => [1 => 22 => 13 => 5]
]
deprecation
User Deprecated: Method Doctrine\ORM\Event\OnFlushEventArgs::getEntityManager() is deprecated and will be removed in Doctrine ORM 3.0. Use getObjectManager() instead. (OnFlushEventArgs.php:29 called by NodeGenDoctrineListener.php:111, https://github.com/doctrine/orm/issues/9875, package doctrine/orm)
Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image for path "files/catalogue/oem/hpe-857643-001-hdd-satasc-12715.png" could not be found" at ImagineController.php line 168