Exceptions
Exception
Symfony\Component\HttpKernel\Exception\ NotFoundHttpException
Show exception properties
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#4758 -statusCode: 404 -headers: [] }
}
protected function createResponse(string $path): Response
{
if (!$this->reader->has($path)) {
throw new NotFoundHttpException(\sprintf('File "%s" not found', $path));
}
$response = new StreamedResponse(function () use ($path): void {
$stream = $this->reader->getStream($path);
$stream->open(new StreamMode('r'));
in
vendor/stefandoorn/sitemap-plugin/src/Controller/SitemapIndexController.php
->
createResponse
(line 28)
public function showAction(): Response
{
$path = \sprintf('%s/%s', $this->channelContext->getChannel()->getCode(), 'sitemap_index.xml');
return $this->createResponse($path);
}
}
in
vendor/symfony/http-kernel/HttpKernel.php
->
showAction
(line 181)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
$controller = $event->getController();
$arguments = $event->getArguments();
// call controller
$response = $controller(...$arguments);
// view
if (!$response instanceof Response) {
$event = new ViewEvent($this, $request, $type, $response, $event);
$this->dispatcher->dispatch($event, KernelEvents::VIEW);
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;
}
}
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
handle
(line 35)
) {
}
public function run(): int
{
$response = $this->kernel->handle($this->request);
if (Kernel::VERSION_ID >= 60400) {
$response->send(false);
if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in
vendor/autoload_runtime.php
->
run
(line 29)
$app = $app(...$args);
exit(
$runtime
->getRunner($app)
->run()
);
require_once('/var/lib/data/www/sylius/www/vendor/autoload_runtime.php')
in
public/index.php
(line 5)
<?php
use App\Kernel;
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
return function (array $context) {
return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
};
Logs
Level | Channel | Message |
---|---|---|
INFO 10:25:50 | deprecation |
User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead. { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead. { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since sylius/shop-bundle 1.12: The "Sylius\Bundle\ShopBundle\Twig\OrderTaxesTotalExtension" class is deprecated and will be removed in Sylius 2.0. Use methods "getTaxExcludedTotal" and "getTaxIncludedTotal" from "Sylius\Component\Core\Model\Order" instead. { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since sylius/shop-bundle 1.13: The "Sylius\Bundle\ShopBundle\Twig\OrderItemsSubtotalExtension" class is deprecated and will be removed in Sylius 2.0. Use method "getItemsSubtotal" from "Sylius\Component\Core\Model\Order" instead. { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\Helper\HelperInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead. { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\Helper\Helper" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead. { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since sylius/core 1.13: The "Sylius\Component\Core\Provider\ProductVariantsPricesProviderInterface" class is deprecated, use "Sylius\Component\Core\Provider\ProductVariantMap\ProductVariantsMapProviderInterface" instead. { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since sylius/shop-bundle 1.13: The "Sylius\Bundle\ShopBundle\Calculator\OrderItemsSubtotalCalculatorInterface" interface is deprecated and will be removed in Sylius 2.0, use method "getItemsSubtotal" from "Sylius\Component\Core\Model\OrderInterface" instead. { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since sylius/sylius 1.13: The "Sylius\Bundle\ShopBundle\Calculator\OrderItemsSubtotalCalculator" class is deprecated and will be removed in Sylius 2.0. Items subtotal calculations is now available by using Sylius\Component\Core\Model\Order::getSubtotalItems method. { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since symfony/http-foundation 6.2: The "Symfony\Component\HttpFoundation\RequestMatcher" class is deprecated, use "Symfony\Component\HttpFoundation\ChainRequestMatcher" instead. { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement. { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement. { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement. { "exception": {} } |
INFO 10:25:50 | deprecation |
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:65 called by App_KernelDevDebugContainer.php:10216, https://github.com/doctrine/orm/issues/10098, package doctrine/orm) { "exception": {} } |
INFO 10:25:50 | deprecation |
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:75 called by App_KernelDevDebugContainer.php:10216, https://github.com/doctrine/orm/pull/10455, package doctrine/orm) { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without setting second argument $numberAware=true is deprecated and will be removed in Doctrine ORM 3.0. (UnderscoreNamingStrategy.php:47 called by App_KernelDevDebugContainer.php:10245, https://github.com/doctrine/orm/pull/7908, package doctrine/orm) { "exception": {} } |
INFO 10:25:50 | deprecation |
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:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm) { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface". { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface". { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface". { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface". { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement. { "exception": {} } |
INFO 10:25:50 | deprecation |
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 10:25:50 | deprecation |
User Deprecated: Since api-platform/core 2.7: The service "ApiPlatform\Core\Api\IdentifiersExtractor" is deprecated, use ApiPlatform\Api\IdentifiersExtractor instead. { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since api-platform/core 2.7: The listener "ApiPlatform\Core\EventListener\ReadListener" is deprecated and will be replaced by "ApiPlatform\Symfony\EventListener\ReadListener" in 3.0. { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since api-platform/core 2.7: The $exceptionOnNoToken parameter in "ApiPlatform\Symfony\Security\ResourceAccessChecker::__construct()" is deprecated and will always be false in 3.0, you should stop using it. { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since api-platform/core 2.7: Using "api_platform.iri_converter.legacy" is deprecated since API Platform 2.7. Use "ApiPlatform\Api\IriConverterInterface" instead. { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface". { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface". { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since api-platform/core 2.7: The DataTransformer pattern is deprecated, use a Provider or a Processor and either use your input or return a new output there. { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface". { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "10.9.3-MariaDB" instead of "mariadb-10.9". (AbstractMySQLDriver.php:171 called by AbstractMySQLDriver.php:44, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm) { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Sylius\Bundle\AttributeBundle\Doctrine\ORM\Subscriber\LoadMetadataSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Sylius\Bundle\ReviewBundle\Doctrine\ORM\Subscriber\LoadMetadataSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Annotations support is deprecated, migrate your application to use attributes and pass an instance of Gedmo\Mapping\Driver\AttributeReader to the Gedmo\Mapping\MappedEventSubscriber::setAnnotationReader() method instead. (MappedEventSubscriber.php:213 called by App_KernelDevDebugContainer.php:12101, https://github.com/doctrine-extensions/DoctrineExtensions/pull/2772, package gedmo/doctrine-extensions) { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface". { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface". { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface". { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface". { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface". { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface". { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface". { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since api-platform/core 2.7: The DataTransformer pattern is deprecated, use a Provider or a Processor and either use your input or return a new output there. { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface". { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface". { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface". { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface". { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface". { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface". { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface". { "exception": {} } |
INFO 10:25:50 | request |
Matched route "_profiler". { "route": "_profiler", "route_parameters": { "_route": "_profiler", "_controller": "web_profiler.controller.profiler::panelAction", "token": "74f391" }, "request_uri": "https://sylius.drulk.com/_profiler/74f391", "method": "GET" } |
DEBUG 10:25:50 | security |
Checking for authenticator support. { "firewall_name": "shop", "authenticators": 2 } |
DEBUG 10:25:50 | security |
Checking support on authenticator. { "firewall_name": "shop", "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator" } |
DEBUG 10:25:50 | security |
Authenticator does not support the request. { "firewall_name": "shop", "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator" } |
DEBUG 10:25:50 | security |
Checking support on authenticator. { "firewall_name": "shop", "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\RememberMeAuthenticator" } |
DEBUG 10:25:50 | security |
Authenticator does not support the request. { "firewall_name": "shop", "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\RememberMeAuthenticator" } |
INFO 10:25:50 | doctrine |
Connecting with parameters {params} { "params": { "driver": "pdo_mysql", "idle_connection_ttl": 600, "host": "mariadb", "port": null, "user": "sylius", "password": "<redacted>", "driverOptions": { "1002": "SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))" }, "defaultTableOptions": [], "dbname": "sylius", "serverVersion": "mariadb-10.6.21", "charset": "utf8mb4" } } |
DEBUG 10:25:50 | doctrine |
Executing statement: SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.contact_phone_number AS contact_phone_number_13, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_15, t0.account_verification_required AS account_verification_required_16, t0.shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17, t0.default_locale_id AS default_locale_id_18, t19.code AS code_20, t19.created_at AS created_at_21, t19.updated_at AS updated_at_22, t19.id AS id_23, t0.base_currency_id AS base_currency_id_24, t25.code AS code_26, t25.created_at AS created_at_27, t25.updated_at AS updated_at_28, t25.id AS id_29, t0.default_tax_zone_id AS default_tax_zone_id_30, t0.menu_taxon_id AS menu_taxon_id_31, t0.shop_billing_data_id AS shop_billing_data_id_32, t0.channel_price_history_config_id AS channel_price_history_config_id_33 FROM sylius_channel t0 INNER JOIN sylius_locale t19 ON t0.default_locale_id = t19.id INNER JOIN sylius_currency t25 ON t0.base_currency_id = t25.id WHERE t0.hostname = ? AND t0.enabled = ? ORDER BY t0.id ASC LIMIT 1 (parameters: {params}, types: {types}) { "sql": "SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.contact_phone_number AS contact_phone_number_13, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_15, t0.account_verification_required AS account_verification_required_16, t0.shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17, t0.default_locale_id AS default_locale_id_18, t19.code AS code_20, t19.created_at AS created_at_21, t19.updated_at AS updated_at_22, t19.id AS id_23, t0.base_currency_id AS base_currency_id_24, t25.code AS code_26, t25.created_at AS created_at_27, t25.updated_at AS updated_at_28, t25.id AS id_29, t0.default_tax_zone_id AS default_tax_zone_id_30, t0.menu_taxon_id AS menu_taxon_id_31, t0.shop_billing_data_id AS shop_billing_data_id_32, t0.channel_price_history_config_id AS channel_price_history_config_id_33 FROM sylius_channel t0 INNER JOIN sylius_locale t19 ON t0.default_locale_id = t19.id INNER JOIN sylius_currency t25 ON t0.base_currency_id = t25.id WHERE t0.hostname = ? AND t0.enabled = ? ORDER BY t0.id ASC LIMIT 1", "params": { "1": "sylius.drulk.com", "2": 1 }, "types": { "1": 2, "2": 5 } } |
DEBUG 10:25:50 | doctrine |
Executing statement: SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM sylius_locale t0 INNER JOIN sylius_channel_locales ON t0.id = sylius_channel_locales.locale_id WHERE sylius_channel_locales.channel_id = ? (parameters: {params}, types: {types}) { "sql": "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM sylius_locale t0 INNER JOIN sylius_channel_locales ON t0.id = sylius_channel_locales.locale_id WHERE sylius_channel_locales.channel_id = ?", "params": { "1": 2 }, "types": { "1": 1 } } |
INFO 10:25:50 | deprecation |
User Deprecated: Since sylius/core 1.11: Passing a "Sylius\Component\Core\Calculator\ProductVariantPriceCalculatorInterface" to "Sylius\Component\Core\OrderProcessing\OrderPricesRecalculator" constructor is deprecated and will be prohibited in 2.0. Use "Sylius\Component\Core\Calculator\ProductVariantPricesCalculatorInterface" instead. { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since sylius/core-bundle 1.13: The "Sylius\Component\Core\Provider\ProductVariantsPricesProvider" class is deprecated and will be removed in Sylius 2.0. Use "Sylius\Component\Core\Provider\ProductVariantMap\ProductVariantsMapProvider" instead. { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since sylius/core-bundle 1.13: The "Sylius\Bundle\CoreBundle\Templating\Helper\ProductVariantsPricesHelper" class is deprecated and will be removed in Sylius 2.0. Use "Sylius\Component\Core\Provider\ProductVariantMap\ProductVariantsMapProvider" instead. { "exception": {} } |
INFO 10:25:50 | deprecation |
User Deprecated: Since sylius/core-bundle 1.13: The "Sylius\Bundle\CoreBundle\Twig\ProductVariantsPricesExtension" class is deprecated and will be removed in Sylius 2.0. Use "Sylius\Bundle\CoreBundle\Twig\ProductVariantsMapExtension" instead. { "exception": {} } |
DEBUG 10:25:50 | doctrine |
Executing statement: SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC (parameters: {params}, types: {types}) { "sql": "SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC", "params": { "1": "logo_fo_header" }, "types": { "1": 2 } } |
DEBUG 10:25:50 | doctrine |
Executing statement: SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC (parameters: {params}, types: {types}) { "sql": "SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC", "params": { "1": "logo_fo_footer" }, "types": { "1": 2 } } |
DEBUG 10:25:50 | doctrine |
Executing statement: SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC (parameters: {params}, types: {types}) { "sql": "SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC", "params": { "1": "logo_bo" }, "types": { "1": 2 } } |
DEBUG 10:25:50 | doctrine |
Executing statement: SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC (parameters: {params}, types: {types}) { "sql": "SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC", "params": { "1": "logo_login" }, "types": { "1": 2 } } |
DEBUG 10:25:50 | doctrine |
Executing query: SELECT t0.id AS id_1 FROM custom_pre_footer_init t0 LIMIT 1 { "sql": "SELECT t0.id AS id_1 FROM custom_pre_footer_init t0 LIMIT 1" } |
DEBUG 10:25:50 | doctrine |
Executing query: SELECT t0.id AS id_1, t0.title_bloc1 AS title_bloc1_2, t0.content_bloc1 AS content_bloc1_3, t0.title_bloc2 AS title_bloc2_4, t0.content_bloc2 AS content_bloc2_5, t0.title_bloc3 AS title_bloc3_6, t0.content_bloc3 AS content_bloc3_7, t0.title_bloc4 AS title_bloc4_8, t0.content_bloc4 AS content_bloc4_9, t0.contact_link AS contact_link_10, t0.need_help_link AS need_help_link_11, t0.legal_notice_link AS legal_notice_link_12 FROM custom_footer t0 LIMIT 1 { "sql": "SELECT t0.id AS id_1, t0.title_bloc1 AS title_bloc1_2, t0.content_bloc1 AS content_bloc1_3, t0.title_bloc2 AS title_bloc2_4, t0.content_bloc2 AS content_bloc2_5, t0.title_bloc3 AS title_bloc3_6, t0.content_bloc3 AS content_bloc3_7, t0.title_bloc4 AS title_bloc4_8, t0.content_bloc4 AS content_bloc4_9, t0.contact_link AS contact_link_10, t0.need_help_link AS need_help_link_11, t0.legal_notice_link AS legal_notice_link_12 FROM custom_footer t0 LIMIT 1" } |
DEBUG 10:25:50 | doctrine |
Executing statement: SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC (parameters: {params}, types: {types}) { "sql": "SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC", "params": { "1": "logo_fo_header" }, "types": { "1": 2 } } |
DEBUG 10:25:50 | doctrine |
Executing statement: SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC (parameters: {params}, types: {types}) { "sql": "SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC", "params": { "1": "logo_fo_footer" }, "types": { "1": 2 } } |
DEBUG 10:25:50 | doctrine |
Executing statement: SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC (parameters: {params}, types: {types}) { "sql": "SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC", "params": { "1": "logo_bo" }, "types": { "1": 2 } } |
DEBUG 10:25:50 | doctrine |
Executing statement: SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC (parameters: {params}, types: {types}) { "sql": "SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC", "params": { "1": "logo_login" }, "types": { "1": 2 } } |
DEBUG 10:25:50 | doctrine |
Executing query: SELECT t0.id AS id_1 FROM custom_pre_footer_init t0 LIMIT 1 { "sql": "SELECT t0.id AS id_1 FROM custom_pre_footer_init t0 LIMIT 1" } |
DEBUG 10:25:50 | doctrine |
Executing query: SELECT t0.id AS id_1, t0.title_bloc1 AS title_bloc1_2, t0.content_bloc1 AS content_bloc1_3, t0.title_bloc2 AS title_bloc2_4, t0.content_bloc2 AS content_bloc2_5, t0.title_bloc3 AS title_bloc3_6, t0.content_bloc3 AS content_bloc3_7, t0.title_bloc4 AS title_bloc4_8, t0.content_bloc4 AS content_bloc4_9, t0.contact_link AS contact_link_10, t0.need_help_link AS need_help_link_11, t0.legal_notice_link AS legal_notice_link_12 FROM custom_footer t0 LIMIT 1 { "sql": "SELECT t0.id AS id_1, t0.title_bloc1 AS title_bloc1_2, t0.content_bloc1 AS content_bloc1_3, t0.title_bloc2 AS title_bloc2_4, t0.content_bloc2 AS content_bloc2_5, t0.title_bloc3 AS title_bloc3_6, t0.content_bloc3 AS content_bloc3_7, t0.title_bloc4 AS title_bloc4_8, t0.content_bloc4 AS content_bloc4_9, t0.contact_link AS contact_link_10, t0.need_help_link AS need_help_link_11, t0.legal_notice_link AS legal_notice_link_12 FROM custom_footer t0 LIMIT 1" } |
DEBUG 10:25:50 | doctrine |
Executing statement: SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC (parameters: {params}, types: {types}) { "sql": "SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC", "params": { "1": "logo_fo_header" }, "types": { "1": 2 } } |
DEBUG 10:25:50 | doctrine |
Executing statement: SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC (parameters: {params}, types: {types}) { "sql": "SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC", "params": { "1": "logo_fo_footer" }, "types": { "1": 2 } } |
DEBUG 10:25:50 | doctrine |
Executing statement: SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC (parameters: {params}, types: {types}) { "sql": "SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC", "params": { "1": "logo_bo" }, "types": { "1": 2 } } |
DEBUG 10:25:50 | doctrine |
Executing statement: SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC (parameters: {params}, types: {types}) { "sql": "SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC", "params": { "1": "logo_login" }, "types": { "1": 2 } } |
DEBUG 10:25:50 | doctrine |
Executing query: SELECT t0.id AS id_1 FROM custom_pre_footer_init t0 LIMIT 1 { "sql": "SELECT t0.id AS id_1 FROM custom_pre_footer_init t0 LIMIT 1" } |
DEBUG 10:25:50 | doctrine |
Executing query: SELECT t0.id AS id_1, t0.title_bloc1 AS title_bloc1_2, t0.content_bloc1 AS content_bloc1_3, t0.title_bloc2 AS title_bloc2_4, t0.content_bloc2 AS content_bloc2_5, t0.title_bloc3 AS title_bloc3_6, t0.content_bloc3 AS content_bloc3_7, t0.title_bloc4 AS title_bloc4_8, t0.content_bloc4 AS content_bloc4_9, t0.contact_link AS contact_link_10, t0.need_help_link AS need_help_link_11, t0.legal_notice_link AS legal_notice_link_12 FROM custom_footer t0 LIMIT 1 { "sql": "SELECT t0.id AS id_1, t0.title_bloc1 AS title_bloc1_2, t0.content_bloc1 AS content_bloc1_3, t0.title_bloc2 AS title_bloc2_4, t0.content_bloc2 AS content_bloc2_5, t0.title_bloc3 AS title_bloc3_6, t0.content_bloc3 AS content_bloc3_7, t0.title_bloc4 AS title_bloc4_8, t0.content_bloc4 AS content_bloc4_9, t0.contact_link AS contact_link_10, t0.need_help_link AS need_help_link_11, t0.legal_notice_link AS legal_notice_link_12 FROM custom_footer t0 LIMIT 1" } |
DEBUG 10:25:50 | doctrine |
Executing statement: SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC (parameters: {params}, types: {types}) { "sql": "SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC", "params": { "1": "logo_fo_header" }, "types": { "1": 2 } } |
DEBUG 10:25:50 | doctrine |
Executing statement: SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC (parameters: {params}, types: {types}) { "sql": "SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC", "params": { "1": "logo_fo_footer" }, "types": { "1": 2 } } |
DEBUG 10:25:50 | doctrine |
Executing statement: SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC (parameters: {params}, types: {types}) { "sql": "SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC", "params": { "1": "logo_bo" }, "types": { "1": 2 } } |
DEBUG 10:25:50 | doctrine |
Executing statement: SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC (parameters: {params}, types: {types}) { "sql": "SELECT c0_.id AS id_0, c0_.section AS section_1, c0_.file_path AS file_path_2 FROM custom_init_logo c1_ INNER JOIN custom_logo c0_ ON c1_.id = c0_.init_logo_id WHERE c0_.section = ? ORDER BY c1_.id ASC", "params": { "1": "logo_login" }, "types": { "1": 2 } } |
DEBUG 10:25:50 | doctrine |
Executing query: SELECT t0.id AS id_1 FROM custom_pre_footer_init t0 LIMIT 1 { "sql": "SELECT t0.id AS id_1 FROM custom_pre_footer_init t0 LIMIT 1" } |
DEBUG 10:25:50 | doctrine |
Executing query: SELECT t0.id AS id_1, t0.title_bloc1 AS title_bloc1_2, t0.content_bloc1 AS content_bloc1_3, t0.title_bloc2 AS title_bloc2_4, t0.content_bloc2 AS content_bloc2_5, t0.title_bloc3 AS title_bloc3_6, t0.content_bloc3 AS content_bloc3_7, t0.title_bloc4 AS title_bloc4_8, t0.content_bloc4 AS content_bloc4_9, t0.contact_link AS contact_link_10, t0.need_help_link AS need_help_link_11, t0.legal_notice_link AS legal_notice_link_12 FROM custom_footer t0 LIMIT 1 { "sql": "SELECT t0.id AS id_1, t0.title_bloc1 AS title_bloc1_2, t0.content_bloc1 AS content_bloc1_3, t0.title_bloc2 AS title_bloc2_4, t0.content_bloc2 AS content_bloc2_5, t0.title_bloc3 AS title_bloc3_6, t0.content_bloc3 AS content_bloc3_7, t0.title_bloc4 AS title_bloc4_8, t0.content_bloc4 AS content_bloc4_9, t0.contact_link AS contact_link_10, t0.need_help_link AS need_help_link_11, t0.legal_notice_link AS legal_notice_link_12 FROM custom_footer t0 LIMIT 1" } |
Stack Trace
NotFoundHttpException
|
---|
Symfony\Component\HttpKernel\Exception\NotFoundHttpException: File "keep_school/sitemap_index.xml" not found at vendor/stefandoorn/sitemap-plugin/src/Controller/AbstractController.php:25 at SitemapPlugin\Controller\AbstractController->createResponse() (vendor/stefandoorn/sitemap-plugin/src/Controller/SitemapIndexController.php:28) at SitemapPlugin\Controller\SitemapIndexController->showAction() (vendor/symfony/http-kernel/HttpKernel.php:181) 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() (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35) at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run() (vendor/autoload_runtime.php:29) at require_once('/var/lib/data/www/sylius/www/vendor/autoload_runtime.php') (public/index.php:5) |