Error 404 Not Found

GET https://www.erp.lasalle.ma/open/visitors/info/gets?uuid=1

Forwarded to ErrorController (bc672c)

Query Metrics

13 Database Queries
7 Different statements
9.07 ms Query time
12 Invalid entities

Queries

Group similar statements

# Time Info
1 0.39 ms
SELECT DATABASE()
Parameters:
[]
2 1.82 ms
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "lasallem_salle"
]
3 0.16 ms
SELECT DATABASE()
Parameters:
[]
4 1.31 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.14 ms
SELECT DATABASE()
Parameters:
[]
6 0.95 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"
]
7 0.13 ms
SELECT DATABASE()
Parameters:
[]
8 1.57 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"
]
9 1.36 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"
]
10 0.15 ms
SELECT DATABASE()
Parameters:
[]
11 0.64 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"
]
12 0.33 ms
SELECT * FROM doctrine_migration_versions
Parameters:
[]
13 0.13 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\Entity\FrontTheme No errors.
App\Entity\Application No errors.
App\Entity\Settings No errors.
App\Entity\User No errors.
App\Entity\LinkType 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\Link 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\Page 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.