Error 500 Internal Server Error

GET https://dev.slave.scapp.cz/product/3fdfb7bc-49b9-46b9-9431-366c90e2605e/add-to-cart

Query Metrics

1 Database Queries
1 Different statements
3.98 ms Query time
7 Invalid entities
4 Managed entities

Queries

Group similar statements

# Time Info
1 3.98 ms
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.description AS description_2, p0_.short_description AS short_description_3, p0_.code AS code_4, p0_.ean AS ean_5, p0_.unit AS unit_6, p0_.active AS active_7, p0_.can_be_bought AS can_be_bought_8, p0_.in_stock_text AS in_stock_text_9, p0_.out_of_stock_text AS out_of_stock_text_10, p0_.filter_parameter_value_ids AS filter_parameter_value_ids_11, p0_.filter_variant_value_ids AS filter_variant_value_ids_12, p0_.seo_title AS seo_title_13, p0_.seo_description AS seo_description_14, p0_.seo_url AS seo_url_15, p0_.stock_stock AS stock_stock_16, p0_.stock_reserved AS stock_reserved_17, p0_.logistic_weight AS logistic_weight_18, p0_.logistic_size_width AS logistic_size_width_19, p0_.logistic_size_height AS logistic_size_height_20, p0_.logistic_size_length AS logistic_size_length_21, p0_.price_amount AS price_amount_22, p0_.price_currency AS price_currency_23, p0_.purchase_price_amount AS purchase_price_amount_24, p0_.purchase_price_currency AS purchase_price_currency_25, p1_.id AS id_26, p1_.code AS code_27, p1_.is_default AS is_default_28, p1_.weight_modification AS weight_modification_29, p1_.price_modification_amount AS price_modification_amount_30, p1_.price_modification_currency AS price_modification_currency_31, p1_.stock_stock AS stock_stock_32, p1_.stock_reserved AS stock_reserved_33, v2_.id AS id_34, v2_.name AS name_35, v2_.slug AS slug_36, v2_.color AS color_37, v3_.id AS id_38, v3_.name AS name_39, v3_.slug AS slug_40, v3_.type AS type_41, p4_.id AS id_42, p4_.custom_value AS custom_value_43, p5_.id AS id_44, p5_.name AS name_45, p5_.slug AS slug_46, p6_.id AS id_47, p6_.name AS name_48, p6_.slug AS slug_49, p0_.vat_id AS vat_id_50, p0_.main_category_id AS main_category_id_51, p1_.product_id AS product_id_52, v2_.variant_id AS variant_id_53, p4_.product_id AS product_id_54, p4_.parameter_id AS parameter_id_55, p4_.parameter_value_id AS parameter_value_id_56, p6_.parameter_id AS parameter_id_57 FROM product p0_ LEFT JOIN product_variant p1_ ON p0_.id = p1_.product_id LEFT JOIN product_variant_variant_value p7_ ON p1_.id = p7_.product_variant_id LEFT JOIN variant_value v2_ ON v2_.id = p7_.variant_value_id LEFT JOIN variant v3_ ON v2_.variant_id = v3_.id LEFT JOIN product_parameter p4_ ON p0_.id = p4_.product_id LEFT JOIN parameter p5_ ON p4_.parameter_id = p5_.id LEFT JOIN parameter_value p6_ ON p4_.parameter_value_id = p6_.id WHERE p0_.id = ?
Parameters:
[
  Symfony\Component\Uid\UuidV4 {#2082
    __toString(): "3fdfb7bc-49b9-46b9-9431-366c90e2605e"
  }
]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects
App\Product\Domain\Entity\ProductVariant 2
App\Product\Domain\Entity\Product 1
App\Accounting\Domain\Entity\TaxRate 1

Entities Mapping

