POST https://gestion.ecoleconduitevachon.com/fr_CA/login-check

Query Metrics

34 Database Queries
27 Different statements
25.14 ms Query time
1 Invalid entities
20 Managed entities

Queries

Group similar statements

# Time Info
1 1.19 ms
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:
[
  "gestion.ecoleconduitevachon.com"
  1
]
2 0.94 ms
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:
[
  1
]
3 0.99 ms
SELECT s0_.username AS username_0, s0_.username_canonical AS username_canonical_1, s0_.enabled AS enabled_2, s0_.salt AS salt_3, s0_.password AS password_4, s0_.encoder_name AS encoder_name_5, s0_.last_login AS last_login_6, s0_.password_reset_token AS password_reset_token_7, s0_.password_requested_at AS password_requested_at_8, s0_.email_verification_token AS email_verification_token_9, s0_.verified_at AS verified_at_10, s0_.locked AS locked_11, s0_.expires_at AS expires_at_12, s0_.credentials_expire_at AS credentials_expire_at_13, s0_.roles AS roles_14, s0_.email AS email_15, s0_.email_canonical AS email_canonical_16, s0_.created_at AS created_at_17, s0_.updated_at AS updated_at_18, s0_.id AS id_19, s0_.login_token AS login_token_20, s0_.tutor_id AS tutor_id_21, s0_.customer_id AS customer_id_22 FROM sylius_shop_user s0_ INNER JOIN sylius_customer s1_ ON s0_.customer_id = s1_.id WHERE s1_.email_canonical = ? ORDER BY s0_.id ASC
Parameters:
[
  "mave5672@hotmail.com"
]
4 1.27 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  6448
]
5 0.35 ms
"START TRANSACTION"
Parameters:
[]
6 1.66 ms
UPDATE sylius_shop_user SET login_token = ?, updated_at = ? WHERE id = ?
Parameters:
[
  "cb76ff3008ebcd268eb8495a3955c5dd"
  "2025-07-05 17:05:56"
  6303
]
7 1.86 ms
"COMMIT"
Parameters:
[]
8 0.18 ms
"START TRANSACTION"
Parameters:
[]
9 1.08 ms
UPDATE sylius_shop_user SET encoder_name = ?, updated_at = ?, password = ? WHERE id = ?
Parameters:
[
  "argon2i"
  "2025-07-05 17:05:56"
  "$argon2i$v=19$m=65536,t=4,p=1$d25SN284b01HT2NDMkpJVg$0j/D0FszIs5vfccKVBYxnw2qNbQWSGrmShAxqVYbQ4M"
  6303
]
10 1.06 ms
"COMMIT"
Parameters:
[]
11 1.16 ms
SELECT s0_.number AS number_0, s0_.notes AS notes_1, s0_.state AS state_2, s0_.checkout_completed_at AS checkout_completed_at_3, s0_.items_total AS items_total_4, s0_.adjustments_total AS adjustments_total_5, s0_.total AS total_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.id AS id_9, s0_.currency_code AS currency_code_10, s0_.locale_code AS locale_code_11, s0_.checkout_state AS checkout_state_12, s0_.payment_state AS payment_state_13, s0_.shipping_state AS shipping_state_14, s0_.created_by_guest AS created_by_guest_15, s0_.token_value AS token_value_16, s0_.customer_ip AS customer_ip_17, s0_.number_payment AS number_payment_18, s0_.id_contract AS id_contract_19, s0_.channel_id AS channel_id_20, s0_.promotion_coupon_id AS promotion_coupon_id_21, s0_.customer_id AS customer_id_22, s0_.shipping_address_id AS shipping_address_id_23, s0_.billing_address_id AS billing_address_id_24 FROM sylius_order s0_ WHERE s0_.state = ? AND s0_.channel_id = ? AND s0_.customer_id = ? AND (SELECT COUNT(*) FROM sylius_order_item s1_ WHERE s1_.order_id = s0_.id) > 0 AND s0_.created_by_guest = ? ORDER BY s0_.created_at DESC, s0_.id ASC LIMIT 1
Parameters:
[
  "cart"
  1
  6448
  0
]
12 0.84 ms
SELECT s0_.number AS number_0, s0_.notes AS notes_1, s0_.state AS state_2, s0_.checkout_completed_at AS checkout_completed_at_3, s0_.items_total AS items_total_4, s0_.adjustments_total AS adjustments_total_5, s0_.total AS total_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.id AS id_9, s0_.currency_code AS currency_code_10, s0_.locale_code AS locale_code_11, s0_.checkout_state AS checkout_state_12, s0_.payment_state AS payment_state_13, s0_.shipping_state AS shipping_state_14, s0_.created_by_guest AS created_by_guest_15, s0_.token_value AS token_value_16, s0_.customer_ip AS customer_ip_17, s0_.number_payment AS number_payment_18, s0_.id_contract AS id_contract_19, s0_.channel_id AS channel_id_20, s0_.promotion_coupon_id AS promotion_coupon_id_21, s0_.customer_id AS customer_id_22, s0_.shipping_address_id AS shipping_address_id_23, s0_.billing_address_id AS billing_address_id_24 FROM sylius_order s0_ WHERE s0_.id = ? AND s0_.state = ? AND s0_.channel_id = ? ORDER BY s0_.id ASC
Parameters:
[
  18176
  "cart"
  1
]
13 0.61 ms
SELECT t0.id AS id_1, t0.orl AS orl_2, t0.psy AS psy_3, t0.deafness AS deafness_4, t0.addictive AS addictive_5, t0.vertigo AS vertigo_6, t0.cognitive AS cognitive_7, t0.cardiac AS cardiac_8, t0.cardiac_already AS cardiac_already_9, t0.hypersomnia AS hypersomnia_10, t0.neurological AS neurological_11, t0.movements AS movements_12, t0.knowledge_less AS knowledge_less_13, t0.diabetic AS diabetic_14, t0.sleep_medication AS sleep_medication_15, t0.state AS state_16, t0.created_at AS created_at_17, t0.updated_at AS updated_at_18, t0.order_id AS order_id_19 FROM vachon_medical t0 WHERE t0.order_id = ?
Parameters:
[
  18176
]
14 0.96 ms
SELECT s0_.number AS number_0, s0_.notes AS notes_1, s0_.state AS state_2, s0_.checkout_completed_at AS checkout_completed_at_3, s0_.items_total AS items_total_4, s0_.adjustments_total AS adjustments_total_5, s0_.total AS total_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.id AS id_9, s0_.currency_code AS currency_code_10, s0_.locale_code AS locale_code_11, s0_.checkout_state AS checkout_state_12, s0_.payment_state AS payment_state_13, s0_.shipping_state AS shipping_state_14, s0_.created_by_guest AS created_by_guest_15, s0_.token_value AS token_value_16, s0_.customer_ip AS customer_ip_17, s0_.number_payment AS number_payment_18, s0_.id_contract AS id_contract_19, s0_.channel_id AS channel_id_20, s0_.promotion_coupon_id AS promotion_coupon_id_21, s0_.customer_id AS customer_id_22, s0_.shipping_address_id AS shipping_address_id_23, s0_.billing_address_id AS billing_address_id_24 FROM sylius_order s0_ WHERE s0_.state = ? AND s0_.channel_id = ? AND s0_.customer_id = ? AND (SELECT COUNT(*) FROM sylius_order_item s1_ WHERE s1_.order_id = s0_.id) > 0 AND s0_.created_by_guest = ? ORDER BY s0_.created_at DESC, s0_.id ASC LIMIT 1
Parameters:
[
  "cart"
  1
  6448
  0
]
15 0.45 ms
SELECT s0_.number AS number_0, s0_.notes AS notes_1, s0_.state AS state_2, s0_.checkout_completed_at AS checkout_completed_at_3, s0_.items_total AS items_total_4, s0_.adjustments_total AS adjustments_total_5, s0_.total AS total_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.id AS id_9, s0_.currency_code AS currency_code_10, s0_.locale_code AS locale_code_11, s0_.checkout_state AS checkout_state_12, s0_.payment_state AS payment_state_13, s0_.shipping_state AS shipping_state_14, s0_.created_by_guest AS created_by_guest_15, s0_.token_value AS token_value_16, s0_.customer_ip AS customer_ip_17, s0_.number_payment AS number_payment_18, s0_.id_contract AS id_contract_19, s0_.channel_id AS channel_id_20, s0_.promotion_coupon_id AS promotion_coupon_id_21, s0_.customer_id AS customer_id_22, s0_.shipping_address_id AS shipping_address_id_23, s0_.billing_address_id AS billing_address_id_24 FROM sylius_order s0_ WHERE s0_.id = ? AND s0_.state = ? AND s0_.channel_id = ? ORDER BY s0_.id ASC
Parameters:
[
  18176
  "cart"
  1
]
16 0.45 ms
SELECT t0.type AS type_1, t0.label AS label_2, t0.amount AS amount_3, t0.is_neutral AS is_neutral_4, t0.is_locked AS is_locked_5, t0.origin_code AS origin_code_6, t0.details AS details_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.id AS id_10, t0.order_id AS order_id_11, t0.order_item_id AS order_item_id_12, t0.order_item_unit_id AS order_item_unit_id_13, t0.shipment_id AS shipment_id_14 FROM sylius_adjustment t0 WHERE t0.order_id = ? ORDER BY t0.id ASC
Parameters:
[
  18176
]
17 0.46 ms
SELECT t0.quantity AS quantity_1, t0.unit_price AS unit_price_2, t0.original_unit_price AS original_unit_price_3, t0.units_total AS units_total_4, t0.adjustments_total AS adjustments_total_5, t0.total AS total_6, t0.is_immutable AS is_immutable_7, t0.id AS id_8, t0.product_name AS product_name_9, t0.variant_name AS variant_name_10, t0.version AS version_11, t0.order_id AS order_id_12, t0.variant_id AS variant_id_13 FROM sylius_order_item t0 WHERE t0.order_id = ? ORDER BY t0.id ASC
Parameters:
[
  18176
]
18 0.40 ms
SELECT t0.type AS type_1, t0.label AS label_2, t0.amount AS amount_3, t0.is_neutral AS is_neutral_4, t0.is_locked AS is_locked_5, t0.origin_code AS origin_code_6, t0.details AS details_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.id AS id_10, t0.order_id AS order_id_11, t0.order_item_id AS order_item_id_12, t0.order_item_unit_id AS order_item_unit_id_13, t0.shipment_id AS shipment_id_14 FROM sylius_adjustment t0 WHERE t0.order_item_id = ? ORDER BY t0.id ASC
Parameters:
[
  10367
]
19 0.40 ms
SELECT t0.adjustments_total AS adjustments_total_1, t0.id AS id_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.order_item_id AS order_item_id_5, t0.shipment_id AS shipment_id_6 FROM sylius_order_item_unit t0 WHERE t0.order_item_id = ? ORDER BY t0.id ASC
Parameters:
[
  10367
]
20 0.41 ms
SELECT t0.type AS type_1, t0.label AS label_2, t0.amount AS amount_3, t0.is_neutral AS is_neutral_4, t0.is_locked AS is_locked_5, t0.origin_code AS origin_code_6, t0.details AS details_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.id AS id_10, t0.order_id AS order_id_11, t0.order_item_id AS order_item_id_12, t0.order_item_unit_id AS order_item_unit_id_13, t0.shipment_id AS shipment_id_14 FROM sylius_adjustment t0 WHERE t0.order_item_unit_id = ? ORDER BY t0.id ASC
Parameters:
[
  10654
]
21 0.64 ms
SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.position AS position_4, t0.enabled AS enabled_5, t0.id AS id_6, t0.version AS version_7, t0.on_hold AS on_hold_8, t0.on_hand AS on_hand_9, t0.tracked AS tracked_10, t0.width AS width_11, t0.height AS height_12, t0.depth AS depth_13, t0.weight AS weight_14, t0.shipping_required AS shipping_required_15, t0.product_id AS product_id_16, t0.tax_category_id AS tax_category_id_17, t0.shipping_category_id AS shipping_category_id_18 FROM sylius_product_variant t0 WHERE t0.id = ?
Parameters:
[
  245
]
22 0.66 ms
SELECT t0.price AS price_1, t0.original_price AS original_price_2, t0.minimum_price AS minimum_price_3, t0.lowest_price_before_discount AS lowest_price_before_discount_4, t0.channel_code AS channel_code_5, t0.id AS id_6, t0.product_variant_id AS product_variant_id_7 FROM sylius_channel_pricing t0 WHERE t0.product_variant_id = ? ORDER BY t0.id ASC
Parameters:
[
  245
]
23 0.43 ms
SELECT t0.state AS state_1, t0.tracking AS tracking_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.shipped_at AS shipped_at_5, t0.id AS id_6, t0.adjustments_total AS adjustments_total_7, t0.method_id AS method_id_8, t0.order_id AS order_id_9 FROM sylius_shipment t0 WHERE t0.order_id = ? ORDER BY t0.id ASC
Parameters:
[
  18176
]
24 0.57 ms
SELECT t0.code AS code_1, t0.name AS name_2, t0.description AS description_3, t0.priority AS priority_4, t0.exclusive AS exclusive_5, t0.usage_limit AS usage_limit_6, t0.used AS used_7, t0.coupon_based AS coupon_based_8, t0.starts_at AS starts_at_9, t0.ends_at AS ends_at_10, t0.applies_to_discounted AS applies_to_discounted_11, t0.archived_at AS archived_at_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.id AS id_15 FROM sylius_promotion t0 INNER JOIN sylius_promotion_order ON t0.id = sylius_promotion_order.promotion_id WHERE sylius_promotion_order.order_id = ? ORDER BY t0.id ASC
Parameters:
[
  18176
]
25 0.71 ms
SELECT s0_.code AS code_0, s0_.name AS name_1, s0_.description AS description_2, s0_.priority AS priority_3, s0_.exclusive AS exclusive_4, s0_.usage_limit AS usage_limit_5, s0_.used AS used_6, s0_.coupon_based AS coupon_based_7, s0_.starts_at AS starts_at_8, s0_.ends_at AS ends_at_9, s0_.applies_to_discounted AS applies_to_discounted_10, s0_.archived_at AS archived_at_11, s0_.created_at AS created_at_12, s0_.updated_at AS updated_at_13, s0_.id AS id_14 FROM sylius_promotion s0_ WHERE (s0_.starts_at IS NULL OR s0_.starts_at < ?) AND (s0_.ends_at IS NULL OR s0_.ends_at > ?) AND EXISTS (SELECT 1 FROM sylius_promotion_channels s1_ WHERE s1_.promotion_id = s0_.id AND s1_.channel_id IN (?)) AND s0_.coupon_based = 0 ORDER BY s0_.priority DESC, s0_.id ASC
Parameters:
[
  "2025-07-05 17:05:56"
  "2025-07-05 17:05:56"
  1
]
26 0.44 ms
SELECT t0.code AS code_1, t0.name AS name_2, t0.amount AS amount_3, t0.included_in_price AS included_in_price_4, t0.calculator AS calculator_5, t0.start_date AS start_date_6, t0.end_date AS end_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.id AS id_10, t0.category_id AS category_id_11, t0.zone_id AS zone_id_12 FROM sylius_tax_rate t0 WHERE t0.category_id = ? AND t0.zone_id = ?
Parameters:
[
  3
  3
]
27 0.41 ms
SELECT t0.currency_code AS currency_code_1, t0.amount AS amount_2, t0.state AS state_3, t0.details AS details_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.id AS id_7, t0.payment_multiple AS payment_multiple_8, t0.payment_date AS payment_date_9, t0.payment_priority AS payment_priority_10, t0.token_global_payment AS token_global_payment_11, t0.order_id_global_payment AS order_id_global_payment_12, t0.auth_code_global_payment AS auth_code_global_payment_13, t0.method_id AS method_id_14, t0.order_id AS order_id_15 FROM sylius_payment t0 WHERE t0.order_id = ? ORDER BY t0.id ASC
Parameters:
[
  18176
]
28 0.19 ms
"START TRANSACTION"
Parameters:
[]
29 0.68 ms
INSERT INTO sylius_adjustment (type, label, amount, is_neutral, is_locked, origin_code, details, created_at, updated_at, order_id, order_item_id, order_item_unit_id, shipment_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "tax"
  "Taxe CANADA (5%)"
  6364
  1
  0
  null
  "{"taxRateCode":"TPS","taxRateName":"Taxe CANADA","taxRateAmount":0.05000000000000000277555756156289135105907917022705078125}"
  "2025-07-05 17:05:56"
  "2025-07-05 17:05:56"
  null
  null
  10654
  null
]
30 0.55 ms
UPDATE sylius_shop_user SET last_login = ?, updated_at = ? WHERE id = ?
Parameters:
[
  "2025-07-05 17:05:56"
  "2025-07-05 17:05:56"
  6303
]
31 0.85 ms
UPDATE sylius_order SET created_by_guest = ?, customer_id = ?, updated_at = ? WHERE id = ?
Parameters:
[
  0
  6448
  "2025-07-05 17:05:56"
  18176
]
32 0.36 ms
DELETE FROM sylius_adjustment WHERE id = ?
Parameters:
[
  45354
]
33 0.95 ms
"COMMIT"
Parameters:
[]
34 0.97 ms
SELECT s0_.number AS number_0, s0_.notes AS notes_1, s0_.state AS state_2, s0_.checkout_completed_at AS checkout_completed_at_3, s0_.items_total AS items_total_4, s0_.adjustments_total AS adjustments_total_5, s0_.total AS total_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.id AS id_9, s0_.currency_code AS currency_code_10, s0_.locale_code AS locale_code_11, s0_.checkout_state AS checkout_state_12, s0_.payment_state AS payment_state_13, s0_.shipping_state AS shipping_state_14, s0_.created_by_guest AS created_by_guest_15, s0_.token_value AS token_value_16, s0_.customer_ip AS customer_ip_17, s0_.number_payment AS number_payment_18, s0_.id_contract AS id_contract_19, s0_.channel_id AS channel_id_20, s0_.promotion_coupon_id AS promotion_coupon_id_21, s0_.customer_id AS customer_id_22, s0_.shipping_address_id AS shipping_address_id_23, s0_.billing_address_id AS billing_address_id_24 FROM sylius_order s0_ WHERE s0_.state = ? AND s0_.channel_id = ? AND s0_.customer_id = ? AND (SELECT COUNT(*) FROM sylius_order_item s1_ WHERE s1_.order_id = s0_.id) > 0 AND s0_.created_by_guest = ? ORDER BY s0_.created_at DESC, s0_.id ASC LIMIT 1
Parameters:
[
  "cart"
  1
  6448
  0
]

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\Channel\Channel 1
App\Entity\Addressing\Zone 1
App\Entity\Taxonomy\Taxon 1
App\Entity\Channel\ShopBillingData 1
App\Entity\Locale\Locale 1
App\Entity\Currency\Currency 1
App\Entity\User\ShopUser 1
App\Entity\Customer\Customer 1
App\Entity\Customer\CustomerGroup 1
App\Entity\Order\Order 1
App\Entity\Order\OrderItem 1
App\Entity\Product\ProductVariant 1
App\Entity\Order\OrderItemUnit 1
App\Entity\Order\Adjustment 1
App\Entity\Product\Product 1
App\Entity\Taxation\TaxCategory 1
App\Entity\Channel\ChannelPricing 1
App\Entity\Taxation\TaxRate 1
App\Entity\Payment\Payment 1
App\Entity\Payment\PaymentMethod 1

