Error 500 Internal Server Error

GET https://api-console.kissmada.com/store/products/668

Forwarded to ErrorController (30b27a)

Query Metrics

5 Database Queries
5 Different statements
4.81 ms Query time
12 Invalid entities
11 Managed entities

Grouped Statements

Show all queries

Time Count Info
2.36 ms
(49.08%)
1
SELECT t0.id AS id_1, t0.is_default AS is_default_2, t0.id_technique AS id_technique_3, t0.id_product AS id_product_4 FROM products_techniques t0 WHERE t0.id = ?
Parameters:
[
  193
]
0.98 ms
(20.44%)
1
SELECT t0.id_store_product AS id_store_product_1, t0.id_store_design AS id_store_design_2, t0.id_product_technique AS id_product_technique_3 FROM store_products t0 WHERE t0.id_store_product = ?
Parameters:
[
  668
]
0.51 ms
(10.66%)
1
SELECT t0.id_technique AS id_technique_1, t0.key_technique AS key_technique_2 FROM techniques t0 WHERE t0.id_technique = ?
Parameters:
[
  3
]
0.50 ms
(10.29%)
1
SELECT t0.id AS id_1, t0.id_lang AS id_lang_2, t0.name AS name_3, t0.id_technique AS id_technique_4 FROM techniques_langs t0 WHERE t0.id_technique = ?
Parameters:
[
  3
]
0.46 ms
(9.54%)
1
SELECT t0.id_product AS id_product_1, t0.product_type AS product_type_2, t0.main_category_id AS main_category_id_3, t0.brand AS brand_4, t0.image_url AS image_url_5, t0.is_discontinued AS is_discontinued_6, t0.id_model AS id_model_7 FROM products t0 WHERE t0.id_product = ?
Parameters:
[
  438
]

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\Entity\TechniqueLang 5
App\Entity\Store\StoreProduct 1
App\Entity\Store\StoreDesign 1
App\Entity\ProductTechnique 1
App\Entity\Technique 1
App\Entity\Product 1
App\Entity\Model 1

Entities Mapping

Class Mapping errors
App\Entity\Store\StoreProduct No errors.
App\Entity\Store\StoreDesign No errors.
App\Entity\ProductTechnique No errors.
App\Entity\Store\StoreProductTemplate No errors.
App\Entity\Store\StoreProductLang No errors.
App\Entity\Store\StoreProductColor
  • The mappings App\Entity\Store\StoreProductColor#productColor and App\Entity\ProductColor#storeProductColors are inconsistent with each other.
App\Entity\Store\StoreProductSize
  • The mappings App\Entity\Store\StoreProductSize#productSize and App\Entity\ProductSize#storeProductSizes are inconsistent with each other.
App\Entity\Technique No errors.
App\Entity\Product
  • The mappings App\Entity\Product#sizeTables and App\Entity\SizeTable#product are inconsistent with each other.
App\Entity\ProductTechniquePrintFile No errors.
App\Entity\ProductTechniquePlacement No errors.
App\Entity\ProductTechniqueOption No errors.
App\Entity\ProductTechniqueTemplate No errors.
App\Entity\ProductTemplate No errors.
App\Entity\VariantProductTechnique No errors.
App\Entity\TechniqueLang No errors.
App\Entity\Model No errors.
App\Entity\ProductLang No errors.
App\Entity\Category No errors.
App\Entity\ProductColor
  • The association App\Entity\ProductColor#storeProductColors refers to the owning side field App\Entity\Store\StoreProductColor#product which does not exist.
App\Entity\ProductSize
  • The association App\Entity\ProductSize#measurementValues refers to the owning side field App\Entity\MeasurementValue#product which does not exist.
  • The association App\Entity\ProductSize#storeProductSizes refers to the owning side field App\Entity\Store\StoreProductSize#product which does not exist.
App\Entity\SizeTable
  • The association App\Entity\SizeTable#product refers to the inverse side field App\Entity\Product#productSizeTables which does not exist.
  • The mappings App\Entity\SizeTable#measurements and App\Entity\Measurement#sizeTable are inconsistent with each other.
App\Entity\ShippingCountry
  • The mappings App\Entity\ShippingCountry#country and App\Entity\Country#shippingCountries are inconsistent with each other.
App\Entity\Variant
  • The mappings App\Entity\Variant#productColor and App\Entity\ProductColor#productVariants are inconsistent with each other.
  • The mappings App\Entity\Variant#productSize and App\Entity\ProductSize#productVariants are inconsistent with each other.
App\Entity\Store\StoreDesignLang No errors.
App\Entity\Store\StoreVariant
  • The mappings App\Entity\Store\StoreVariant#storeProductSize and App\Entity\Store\StoreProductSize#storeVariants are inconsistent with each other.
App\Entity\ProductTechniquePlacementOption No errors.
App\Entity\ProductTechniquePlacementMockupStyle No errors.
App\Entity\ProductTechniquePlacementMockupTemplate No errors.
App\Entity\ProductTechniqueOptionValue No errors.
App\Entity\SellingRegionVariantStockAvailability No errors.
App\Entity\Brand No errors.
App\Entity\ModelLang No errors.
App\Entity\CategoryLang No errors.
App\Entity\Color No errors.
App\Entity\Size
  • The mappings App\Entity\Size#sizeLangs and App\Entity\SizeLang#size are inconsistent with each other.
App\Entity\MeasurementValue
  • The mappings App\Entity\MeasurementValue#productSize and App\Entity\ProductSize#measurementValues are inconsistent with each other.
App\Entity\SizeTableLang No errors.
App\Entity\Measurement
  • The association App\Entity\Measurement#sizeTable refers to the inverse side field App\Entity\SizeTable#sizeTableMeasurements which does not exist.
App\Entity\Country No errors.
App\Entity\Resource\Image No errors.
App\Entity\Resource\CatalogImage No errors.
App\Entity\VariantLang No errors.
App\Entity\VariantDimension No errors.