Class Mapping errors
App\Configuration\Domain\Entity\Configuration No errors.
App\Shared\Domain\Entity\Address No errors.
App\Frontoffice\Domain\Entity\Cart No errors.
App\Configuration\Domain\Entity\Country No errors.
App\Configuration\Domain\Entity\Currency No errors.
App\Configuration\Domain\Entity\ExchangeRate No errors.
App\Filter\Domain\Entity\FilterConfiguration No errors.
App\Filter\Domain\Entity\ParameterFilterConfiguration No errors.
App\Filter\Domain\Entity\VariantFilterConfiguration No errors.
App\Frontoffice\Domain\Entity\CartItem No errors.
App\Shipping\Domain\Entity\CarrierConfiguration No errors.
App\Shipping\Domain\Entity\CarrierShippingOption No errors.
App\Shared\Domain\Entity\Price No errors.
App\Shipping\Domain\Entity\ShippingMethodFee No errors.
App\Shipping\Domain\Entity\ShippingMethod
  • The field App\Shipping\Domain\Entity\ShippingMethod#fees is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Shipping\Domain\Entity\ShippingMethodFee#shippingMethod does not contain the required 'inversedBy: "fees"' attribute.
App\Customer\Domain\Entity\Customer No errors.
App\Payment\Domain\Entity\PaymentMethodConfiguration
  • The field App\Payment\Domain\Entity\PaymentMethodConfiguration#countryConfigurations is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Payment\Domain\Entity\PaymentMethodCountryConfiguration#paymentMethodConfiguration does not contain the required 'inversedBy: "countryConfigurations"' attribute.
App\Payment\Domain\Entity\PaymentMethodBankTransferConfiguration
  • The field App\Payment\Domain\Entity\PaymentMethodBankTransferConfiguration#countryConfigurations is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Payment\Domain\Entity\PaymentMethodCountryConfiguration#paymentMethodConfiguration does not contain the required 'inversedBy: "countryConfigurations"' attribute.
  • The field App\Payment\Domain\Entity\PaymentMethodBankTransferConfiguration#currencyConfigurations is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Payment\Domain\Entity\PaymentMethodBankTransferCurrencyConfiguration#paymentMethodBankTransferConfiguration does not contain the required 'inversedBy: "currencyConfigurations"' attribute.
App\Payment\Domain\Entity\PaymentMethodCashOnDeliveryConfiguration
  • The field App\Payment\Domain\Entity\PaymentMethodCashOnDeliveryConfiguration#countryConfigurations is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Payment\Domain\Entity\PaymentMethodCountryConfiguration#paymentMethodConfiguration does not contain the required 'inversedBy: "countryConfigurations"' attribute.
  • The field App\Payment\Domain\Entity\PaymentMethodCashOnDeliveryConfiguration#countryFees is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Payment\Domain\Entity\PaymentMethodCashOnDeliveryCountryConfiguration#paymentMethodCashOnDeliveryConfiguration does not contain the required 'inversedBy: "countryFees"' attribute.
App\Payment\Domain\Entity\PaymentMethodPaymentCardConfiguration
  • The field App\Payment\Domain\Entity\PaymentMethodPaymentCardConfiguration#countryConfigurations is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Payment\Domain\Entity\PaymentMethodCountryConfiguration#paymentMethodConfiguration does not contain the required 'inversedBy: "countryConfigurations"' attribute.
App\Order\Domain\Entity\Order
  • The field App\Order\Domain\Entity\Order#history is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Order\Domain\Entity\OrderHistory#order does not contain the required 'inversedBy: "history"' attribute.
App\Order\Domain\Entity\OrderStatus
  • The field App\Order\Domain\Entity\OrderStatus#orders is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Order\Domain\Entity\Order#status does not contain the required 'inversedBy: "orders"' attribute.
App\User\Domain\Entity\User No errors.
App\User\Domain\Entity\UserRole No errors.
App\Product\Domain\Entity\Parameter No errors.
App\SEO\Domain\Entity\SEO No errors.
App\Product\Domain\Entity\Stock No errors.
App\Logistic\Domain\Entity\Size No errors.
App\Logistic\Domain\Entity\Logistic No errors.
App\Product\Domain\Entity\Product No errors.
App\Shared\Domain\Entity\NullablePrice No errors.
App\Product\Domain\Entity\ProductVariant No errors.
App\Product\Domain\Entity\VariantValue No errors.
App\Product\Domain\Entity\Variant No errors.
App\Product\Domain\Entity\ProductParameter No errors.
App\Product\Domain\Entity\ParameterValue No errors.
App\Accounting\Domain\Entity\TaxRate No errors.
App\Product\Domain\Entity\Category No errors.
App\Product\Domain\Entity\ProductImage No errors.
App\Product\Domain\Entity\ProductFile No errors.