Error 404 Not Found

GET https://quartiersdaffaires.pro/projects/quartiersdaffaires.pro/uploads/default/

Forwarded to ErrorController (bab120)

Query Metrics

13 Database Queries
7 Different statements
17.81 ms Query time
10 Invalid entities
0 Cache hits
0 Cache misses
0 Cache puts

Queries

Group similar statements

# Time Info
1 0.57 ms
SELECT DATABASE()
Parameters:
[]
2 3.24 ms
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "flexyplatform_customer_quartiersdaffaires"
]
3 0.43 ms
SELECT DATABASE()
Parameters:
[]
4 2.86 ms
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "flexyplatform_customer_quartiersdaffaires"
]
5 0.55 ms
SELECT DATABASE()
Parameters:
[]
6 1.54 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:
[
  "flexyplatform_customer_quartiersdaffaires"
  "doctrine_migration_versions"
]
7 0.26 ms
SELECT DATABASE()
Parameters:
[]
8 2.94 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 = 'flexyplatform_customer_quartiersdaffaires' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[
  "flexyplatform_customer_quartiersdaffaires"
  "doctrine_migration_versions"
]
9 2.58 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:
[
  "flexyplatform_customer_quartiersdaffaires"
  "flexyplatform_customer_quartiersdaffaires"
  "doctrine_migration_versions"
]
10 0.40 ms
SELECT DATABASE()
Parameters:
[]
11 1.46 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:
[
  "flexyplatform_customer_quartiersdaffaires"
  "doctrine_migration_versions"
]
12 0.55 ms
SELECT * FROM doctrine_migration_versions
Parameters:
[]
13 0.42 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

0 Hits
0 Misses
0 Puts

Entities Mapping

Class Mapping errors
App\Entity\AiRequest No errors.
App\Entity\CurrencyExchangeRate No errors.
App\Entity\ExportExcel No errors.
App\Entity\FrontTheme No errors.
App\Entity\Image No errors.
App\Entity\Link No errors.
App\Entity\LinkType No errors.
App\Entity\LogHistory No errors.
App\Entity\Notification No errors.
App\Entity\ResetPasswordRequest No errors.
App\Entity\Role No errors.
App\Entity\ThreadAiRequest No errors.
App\Entity\WebsiteTheme No errors.
App\Entity\Application No errors.
App\Entity\Settings No errors.
App\Entity\User No errors.
Gedmo\Translatable\Entity\MappedSuperclass\AbstractPersonalTranslation No errors.
Gedmo\Translatable\Entity\MappedSuperclass\AbstractTranslation No errors.
Gedmo\Translatable\Entity\Translation No errors.
App\Flexy\Apps\POSBundle\Entity\Caisse No errors.
App\Flexy\Apps\POSBundle\Entity\Table 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\Apps\StockBundle\Entity\Article
  • The mappings App\Flexy\Apps\StockBundle\Entity\Article#childrenProductsPack and App\Flexy\ShopBundle\Entity\Product\ProductPack#parentProduct are inconsistent with each other.
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\Apps\StockBundle\Entity\Document
  • The mappings App\Flexy\Apps\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\Apps\StockBundle\Entity\Stock No errors.
App\Flexy\FrontBundle\Entity\Bloc No errors.
App\Flexy\FrontBundle\Entity\CategoryPage No errors.
App\Flexy\FrontBundle\Entity\FormData 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\Section No errors.
App\Flexy\FrontBundle\Entity\Slide No errors.
App\Flexy\FrontBundle\Entity\Slider No errors.
App\Flexy\FrontBundle\Entity\MenuItem No errors.
App\Flexy\FrontBundle\Entity\FormField No errors.
App\Flexy\FrontBundle\Entity\Form
  • The mappings App\Flexy\FrontBundle\Entity\Form#formDatas and App\Flexy\FrontBundle\Entity\FormField#form are inconsistent with each other.
App\Flexy\FrontBundle\Entity\Page No errors.
App\Flexy\ShopBundle\Entity\Accounting\Account No errors.
App\Flexy\ShopBundle\Entity\Accounting\AccountClass No errors.
App\Flexy\ShopBundle\Entity\Accounting\FinancialPeriod No errors.
App\Flexy\ShopBundle\Entity\Accounting\FinancialYear No errors.
App\Flexy\ShopBundle\Entity\Accounting\Invoice No errors.
App\Flexy\ShopBundle\Entity\Accounting\JournalEntry No errors.
App\Flexy\ShopBundle\Entity\Accounting\JournalEntryItem No errors.
App\Flexy\ShopBundle\Entity\Accounting\PayableInvoice No errors.
App\Flexy\ShopBundle\Entity\Customer\Complaint No errors.
App\Flexy\ShopBundle\Entity\Customer\ComplaintSubject No errors.
App\Flexy\ShopBundle\Entity\Customer\CustomerAddress No errors.
App\Flexy\ShopBundle\Entity\Customer\CustomerWalletPoint No errors.
App\Flexy\ShopBundle\Entity\Customer\Pack No errors.
App\Flexy\ShopBundle\Entity\Customer\PackEngagement No errors.
App\Flexy\ShopBundle\Entity\Customer\Customer No errors.
App\Flexy\ShopBundle\Entity\Customer\CustomerGroup No errors.
App\Flexy\ShopBundle\Entity\ImportExcel\ImportExcel No errors.
App\Flexy\ShopBundle\Entity\Order\Adjustment No errors.
App\Flexy\ShopBundle\Entity\Order\DemandeFund No errors.
App\Flexy\ShopBundle\Entity\Order\OrderItemNote No errors.
App\Flexy\ShopBundle\Entity\Payment\Bank No errors.
App\Flexy\ShopBundle\Entity\Payment\BankBook No errors.
App\Flexy\ShopBundle\Entity\Payment\BankBookItem No errors.
App\Flexy\ShopBundle\Entity\Payment\Payment
  • The association App\Flexy\ShopBundle\Entity\Payment\Payment#vehicleRent refers to the inverse side field App\Flexy\ShopBundle\Entity\Shipping\Vehicle\VehicleRent#payments which does not exist.
