Exceptions
Exception
Symfony\Component\HttpKernel\Exception\ NotFoundHttpException
Show exception properties
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1204 -statusCode: 404 -headers: [] }
in
src/PrestaShopBundle/Routing/LegacyRouterChecker.php
(line 60)
if ($isModule) {$moduleName = $tab->getModule();$controllers = Dispatcher::getControllers(_PS_MODULE_DIR_ . $moduleName . '/controllers/admin/');if (!isset($controllers[strtolower($queryController)])) {throw new NotFoundHttpException(sprintf('Controller %s was not found. It belonged to module %s, make sure it is still installed.',$queryController,$moduleName));} else {
in
var/cache/dev/admin/url_matching_routes.php
->
check
(line 1427)
],static function ($condition, $context, $request, $params) { // $checkConditionswitch ($condition) {case 1: return $request->isXmlHttpRequest();case 2: return (($request->getMethod() == "GET") && (!$request->query->has("controller")));case 3: return ($context->getParameter('_functions')->get('service')("PrestaShopBundle\\Routing\\LegacyRouterChecker"))->check($request);}},];
in
vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php
::
{closure}
(line 101)
$hostMatches['_route'] = $ret['_route'];$ret = $this->mergeDefaults($hostMatches, $ret);}}if ($condition && !($this->checkCondition)($condition, $context, 0 < $condition ? $request ??= $this->request ?: $this->createRequest($pathinfo) : null, $ret)) {continue;}if ('/' !== $pathinfo && $hasTrailingSlash === ($trimmedPathinfo === $pathinfo)) {if ($supportsRedirections && (!$requiredMethods || isset($requiredMethods['GET']))) {
in
vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php
->
doMatch
(line 38)
private ?\Closure $checkCondition;public function match(string $pathinfo): array{$allow = $allowSchemes = [];if ($ret = $this->doMatch($pathinfo, $allow, $allowSchemes)) {return $ret;}if ($allow) {throw new MethodNotAllowedException(array_keys($allow));}
in
vendor/symfony/routing/Matcher/UrlMatcher.php
->
match
(line 97)
public function matchRequest(Request $request): array{$this->request = $request;$ret = $this->match($request->getPathInfo());$this->request = null;return $ret;}
in
vendor/symfony/routing/Router.php
->
matchRequest
(line 237)
if (!$matcher instanceof RequestMatcherInterface) {// fallback to the default UrlMatcherInterfacereturn $matcher->match($request->getPathInfo());}return $matcher->matchRequest($request);}/*** Gets the UrlMatcher or RequestMatcher instance associated with this Router.*/
in
vendor/symfony/http-kernel/EventListener/RouterListener.php
->
matchRequest
(line 105)
// add attributes based on the request (routing)try {// matching a request is more powerful than matching a URL path + context, so try that firstif ($this->matcher instanceof RequestMatcherInterface) {$parameters = $this->matcher->matchRequest($request);} else {$parameters = $this->matcher->match($request->getPathInfo());}$this->logger?->info('Matched route "{route}".', [
in
vendor/symfony/event-dispatcher/EventDispatcher.php
->
onKernelRequest
(line 260)
$closure = static function (...$args) use (&$listener, &$closure) {if ($listener[0] instanceof \Closure) {$listener[0] = $listener[0]();$listener[1] ??= '__invoke';}($closure = $listener(...))(...$args);};} else {$closure = $listener instanceof WrappedListener ? $listener : $listener(...);}}
in
vendor/symfony/event-dispatcher/EventDispatcher.php
::
Symfony\Component\EventDispatcher\{closure}
(line 220)
foreach ($listeners as $listener) {if ($stoppable && $event->isPropagationStopped()) {break;}$listener($event, $eventName, $this);}}/*** Sorts the internal list of listeners for the given event by priority.
in
vendor/symfony/event-dispatcher/EventDispatcher.php
->
callListeners
(line 56)
} else {$listeners = $this->getListeners($eventName);}if ($listeners) {$this->callListeners($listeners, $eventName, $event);}return $event;}
in
vendor/symfony/http-kernel/HttpKernel.php
->
dispatch
(line 157)
*/private function handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response{// request$event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);if ($event->hasResponse()) {return $this->filterResponse($event->getResponse(), $request, $type);}
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);$response = null;try {return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {if ($e instanceof \Error && !$this->handleAllThrowables) {throw $e;}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 197)
$this->boot();++$this->requestStackSize;$this->resetServices = true;try {return $this->getHttpKernel()->handle($request, $type, $catch);} finally {--$this->requestStackSize;}}
*/Dispatcher::setRequest($request);Request::setTrustedProxies([], Request::HEADER_X_FORWARDED_FOR | Request::HEADER_X_FORWARDED_HOST | Request::HEADER_X_FORWARDED_PORT | Request::HEADER_X_FORWARDED_PROTO);$response = $kernel->handle($request, HttpKernelInterface::MAIN_REQUEST, true);$response->send();$kernel->terminate($request, $response);
Logs
| Level | Channel | Message |
|---|---|---|
| INFO 16:25:56 | php |
User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Doctrine\Bundle\DoctrineBundle\DoctrineBundle" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::boot()" might add "void" as a native return type declaration in the future. Do the same in child class "Doctrine\Bundle\DoctrineBundle\DoctrineBundle" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::shutdown()" might add "void" as a native return type declaration in the future. Do the same in child class "Doctrine\Bundle\DoctrineBundle\DoctrineBundle" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::registerCommands()" might add "void" as a native return type declaration in the future. Do the same in child class "Doctrine\Bundle\DoctrineBundle\DoctrineBundle" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "PrestaShop\TranslationToolsBundle\TranslationToolsBundle" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: The "PrestaShopBundle\Routing\AnonymousRouteProvider::warmUp()" method will require a new "string|null $buildDir" argument in the next major version of its interface "Symfony\Component\HttpKernel\CacheWarmer\WarmableInterface", not defining it is deprecated. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\EventListener\Admin\Context\LanguageContextSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\EventListener\Admin\Context\EmployeeContextSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\EventListener\Admin\Context\ShopContextSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Since symfony/doctrine-bridge 6.4: "Symfony\Bridge\Doctrine\Logger\DbalLogger" is deprecated, use a middleware instead. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: DebugStack is deprecated. (DebugStack.php:41 called by AdminKernelDevDebugContainer.php:3483, https://github.com/doctrine/dbal/pull/4967, package doctrine/dbal) {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Not configuring a schema manager factory is deprecated. Use Doctrine\DBAL\Schema\DefaultSchemaManagerFactory which is going to be the default in DBAL 4. (Connection.php:227 called by DriverManager.php:197, https://github.com/doctrine/dbal/issues/5812, package doctrine/dbal) {
"exception": {}
}
|
| INFO 16:25:56 | doctrine |
Connecting with parameters {params} {
"params": {
"driver": "pdo_mysql",
"host": "127.0.0.1",
"port": "",
"dbname": "markaklt_mijora_ps91",
"user": "mijora",
"password": "<redacted>",
"charset": "utf8mb4",
"driverOptions": {
"1002": "SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))",
"1013": false
},
"wrapperClass": "PrestaShopBundle\\Doctrine\\DatabaseConnection",
"defaultTableOptions": []
}
}
|
| INFO 16:25:56 | php |
User Deprecated: Since symfony/doctrine-bridge 6.3: The "Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber" class is deprecated. Use "Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaListener" instead. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Since symfony/doctrine-bridge 6.3: The "Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber" class is deprecated. Use "Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaListener" instead. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Since symfony/doctrine-bridge 6.3: The "Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber" class is deprecated. Use "Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaListener" instead. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\EventListener\Admin\Context\CurrencyContextSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\EventListener\Admin\Context\CountryContextSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:56 | request |
Matched route "_profiler". {
"route": "_profiler",
"route_parameters": {
"_route": "_profiler",
"_controller": "web_profiler.controller.profiler::panelAction",
"token": "fe7c45"
},
"request_uri": "https://ps91.mijora.markak.lt/admin921a53syffhxeukt2i9/_profiler/fe7c45",
"method": "GET"
}
|
| INFO 16:25:56 | php |
User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Since api-platform/symfony 4.1: The "api_platform.validator.query_parameter_validator" service is deprecated use "\ApiPlatform\Metadata\Parameter::$constraints" instead. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\ParameterValidator" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\ArrayItems" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Bounds" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Enum" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Length" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\MultipleOf" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Pattern" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Required" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:68 called by AdminKernelDevDebugContainer.php:5394, https://github.com/doctrine/orm/issues/10098, package doctrine/orm) {
"exception": {}
}
|
| INFO 16:25:56 | php |
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 also with the AnnotationDriver today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AnnotationDriver.php:79 called by AdminKernelDevDebugContainer.php:5394, https://github.com/doctrine/orm/pull/10455, package doctrine/orm) {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Doctrine\ORM\EntityManager::create() is deprecated. To bootstrap a DBAL connection, call Doctrine\DBAL\DriverManager::getConnection() instead. Use the constructor to create an instance of Doctrine\ORM\EntityManager. (EntityManager.php:1001 called by AdminKernelDevDebugContainer.php:3510, https://github.com/doctrine/orm/pull/9961, package doctrine/orm) {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Doctrine\DBAL\Connection::getEventManager is deprecated. (Connection.php:302 called by EntityManager.php:166, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal) {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:169 called by EntityManager.php:181, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm) {
"exception": {}
}
|
| DEBUG 16:25:56 | doctrine |
Executing statement: SELECT t0.id_lang AS id_lang_1, t0.name AS name_2, t0.active AS active_3, t0.iso_code AS iso_code_4, t0.language_code AS language_code_5, t0.locale AS locale_6, t0.date_format_lite AS date_format_lite_7, t0.date_format_full AS date_format_full_8, t0.is_rtl AS is_rtl_9 FROM mkdev_lang t0 WHERE t0.id_lang = ? (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id_lang AS id_lang_1, t0.name AS name_2, t0.active AS active_3, t0.iso_code AS iso_code_4, t0.language_code AS language_code_5, t0.locale AS locale_6, t0.date_format_lite AS date_format_lite_7, t0.date_format_full AS date_format_full_8, t0.is_rtl AS is_rtl_9 FROM mkdev_lang t0 WHERE t0.id_lang = ?",
"params": {
"1": "1"
},
"types": {
"1": 1
}
}
|
| INFO 16:25:56 | php |
User Deprecated: Method "Symfony\Component\Validator\Constraint::getTargets()" might add "string|array" as a native return type declaration in the future. Do the same in child class "PrestaShopBundle\Translation\Constraints\PassVsprintf" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:56 | php |
User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\Entity\Employee\Employee" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| DEBUG 16:25:56 | doctrine |
Executing query: SELECT s.id_shop FROM mkdev_shop s {
"sql": "SELECT s.id_shop FROM mkdev_shop s"
}
|
| INFO 16:25:56 | php |
User Deprecated: The "ApiPlatform\JsonSchema\ResourceMetadataTrait" trait is considered internal. It may change without further notice. You should not use it from "PrestaShopBundle\ApiPlatform\OpenApi\Factory\CQRSOpenApiFactory". {
"exception": {}
}
|
| INFO 16:25:57 | php |
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. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: The "Symfony\Component\Serializer\Normalizer\ObjectNormalizer" class is considered final since Symfony 6.3. It may change without further notice as of its next major version. You should not extend it from "PrestaShopBundle\ApiPlatform\Normalizer\CQRSApiNormalizer". {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in child class "PrestaShopBundle\ApiPlatform\Normalizer\CQRSApiNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::supportsDenormalization()" might add "bool" as a native return type declaration in the future. Do the same in child class "PrestaShopBundle\ApiPlatform\Normalizer\CQRSApiNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::supportsNormalization()" might add "bool" as a native return type declaration in the future. Do the same in child class "PrestaShopBundle\ApiPlatform\Normalizer\CQRSApiNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::instantiateObject()" might add "object" as a native return type declaration in the future. Do the same in child class "PrestaShopBundle\ApiPlatform\Normalizer\CQRSApiNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: The "Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalizeParameter()" method is considered internal. It may change without further notice. You should not extend it from "PrestaShopBundle\ApiPlatform\Normalizer\CQRSApiNormalizer". {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: The "Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::createChildContext()" method is considered internal. It may change without further notice. You should not extend it from "PrestaShopBundle\ApiPlatform\Normalizer\CQRSApiNormalizer". {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\ObjectNormalizer::setAttributeValue()" might add "void" as a native return type declaration in the future. Do the same in child class "PrestaShopBundle\ApiPlatform\Normalizer\CQRSApiNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\ApiPlatform\Normalizer\ShopConstraintNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: The "PrestaShopBundle\ApiPlatform\Normalizer\ShopConstraintNormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\DenormalizerInterface", not defining it is deprecated. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\ApiPlatform\Normalizer\ShopConstraintNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize()" might add "array|string|int|float|bool|\ArrayObject|null" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\ApiPlatform\Normalizer\ShopConstraintNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: The "PrestaShopBundle\ApiPlatform\Normalizer\ShopConstraintNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\ApiPlatform\Normalizer\ShopConstraintNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: The "PrestaShop\Module\APIResources\ApiPlatform\Normalizer\CartAddressNormalizer" class implements "Symfony\Component\Serializer\Normalizer\ContextAwareNormalizerInterface" that is deprecated since symfony/serializer 6.1, use NormalizerInterface instead. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Class "PrestaShop\Module\APIResources\ApiPlatform\Normalizer\CartAddressNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array". {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: The "PrestaShop\Module\APIResources\ApiPlatform\Normalizer\StateIdInterfaceNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: The "PrestaShop\Module\APIResources\ApiPlatform\Normalizer\StateIdInterfaceNormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\DenormalizerInterface", not defining it is deprecated. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: The "PrestaShop\Module\APIResources\ApiPlatform\Normalizer\CountryIdNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: The "PrestaShop\Module\APIResources\ApiPlatform\Normalizer\CountryIdNormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\DenormalizerInterface", not defining it is deprecated. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\ApiPlatform\Normalizer\DateImmutableNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: The "PrestaShopBundle\ApiPlatform\Normalizer\DateImmutableNormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\DenormalizerInterface", not defining it is deprecated. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\ApiPlatform\Normalizer\DateImmutableNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: The "PrestaShopBundle\ApiPlatform\Normalizer\DateImmutableNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\ApiPlatform\Normalizer\DateImmutableNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\ApiPlatform\Normalizer\DateTimeImmutableNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: The "PrestaShopBundle\ApiPlatform\Normalizer\DateTimeImmutableNormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\DenormalizerInterface", not defining it is deprecated. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\ApiPlatform\Normalizer\DateTimeImmutableNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize()" might add "array|string|int|float|bool|\ArrayObject|null" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\ApiPlatform\Normalizer\DateTimeImmutableNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: The "PrestaShopBundle\ApiPlatform\Normalizer\DateTimeImmutableNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\ApiPlatform\Normalizer\DateTimeImmutableNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\ApiPlatform\Normalizer\DecimalNumberNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: The "PrestaShopBundle\ApiPlatform\Normalizer\DecimalNumberNormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\DenormalizerInterface", not defining it is deprecated. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\ApiPlatform\Normalizer\DecimalNumberNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize()" might add "array|string|int|float|bool|\ArrayObject|null" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\ApiPlatform\Normalizer\DecimalNumberNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: The "PrestaShopBundle\ApiPlatform\Normalizer\DecimalNumberNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\ApiPlatform\Normalizer\DecimalNumberNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\ApiPlatform\Normalizer\UploadedFileNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: The "PrestaShopBundle\ApiPlatform\Normalizer\UploadedFileNormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\DenormalizerInterface", not defining it is deprecated. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\ApiPlatform\Normalizer\UploadedFileNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize()" might add "array|string|int|float|bool|\ArrayObject|null" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\ApiPlatform\Normalizer\UploadedFileNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: The "PrestaShopBundle\ApiPlatform\Normalizer\UploadedFileNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\ApiPlatform\Normalizer\UploadedFileNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\ApiPlatform\Normalizer\ValueObjectNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: The "PrestaShopBundle\ApiPlatform\Normalizer\ValueObjectNormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\DenormalizerInterface", not defining it is deprecated. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\ApiPlatform\Normalizer\ValueObjectNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize()" might add "array|string|int|float|bool|\ArrayObject|null" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\ApiPlatform\Normalizer\ValueObjectNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: The "PrestaShopBundle\ApiPlatform\Normalizer\ValueObjectNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\ApiPlatform\Normalizer\ValueObjectNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "PrestaShop\Module\APIResources\ApiPlatform\Normalizer\GenerateCombinationsSerializer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: The "PrestaShop\Module\APIResources\ApiPlatform\Normalizer\GenerateCombinationsSerializer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\DenormalizerInterface", not defining it is deprecated. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "PrestaShop\Module\APIResources\ApiPlatform\Normalizer\GenerateCombinationsSerializer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: The "PrestaShopBundle\ApiPlatform\Serializer\CQRSApiSerializer" class implements "Symfony\Component\Serializer\Normalizer\ContextAwareNormalizerInterface" that is deprecated since symfony/serializer 6.1, use NormalizerInterface instead. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Class "PrestaShopBundle\ApiPlatform\Serializer\CQRSApiSerializer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array". {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: The "PrestaShopBundle\ApiPlatform\Serializer\CQRSApiSerializer" class implements "Symfony\Component\Serializer\Normalizer\ContextAwareDenormalizerInterface" that is deprecated since symfony/serializer 6.1, use DenormalizerInterface instead. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Class "PrestaShopBundle\ApiPlatform\Serializer\CQRSApiSerializer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array". {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Encoder\DecoderInterface::decode()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\ApiPlatform\Serializer\CQRSApiSerializer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\ApiPlatform\Serializer\CQRSApiSerializer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize()" might add "array|string|int|float|bool|\ArrayObject|null" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\ApiPlatform\Serializer\CQRSApiSerializer" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\EventListener\Admin\Context\LegacyControllerContextSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\Twig\ContextIsoCodeProviderExtension" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\Twig\Extension\ColorBrightnessCalculatorExtension" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\Twig\Extension\DocumentationLinkExtension" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\Twig\Extension\EntitySearchExtension" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\Twig\Extension\GridExtension" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Twig\Extension\ExtensionInterface::getTests()" might add "array" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\Twig\Extension\GridExtension" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\Twig\Extension\LocalizationExtension" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\Twig\Extension\NumberExtension" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Twig\Extension\ExtensionInterface::getTokenParsers()" might add "array" as a native return type declaration in the future. Do the same in implementation "PrestaShop\TranslationToolsBundle\Twig\Extension\TranslationExtension" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Twig\Extension\ExtensionInterface::getNodeVisitors()" might add "array" as a native return type declaration in the future. Do the same in implementation "PrestaShop\TranslationToolsBundle\Twig\Extension\TranslationExtension" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "PrestaShop\TranslationToolsBundle\Twig\Extension\TranslationExtension" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Twig\Extension\ExtensionInterface::getTests()" might add "array" as a native return type declaration in the future. Do the same in implementation "PrestaShop\TranslationToolsBundle\Twig\Extension\TranslationExtension" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "PrestaShop\TranslationToolsBundle\Twig\Extension\TranslationExtension" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Twig\Extension\ExtensionInterface::getOperators()" might add "array" as a native return type declaration in the future. Do the same in implementation "PrestaShop\TranslationToolsBundle\Twig\Extension\TranslationExtension" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: The "PrestaShop\TranslationToolsBundle\Twig\NodeVisitor\TranslationNodeVisitor" class extends "Twig\NodeVisitor\AbstractNodeVisitor" that is deprecated since Twig 3.9 (to be removed in 4.0). {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Twig\NodeVisitor\AbstractNodeVisitor::doEnterNode()" might add "Node" as a native return type declaration in the future. Do the same in child class "PrestaShop\TranslationToolsBundle\Twig\NodeVisitor\TranslationNodeVisitor" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Doctrine\ORM\Query\AST\Functions\FunctionNode::parse()" might add "void" as a native return type declaration in the future. Do the same in child class "DoctrineExtensions\Query\Mysql\Binary" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Doctrine\ORM\Query\AST\Functions\FunctionNode::getSql()" might add "string" as a native return type declaration in the future. Do the same in child class "DoctrineExtensions\Query\Mysql\Binary" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| DEBUG 16:25:57 | doctrine |
Executing statement: SELECT m0_.id_tab AS id_tab_0, m0_.class_name AS class_name_1 FROM mkdev_tab m0_ WHERE m0_.class_name = BINARY(?) AND m0_.id_tab <> 0 (parameters: {params}, types: {types}) {
"sql": "SELECT m0_.id_tab AS id_tab_0, m0_.class_name AS class_name_1 FROM mkdev_tab m0_ WHERE m0_.class_name = BINARY(?) AND m0_.id_tab <> 0",
"params": {
"1": "Admin"
},
"types": {
"1": 2
}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Bridge\Doctrine\DataCollector\DoctrineDataCollector::collect()" might add "void" as a native return type declaration in the future. Do the same in child class "Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Since symfony/doctrine-bridge 6.4: Not passing an instance of "Symfony\Bridge\Doctrine\Middleware\Debug\DebugDataHolder" as "$debugDataHolder" to "Symfony\Bridge\Doctrine\DataCollector\DoctrineDataCollector::__construct()" is deprecated. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Since symfony/doctrine-bridge 6.4: "Symfony\Bridge\Doctrine\DataCollector\DoctrineDataCollector::addLogger()" is deprecated. Pass an instance of "Symfony\Bridge\Doctrine\Middleware\Debug\DebugDataHolder" to the constructor instead. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: The "Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector" class is considered final. It may change without further notice as of its next major version. You should not extend it from "PrestaShopBundle\DataCollector\ConfigDataCollector". {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface::collect()" might add "void" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\DataCollector\HookDataCollector" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\HttpKernel\DataCollector\DataCollector::reset()" might add "void" as a native return type declaration in the future. Do the same in child class "PrestaShopBundle\DataCollector\HookDataCollector" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\DataCollector\HookDataCollector" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface::collect()" might add "void" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\DataCollector\CommandsAndQueriesDataCollector" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\DataCollector\CommandsAndQueriesDataCollector" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\HttpKernel\DataCollector\DataCollector::reset()" might add "void" as a native return type declaration in the future. Do the same in child class "PrestaShopBundle\DataCollector\CommandsAndQueriesDataCollector" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface::collect()" might add "void" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\DataCollector\LegacyCollector" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\DataCollector\LegacyCollector" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\HttpKernel\DataCollector\DataCollector::reset()" might add "void" as a native return type declaration in the future. Do the same in child class "PrestaShopBundle\DataCollector\LegacyCollector" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "PrestaShopBundle\EventListener\ActionDispatcherLegacyHooksSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: The "PrestaShopBundle\Controller\ArgumentResolver\FiltersBuilderResolver" class implements "Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface" that is deprecated since Symfony 6.2, implement ValueResolverInterface instead. {
"exception": {}
}
|
| INFO 16:25:57 | php |
User Deprecated: Method "Doctrine\Common\Collections\Collection::set()" might add "void" as a native return type declaration in the future. Do the same in implementation "PrestaShop\PrestaShop\Core\Data\AbstractTypedCollection" now to avoid errors or add an explicit @return annotation to suppress this message. {
"exception": {}
}
|
Stack Trace
|
NotFoundHttpException
|
|---|
Symfony\Component\HttpKernel\Exception\NotFoundHttpException:
Controller HOME was not found. It belonged to module ps_classic_edition, make sure it is still installed.
at src/PrestaShopBundle/Routing/LegacyRouterChecker.php:60
at PrestaShopBundle\Routing\LegacyRouterChecker->check()
(var/cache/dev/admin/url_matching_routes.php:1427)
at Symfony\Component\Routing\Router::{closure}()
(vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:101)
at Symfony\Component\Routing\Matcher\CompiledUrlMatcher->doMatch()
(vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:38)
at Symfony\Component\Routing\Matcher\CompiledUrlMatcher->match()
(vendor/symfony/routing/Matcher/UrlMatcher.php:97)
at Symfony\Component\Routing\Matcher\UrlMatcher->matchRequest()
(vendor/symfony/routing/Router.php:237)
at Symfony\Component\Routing\Router->matchRequest()
(vendor/symfony/http-kernel/EventListener/RouterListener.php:105)
at Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest()
(vendor/symfony/event-dispatcher/EventDispatcher.php:260)
at Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure}()
(vendor/symfony/event-dispatcher/EventDispatcher.php:220)
at Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
(vendor/symfony/event-dispatcher/EventDispatcher.php:56)
at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
(vendor/symfony/http-kernel/HttpKernel.php:157)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
(vendor/symfony/http-kernel/HttpKernel.php:76)
at Symfony\Component\HttpKernel\HttpKernel->handle()
(vendor/symfony/http-kernel/Kernel.php:197)
at Symfony\Component\HttpKernel\Kernel->handle()
(admin921a53syffhxeukt2i9/index.php:72)
|