Entities Mapping

Class Mapping errors
Sylius\Component\Order\Model\Order No errors.
Sylius\Component\Core\Model\Order No errors.
App\Entity\Order\Order No errors.
Sylius\Component\Shipping\Model\Shipment No errors.
Sylius\Component\Core\Model\Shipment No errors.
App\Entity\Shipping\Shipment No errors.
Sylius\Component\Channel\Model\Channel No errors.
Sylius\Component\Core\Model\Channel No errors.
App\Entity\Channel\Channel No errors.
Sylius\Component\Locale\Model\Locale No errors.
App\Entity\Locale\Locale No errors.
Sylius\Component\Currency\Model\Currency No errors.
App\Entity\Currency\Currency No errors.
Sylius\Component\Addressing\Model\Zone No errors.
App\Entity\Addressing\Zone No errors.
Sylius\Component\Taxonomy\Model\Taxon No errors.
Sylius\Component\Core\Model\Taxon No errors.
App\Entity\Taxonomy\Taxon No errors.
Sylius\Component\Core\Model\ShopBillingData No errors.
App\Entity\Channel\ShopBillingData No errors.
Sylius\Component\Core\Model\ChannelPriceHistoryConfig No errors.
App\Entity\Channel\ChannelPriceHistoryConfig No errors.
Sylius\Component\Addressing\Model\Country No errors.
App\Entity\Addressing\Country No errors.
Sylius\Component\User\Model\User No errors.
Sylius\Component\Core\Model\ShopUser No errors.
App\Entity\User\ShopUser
  • The field App\Entity\User\ShopUser#disponibilities is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\User\ShopUser#disponibilities does not contain the required 'inversedBy="disponibilities"' attribute.