App\Flexy\ShopBundle\Entity\Payment\PaymentMethod No errors.
App\Flexy\ShopBundle\Entity\Payment\Transaction No errors.
App\Flexy\ShopBundle\Entity\Payment\TransactionList No errors.
App\Flexy\ShopBundle\Entity\Product\Attribut No errors.
App\Flexy\ShopBundle\Entity\Product\AttributValue No errors.
App\Flexy\ShopBundle\Entity\Product\CategoryProduct No errors.
App\Flexy\ShopBundle\Entity\Product\Comment No errors.
App\Flexy\ShopBundle\Entity\Product\ImageProduct No errors.
App\Flexy\ShopBundle\Entity\Product\ImportExcel 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\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\ProductSubscription No errors.
App\Flexy\ShopBundle\Entity\Product\ProductVariant No errors.
App\Flexy\ShopBundle\Entity\Promotion\Coupon No errors.
App\Flexy\ShopBundle\Entity\Promotion\Promotion No errors.
App\Flexy\ShopBundle\Entity\Promotion\PromotionAction No errors.
App\Flexy\ShopBundle\Entity\Promotion\PromotionRule No errors.
App\Flexy\ShopBundle\Entity\Resource\Agent No errors.
App\Flexy\ShopBundle\Entity\Resource\AgentType No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\BodyCondition No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\BrakingControl No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\DisplayControl No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\EquipmentVehicle No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\FuelType No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\OilMaintenance No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\OtherControl No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\PowerControl No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\ShippingVehicle No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\ShippingVehicleType No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\StatusTrackingVehicle No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\TechnicalControl No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\TireControl No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\VehicleConsumption No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\VehicleIncident No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\VehicleRent No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\VehicleRentType No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\VehicleRepair No errors.
App\Flexy\ShopBundle\Entity\Shipping\CashBox No errors.
App\Flexy\ShopBundle\Entity\Shipping\CashOnDelivery No errors.
App\Flexy\ShopBundle\Entity\Shipping\City 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\Country No errors.
App\Flexy\ShopBundle\Entity\Shipping\Departement No errors.
App\Flexy\ShopBundle\Entity\Shipping\Shipment No errors.
App\Flexy\ShopBundle\Entity\Shipping\ShipmentCollectMoney No errors.
App\Flexy\ShopBundle\Entity\Shipping\ShipmentItem No errors.
App\Flexy\ShopBundle\Entity\Shipping\ShipmentItemChild 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\ShippingMethod No errors.
App\Flexy\ShopBundle\Entity\Shipping\ShippingRule No errors.
App\Flexy\ShopBundle\Entity\Shipping\StepType No errors.
App\Flexy\ShopBundle\Entity\Shipping\TrackingStep 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\Taxes\ShippingTax No errors.
App\Flexy\ShopBundle\Entity\Taxes\ValueAddedTax No errors.
App\Flexy\ShopBundle\Entity\Vendor\Vendor No errors.
App\Flexy\ShopBundle\Entity\Brand No errors.
App\Flexy\Apps\BookingBundle\Entity\CategoryOffer No errors.
App\Flexy\Apps\BookingBundle\Entity\Offer No errors.
App\Flexy\Apps\BookingBundle\Entity\Reservation No errors.
App\Flexy\Apps\TransportBundle\Entity\Mission No errors.
App\Flexy\Apps\TransportBundle\Entity\MissionExtraFees No errors.
App\Flexy\Apps\TransportBundle\Entity\MissionExtraFeesType No errors.
App\Flexy\Apps\TransportBundle\Entity\RequestMission No errors.
App\Flexy\Apps\TransportBundle\Entity\Vehicle No errors.
App\Flexy\Apps\CJDropShippingBundle\Entity\CjProduct No errors.
App\Flexy\Apps\CueClubBundle\Entity\CueClubProduct No errors.
App\Flexy\Apps\ListingBundle\Entity\Listing No errors.
App\Flexy\Apps\ListingBundle\Entity\ListingOption No errors.
App\Flexy\Apps\NewsletterBundle\Entity\NewsletterCompaign No errors.
App\Flexy\Apps\NewsletterBundle\Entity\NewsletterCompaignLaunch No errors.
App\Flexy\Apps\NewsletterBundle\Entity\NewsletterMailLog No errors.
App\Flexy\Apps\ProjectsBundle\Entity\Project No errors.
App\Flexy\Apps\ProjectsBundle\Entity\Task No errors.
App\Flexy\Apps\ProjectsBundle\Entity\TaskStage No errors.
App\Flexy\Apps\ProjectsBundle\Entity\Workspace No errors.
App\Flexy\Apps\CRMBundle\Entity\LeadInteraction No errors.
App\Flexy\Apps\CRMBundle\Entity\Objectif No errors.
App\Flexy\Apps\CRMBundle\Entity\LeadStage No errors.
App\Flexy\Apps\CRMBundle\Entity\LeadOpportunity No errors.
App\Flexy\CustomerApps\Flexy\SaasBundle\Entity\Project No errors.
Vich\UploaderBundle\Entity\File No errors.