Error 500 Internal Server Error

GET http://erp.lasalle.ma/sitemap.xml

Forwarded to ErrorController (240d72)

Query Metrics

15 Database Queries
9 Different statements
33.38 ms Query time
12 Invalid entities

Queries

Group similar statements

# Time Info
1 7.98 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.json_content AS json_content_4, t0.json_simplified_content AS json_simplified_content_5, t0.created_at AS created_at_6, t0.slug AS slug_7, t0.is_enabled AS is_enabled_8, t0.is_live_editor AS is_live_editor_9, t0.page_editor AS page_editor_10, t0.description AS description_11, t0.deleted_at AS deleted_at_12, t0.link_id AS link_id_13 FROM page t0 WHERE ((t0.deleted_at IS NULL))
Parameters:
[]
2 4.37 ms
SELECT t0.id AS id_1, t0.is_monday AS is_monday_2, t0.is_tuesday AS is_tuesday_3, t0.is_wednesday AS is_wednesday_4, t0.is_thursday AS is_thursday_5, t0.is_friday AS is_friday_6, t0.is_saturday AS is_saturday_7, t0.is_sunday AS is_sunday_8, t0.start_work_at AS start_work_at_9, t0.end_work_at AS end_work_at_10, t0.exclude_days AS exclude_days_11, t0.exclude_dates AS exclude_dates_12, t0.exclude_hours AS exclude_hours_13, t0.logo AS logo_14, t0.logo_base64 AS logo_base64_15, t0.favicon AS favicon_16, t0.email AS email_17, t0.address AS address_18, t0.currency AS currency_19, t0.default_lang AS default_lang_20, t0.project_name AS project_name_21, t0.code AS code_22, t0.asset_folder_name AS asset_folder_name_23, t0.mail_order_created_body AS mail_order_created_body_24, t0.mail_order_created_title AS mail_order_created_title_25, t0.prefix_order AS prefix_order_26, t0.root_url AS root_url_27, t0.description AS description_28, t0.is_mercure_enabled AS is_mercure_enabled_29, t0.front_theme_id AS front_theme_id_30 FROM settings t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
  "main"
]
3 0.39 ms
SELECT DATABASE()
Parameters:
[]
4 1.73 ms
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "lasallem_salle"
]
5 0.16 ms
SELECT DATABASE()
Parameters:
[]
6 0.98 ms
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "lasallem_salle"
]
7 0.35 ms
SELECT DATABASE()
Parameters:
[]
8 5.58 ms
SELECT t.TABLE_NAME,
           t.ENGINE,
           t.AUTO_INCREMENT,
           t.TABLE_COMMENT,
           t.CREATE_OPTIONS,
           t.TABLE_COLLATION,
           ccsa.CHARACTER_SET_NAME
      FROM information_schema.TABLES t
        INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa
            ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
Parameters:
[
  "lasallem_salle"
  "doctrine_migration_versions"
]
9 0.30 ms
SELECT DATABASE()
Parameters:
[]
10 3.19 ms
SELECT DISTINCT            k.CONSTRAINT_NAME,
            k.COLUMN_NAME,
            k.REFERENCED_TABLE_NAME,
            k.REFERENCED_COLUMN_NAME,
            k.ORDINAL_POSITION /*!50116,
            c.UPDATE_RULE,
            c.DELETE_RULE */