Sylius\Component\Customer\Model\Customer No errors.
Sylius\Component\Core\Model\Customer No errors.
App\Entity\Customer\Customer No errors.
App\Entity\Evaluation\Evaluation No errors.
App\Entity\Phase\Phase No errors.
App\Entity\Disponibilities\ExitNumber No errors.
Sylius\Component\User\Model\UserOAuth No errors.
App\Entity\User\UserOAuth No errors.
Sylius\Component\Shipping\Model\ShippingMethod No errors.
Sylius\Component\Core\Model\ShippingMethod No errors.
App\Entity\Shipping\ShippingMethod No errors.
Sylius\Component\Promotion\Model\Promotion No errors.
Sylius\Component\Core\Model\Promotion No errors.
App\Entity\Promotion\Promotion No errors.
Sylius\Component\Currency\Model\ExchangeRate No errors.
App\Entity\Currency\ExchangeRate No errors.
Sylius\Component\Taxation\Model\TaxRate No errors.
Sylius\Component\Core\Model\TaxRate No errors.
App\Entity\Taxation\TaxRate No errors.
Sylius\Component\Payment\Model\PaymentMethod No errors.
Sylius\Component\Core\Model\PaymentMethod No errors.
App\Entity\Payment\PaymentMethod No errors.
Sylius\Component\Core\Model\ChannelPricing No errors.
App\Entity\Channel\ChannelPricing No errors.
Sylius\Component\Customer\Model\CustomerGroup No errors.
App\Entity\Customer\CustomerGroup No errors.
Sylius\Component\Addressing\Model\Address No errors.
Sylius\Component\Core\Model\Address No errors.
App\Entity\Addressing\Address No errors.
Sylius\Component\Promotion\Model\PromotionCoupon No errors.
Sylius\Component\Core\Model\PromotionCoupon No errors.
App\Entity\Promotion\PromotionCoupon No errors.
Sylius\Component\Order\Model\OrderItem No errors.
Sylius\Component\Core\Model\OrderItem No errors.
App\Entity\Order\OrderItem No errors.
App\Entity\Medical\Medical No errors.
Sylius\Component\Payment\Model\Payment No errors.
Sylius\Component\Core\Model\Payment No errors.
App\Entity\Payment\Payment No errors.
Sylius\Component\Order\Model\Adjustment No errors.
Sylius\Component\Core\Model\Adjustment No errors.
App\Entity\Order\Adjustment No errors.
Sylius\Component\Order\Model\OrderItemUnit No errors.
Sylius\Component\Core\Model\OrderItemUnit No errors.
App\Entity\Order\OrderItemUnit No errors.
Sylius\Component\Product\Model\ProductVariant No errors.
Sylius\Component\Core\Model\ProductVariant No errors.
App\Entity\Product\ProductVariant No errors.
Sylius\Component\Product\Model\Product No errors.
Sylius\Component\Core\Model\Product No errors.
App\Entity\Product\Product No errors.
Sylius\Component\Taxation\Model\TaxCategory No errors.
App\Entity\Taxation\TaxCategory No errors.
Sylius\Component\Shipping\Model\ShippingCategory No errors.
App\Entity\Shipping\ShippingCategory No errors.
Sylius\Component\Product\Model\ProductVariantTranslation No errors.
App\Entity\Product\ProductVariantTranslation No errors.
Sylius\Component\Core\Model\Image No errors.
Sylius\Component\Core\Model\ProductImage No errors.
App\Entity\Product\ProductImage No errors.
Sylius\Component\Product\Model\ProductOptionValue No errors.
App\Entity\Product\ProductOptionValue No errors.
Sylius\Component\Promotion\Model\CatalogPromotion No errors.
Sylius\Component\Core\Model\CatalogPromotion No errors.
App\Entity\Promotion\CatalogPromotion No errors.
Sylius\Component\Core\Model\ChannelPricingLogEntry No errors.
App\Entity\Channel\ChannelPricingLogEntry No errors.