Error 500 Internal Server Error

GET https://supermarche.cassaclock.com/admin/?period=month

Query Metrics

1 Database Queries
1 Different statements
2.21 ms Query time
1 Invalid entities
0 Managed entities

Queries

Group similar statements

# Time Info
1 2.21 ms
SELECT COUNT(s0_.id) AS sclr_0, SUM(s0_.total_amount) AS sclr_1, AVG(s0_.total_amount) AS sclr_2 FROM sales s0_ WHERE s0_.created_at >= ? AND s0_.created_at <= ? AND s0_.status = ?
Parameters:
[
  "2025-12-03 19:48:47"
  "2026-01-02 19:48:47"
  "completed"
]

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

Entities Mapping

Class Mapping errors
App\Entity\Sale
  • The field 'App\Entity\Sale#totalAmount' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\Sale#amountPaid' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.