FROM information_schema.key_column_usage k /*!50116
INNER JOIN information_schema.referential_constraints c
ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME
AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'lasallem_salle' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[
  "lasallem_salle"
  "doctrine_migration_versions"
]
11 1.63 ms
SELECT       c.COLUMN_NAME        AS field,
       c.COLUMN_TYPE        AS type,
       c.IS_NULLABLE        AS `null`,
       c.COLUMN_KEY         AS `key`,
       c.COLUMN_DEFAULT     AS `default`,
       c.EXTRA,
       c.COLUMN_COMMENT     AS comment,
       c.CHARACTER_SET_NAME AS characterset,
       c.COLLATION_NAME     AS collation
FROM information_schema.COLUMNS c
    INNER JOIN information_schema.TABLES t
        ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
Parameters:
[
  "lasallem_salle"
  "lasallem_salle"
  "doctrine_migration_versions"
]
12 3.83 ms
SELECT DATABASE()
Parameters:
[]
13 1.66 ms
SELECT        NON_UNIQUE  AS Non_Unique,
        INDEX_NAME  AS Key_name,
        COLUMN_NAME AS Column_Name,
        SUB_PART    AS Sub_Part,
        INDEX_TYPE  AS Index_Type
FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
Parameters:
[
  "lasallem_salle"
  "doctrine_migration_versions"
]
14 0.98 ms
SELECT * FROM doctrine_migration_versions
Parameters:
[]
15 0.25 ms
SELECT DATABASE()
Parameters:
[]

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.

Entities Mapping

Class Mapping errors
App\Flexy\FrontBundle\Entity\Page No errors.
App\Entity\Link No errors.
App\Entity\Settings No errors.
App\Entity\FrontTheme No errors.
App\Entity\LinkType No errors.
App\Entity\Application No errors.
App\Entity\User No errors.
App\Entity\ExportExcel No errors.
App\Entity\Role No errors.
App\Entity\Notification No errors.
App\Entity\ResetPasswordRequest No errors.
App\Entity\SessionHistory No errors.
App\Entity\LogHistory No errors.
App\Flexy\POSBundle\Entity\Table No errors.
App\Flexy\POSBundle\Entity\Caisse No errors.
App\Flexy\ShopBundle\Entity\Order\Order
  • The mappings App\Flexy\ShopBundle\Entity\Order\Order#cityRegionShipping and App\Flexy\ShopBundle\Entity\Shipping\CityRegion#orders are inconsistent with each other.
App\Flexy\StockBundle\Entity\Document
  • The mappings App\Flexy\StockBundle\Entity\Document#cityRegionShipping and App\Flexy\ShopBundle\Entity\Shipping\CityRegion#orders are inconsistent with each other.
App\Flexy\ShopBundle\Entity\Order\OrderItem No errors.
App\Flexy\StockBundle\Entity\Stock No errors.
App\Flexy\ShopBundle\Entity\Product\Product
  • The mappings App\Flexy\ShopBundle\Entity\Product\Product#childrenProductsPack and App\Flexy\ShopBundle\Entity\Product\ProductPack#parentProduct are inconsistent with each other.
App\Flexy\StockBundle\Entity\Article
  • The mappings App\Flexy\StockBundle\Entity\Article#childrenProductsPack and App\Flexy\ShopBundle\Entity\Product\ProductPack#parentProduct are inconsistent with each other.
App\Flexy\FrontBundle\Entity\MenuItem No errors.
App\Flexy\FrontBundle\Entity\Section No errors.
App\Flexy\FrontBundle\Entity\MasterSlider No errors.
App\Flexy\FrontBundle\Entity\Menu No errors.
App\Flexy\FrontBundle\Entity\PubBanner No errors.
App\Flexy\FrontBundle\Entity\Slider No errors.
App\Flexy\FrontBundle\Entity\Slide No errors.
App\Flexy\FrontBundle\Entity\Bloc No errors.
App\Flexy\ShopBundle\Entity\Brand No errors.
App\Flexy\ShopBundle\Entity\Accounting\AccountClass No errors.
App\Flexy\ShopBundle\Entity\Accounting\FinancialPeriod No errors.
App\Flexy\ShopBundle\Entity\Accounting\JournalEntryItem No errors.
App\Flexy\ShopBundle\Entity\Accounting\Account No errors.
App\Flexy\ShopBundle\Entity\Accounting\FinancialYear No errors.
App\Flexy\ShopBundle\Entity\Accounting\Invoice
  • The association App\Flexy\ShopBundle\Entity\Accounting\Invoice#customerWalletPoints refers to the owning side field App\Flexy\ShopBundle\Entity\Customer\CustomerWalletPoint#invoice which does not exist.
App\Flexy\ShopBundle\Entity\Accounting\JournalEntry No errors.
App\Flexy\ShopBundle\Entity\Product\ImportExcel No errors.
App\Flexy\ShopBundle\Entity\Product\Attribut No errors.
App\Flexy\ShopBundle\Entity\Product\ProductShop
  • The mappings App\Flexy\ShopBundle\Entity\Product\ProductShop#childrenProductsPack and App\Flexy\ShopBundle\Entity\Product\ProductPack#parentProduct are inconsistent with each other.
App\Flexy\ShopBundle\Entity\Product\Comment No errors.
App\Flexy\ShopBundle\Entity\Product\CategoryProduct No errors.
App\Flexy\ShopBundle\Entity\Product\ProductPack
  • The association App\Flexy\ShopBundle\Entity\Product\ProductPack#parentProduct refers to the inverse side field App\Flexy\ShopBundle\Entity\Product\Product#childrenPackProducts which does not exist.
App\Flexy\ShopBundle\Entity\Product\ProductSubscription No errors.
App\Flexy\ShopBundle\Entity\Product\ProductVariant No errors.
App\Flexy\ShopBundle\Entity\Product\ImageProduct No errors.
App\Flexy\ShopBundle\Entity\Product\AttributValue No errors.
App\Flexy\ShopBundle\Entity\Customer\Visit No errors.
App\Flexy\ShopBundle\Entity\Customer\Pack No errors.
App\Flexy\ShopBundle\Entity\Customer\CustomerWalletPoint
  • The mappings App\Flexy\ShopBundle\Entity\Customer\CustomerWalletPoint#originInvoice and App\Flexy\ShopBundle\Entity\Accounting\Invoice#customerWalletPoints are inconsistent with each other.
App\Flexy\ShopBundle\Entity\Customer\CustomerAddress No errors.
App\Flexy\ShopBundle\Entity\Customer\Customer No errors.
App\Flexy\ShopBundle\Entity\Customer\CustomerGroup No errors.
App\Flexy\ShopBundle\Entity\Customer\PackEngagement No errors.
App\Flexy\ShopBundle\Entity\Customer\Complaint No errors.
App\Flexy\ShopBundle\Entity\Customer\ComplaintSubject No errors.
App\Flexy\ShopBundle\Entity\Resource\AgentType No errors.
App\Flexy\ShopBundle\Entity\Resource\Agent
  • The association App\Flexy\ShopBundle\Entity\Resource\Agent#agentObjective refers to the inverse side field App\Flexy\ShopBundle\Entity\Resource\AgentObjective#agent which does not exist.
App\Flexy\ShopBundle\Entity\Resource\AgentObjective
  • The mappings App\Flexy\ShopBundle\Entity\Resource\AgentObjective#agents and App\Flexy\ShopBundle\Entity\Resource\Agent#agentObjective are inconsistent with each other.
App\Flexy\ShopBundle\Entity\Supplier\Supplier No errors.
App\Flexy\ShopBundle\Entity\Payment\PaymentMethod No errors.
App\Flexy\ShopBundle\Entity\Payment\Transaction No errors.
App\Flexy\ShopBundle\Entity\Payment\Payment No errors.
App\Flexy\ShopBundle\Entity\Payment\BankBook No errors.
App\Flexy\ShopBundle\Entity\Payment\TransactionList No errors.
App\Flexy\ShopBundle\Entity\Payment\BankBookItem No errors.
App\Flexy\ShopBundle\Entity\Payment\Bank No errors.
App\Flexy\ShopBundle\Entity\Promotion\Coupon No errors.
App\Flexy\ShopBundle\Entity\Promotion\PromotionAction No errors.
App\Flexy\ShopBundle\Entity\Promotion\PromotionRule No errors.
App\Flexy\ShopBundle\Entity\Promotion\Promotion No errors.
App\Flexy\ShopBundle\Entity\Shipping\TrackingStep No errors.
App\Flexy\ShopBundle\Entity\Shipping\City No errors.
App\Flexy\ShopBundle\Entity\Shipping\CashBox No errors.
App\Flexy\ShopBundle\Entity\Shipping\ShippingVehicle No errors.
App\Flexy\ShopBundle\Entity\Shipping\ShipmentItemChild No errors.
App\Flexy\ShopBundle\Entity\Shipping\ShippingCalculationMethod No errors.
App\Flexy\ShopBundle\Entity\Shipping\Shipment No errors.
App\Flexy\ShopBundle\Entity\Shipping\ShipmentItemType No errors.
App\Flexy\ShopBundle\Entity\Shipping\ShipmentPaper No errors.
App\Flexy\ShopBundle\Entity\Shipping\StepType No errors.
App\Flexy\ShopBundle\Entity\Shipping\ShipmentItem No errors.
App\Flexy\ShopBundle\Entity\Shipping\ShippingMethod No errors.
App\Flexy\ShopBundle\Entity\Shipping\ShippingVehicleType No errors.
App\Flexy\ShopBundle\Entity\Shipping\Departement No errors.
App\Flexy\ShopBundle\Entity\Shipping\CashOnDelivery No errors.
App\Flexy\ShopBundle\Entity\Shipping\CityRegion
  • The association App\Flexy\ShopBundle\Entity\Shipping\CityRegion#orders refers to the owning side field App\Flexy\ShopBundle\Entity\Order\Order#cityRegion which does not exist.
  • The association App\Flexy\ShopBundle\Entity\Shipping\CityRegion#stores refers to the owning side field App\Flexy\ShopBundle\Entity\Store\Store#�cityRegion which does not exist.
App\Flexy\ShopBundle\Entity\Shipping\ShipmentCollectMoney No errors.
App\Flexy\ShopBundle\Entity\Shipping\ShippingRule No errors.
App\Flexy\ShopBundle\Entity\Taxes\ShippingTax No errors.
App\Flexy\ShopBundle\Entity\Taxes\ValueAddedTax No errors.
App\Flexy\ShopBundle\Entity\Store\Store
  • The mappings App\Flexy\ShopBundle\Entity\Store\Store#cityRegion and App\Flexy\ShopBundle\Entity\Shipping\CityRegion#stores are inconsistent with each other.
App\Flexy\ShopBundle\Entity\Order\OrderItemNote No errors.
App\Flexy\ShopBundle\Entity\Order\DemandeFund No errors.
App\Flexy\ShopBundle\Entity\Order\Adjustment No errors.
App\Flexy\ShopBundle\Entity\Order\CashBoxOrder No errors.
App\Flexy\ShopBundle\Entity\Vendor\Vendor No errors.
App\Flexy\ShopBundle\Entity\ImportExcel\ImportExcel No errors.
App\Flexy\BookingBundle\Entity\Offer No errors.
App\Flexy\BookingBundle\Entity\CategoryOffer No errors.
App\Flexy\BookingBundle\Entity\Reservation No errors.
App\Flexy\TransportBundle\Entity\Vehicle No errors.
App\Flexy\TransportBundle\Entity\RequestMission No errors.
App\Flexy\TransportBundle\Entity\Mission No errors.
Vich\UploaderBundle\Entity\File No errors.