Error 500 Internal Server Error

GET http://lasalleerp-h.com/sitemap.xml

Forwarded to ErrorController (a59263)

Query Metrics

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

Grouped Statements

Show all queries

default connection

Time Count Info
18.89 ms
(28.73%)
1
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:
[]
16.99 ms
(25.84%)
6
SELECT DATABASE()
Parameters:
[]
13.98 ms
(21.26%)
2
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "lasall_erph2"
]
6.92 ms
(10.52%)
1
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 = 'lasall_erph2' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[
  "lasall_erph2"
  "doctrine_migration_versions"
]
4.44 ms
(6.75%)
1
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:
[
  "lasall_erph2"
  "lasall_erph2"
  "doctrine_migration_versions"
]
2.13 ms
(3.25%)
1
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:
[
  "lasall_erph2"
  "doctrine_migration_versions"
]
0.95 ms
(1.44%)
1
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"
]
0.74 ms
(1.12%)
1
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:
[
  "lasall_erph2"
  "doctrine_migration_versions"
]
0.72 ms
(1.09%)
1
SELECT * FROM doctrine_migration_versions
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection
salle2 doctrine.dbal.salle2_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\Role No errors.
App\Entity\ExportExcel No errors.
App\Entity\Notification No errors.
App\Entity\ResetPasswordRequest No errors.
App\Entity\User No errors.
App\Entity\SessionHistory No errors.
App\Entity\LogHistory No errors.
App\Entity\Application No errors.
App\Flexy\POSBundle\Entity\Table No errors.
App\Flexy\POSBundle\Entity\Caisse No errors.
App\Flexy\ShopBundle\Entity\Order\OrderItem No errors.
App\Flexy\StockBundle\Entity\Stock 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\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\Bloc No errors.
App\Flexy\FrontBundle\Entity\Menu No errors.
App\Flexy\FrontBundle\Entity\MenuItem No errors.
App\Flexy\FrontBundle\Entity\Slider No errors.
App\Flexy\FrontBundle\Entity\Slide No errors.
App\Flexy\FrontBundle\Entity\Section No errors.
App\Flexy\FrontBundle\Entity\MasterSlider No errors.
App\Flexy\FrontBundle\Entity\PubBanner No errors.
App\Flexy\ShopBundle\Entity\Customer\CustomerAddress No errors.
App\Flexy\ShopBundle\Entity\Customer\Complaint No errors.
App\Flexy\ShopBundle\Entity\Customer\VisitOutside No errors.
App\Flexy\ShopBundle\Entity\Customer\PackEngagement 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\Pack No errors.
App\Flexy\ShopBundle\Entity\Customer\Visit No errors.
App\Flexy\ShopBundle\Entity\Customer\Customer No errors.
App\Flexy\ShopBundle\Entity\Customer\CustomerGroup No errors.
App\Flexy\ShopBundle\Entity\Customer\ComplaintSubject No errors.
App\Flexy\ShopBundle\Entity\Promotion\PromotionAction No errors.
App\Flexy\ShopBundle\Entity\Promotion\Promotion No errors.
App\Flexy\ShopBundle\Entity\Promotion\PromotionRule No errors.
App\Flexy\ShopBundle\Entity\Promotion\Coupon No errors.
App\Flexy\ShopBundle\Entity\Brand No errors.
App\Flexy\ShopBundle\Entity\Payment\TransactionList No errors.
App\Flexy\ShopBundle\Entity\Payment\BankBookItem No errors.
App\Flexy\ShopBundle\Entity\Payment\Transaction No errors.
App\Flexy\ShopBundle\Entity\Payment\Payment No errors.
App\Flexy\ShopBundle\Entity\Payment\PaymentMethod No errors.
App\Flexy\ShopBundle\Entity\Payment\Bank No errors.
App\Flexy\ShopBundle\Entity\Payment\BankBook No errors.
App\Flexy\ShopBundle\Entity\Shipping\StepType No errors.
App\Flexy\ShopBundle\Entity\Shipping\CashBox No errors.
App\Flexy\ShopBundle\Entity\Shipping\ShippingVehicle No errors.
App\Flexy\ShopBundle\Entity\Shipping\ShippingMethod No errors.
App\Flexy\ShopBundle\Entity\Shipping\City No errors.
App\Flexy\ShopBundle\Entity\Shipping\ShipmentCollectMoney 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\ShippingVehicleType No errors.
App\Flexy\ShopBundle\Entity\Shipping\Departement No errors.
App\Flexy\ShopBundle\Entity\Shipping\Shipment No errors.
App\Flexy\ShopBundle\Entity\Shipping\TrackingStep No errors.
App\Flexy\ShopBundle\Entity\Shipping\ShipmentItemType No errors.
App\Flexy\ShopBundle\Entity\Shipping\ShipmentPaper No errors.
App\Flexy\ShopBundle\Entity\Shipping\ShippingCalculationMethod No errors.
App\Flexy\ShopBundle\Entity\Shipping\ShippingRule No errors.
App\Flexy\ShopBundle\Entity\Shipping\ShipmentItem No errors.
App\Flexy\ShopBundle\Entity\Shipping\ShipmentItemChild No errors.
App\Flexy\ShopBundle\Entity\Taxes\ValueAddedTax No errors.
App\Flexy\ShopBundle\Entity\Taxes\ShippingTax No errors.
App\Flexy\ShopBundle\Entity\Product\ProductVariant No errors.
App\Flexy\ShopBundle\Entity\Product\Comment No errors.
App\Flexy\ShopBundle\Entity\Product\ImportExcel No errors.
App\Flexy\ShopBundle\Entity\Product\Attribut No errors.
App\Flexy\ShopBundle\Entity\Product\CategoryProduct No errors.
App\Flexy\ShopBundle\Entity\Product\ProductSubscription 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\AttributValue 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\ImageProduct No errors.
App\Flexy\ShopBundle\Entity\Order\OrderItemNote No errors.
App\Flexy\ShopBundle\Entity\Order\Adjustment No errors.
App\Flexy\ShopBundle\Entity\Order\CashBoxOrder No errors.
App\Flexy\ShopBundle\Entity\Order\DemandeFund No errors.
App\Flexy\ShopBundle\Entity\ImportExcel\ImportExcel 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\Supplier\Supplier 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\AgentType No errors.
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\Accounting\JournalEntryItem 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\FinancialPeriod No errors.
App\Flexy\ShopBundle\Entity\Accounting\Account No errors.
App\Flexy\ShopBundle\Entity\Accounting\JournalEntry No errors.
App\Flexy\ShopBundle\Entity\Accounting\AccountClass No errors.
App\Flexy\ShopBundle\Entity\Accounting\FinancialYear No errors.
App\Flexy\ShopBundle\Entity\Vendor\Vendor 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\Mission No errors.
App\Flexy\TransportBundle\Entity\RequestMission No errors.
App\Flexy\TransportBundle\Entity\Vehicle No errors.
Vich\UploaderBundle\Entity\File No errors.