Error 500 Internal Server Error

POST https://westmar.intgate.io/mobile/move/execute

Forwarded to ErrorController (d75313)

Query Metrics

11 Database Queries
9 Different statements
2.44 ms Query time
1 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.47 ms
(19.27%)
1
"COMMIT"
Parameters:
[]
0.43 ms
(17.50%)
2
INSERT INTO entity_change_logs (entity_class, entity_label, entity_id, action, changes, changed_by_name, changed_by_id, changed_at) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "App\Entity\WarehouseMovement"
  "#?"
  0
  "create"
  null
  "magazynier"
  3
  "2026-08-10 15:39:54"
]
0.41 ms
(16.81%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.material AS material_3, t0.dimension AS dimension_4, t0.quantity AS quantity_5, t0.cut_length AS cut_length_6, t0.warning_level AS warning_level_7, t0.price AS price_8, t0.position AS position_9, t0.supplier AS supplier_10, t0.product_code AS product_code_11, t0.image_file_name AS image_file_name_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.item_type AS item_type_15, t0.is_active AS is_active_16, t0.unit_id AS unit_id_17, t0.warehouse_id AS warehouse_id_18, t0.category_id AS category_id_19, t0.subcategory_id AS subcategory_id_20 FROM warehouse_items t0 WHERE t0.id = ?
Parameters:
[
  2774
]
0.30 ms
(12.26%)
1
INSERT INTO warehouse_movements (type, document_number, quantity, quantity_after, price, created_by_name, created_at, notes, unit_calculated, unit_calculation_log, from_unit_symbol, supplier, item_id, project_id, issued_to_user_id, issued_to_employee_id, receipt_id, project_category_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "przesunięcie"
  "MV-20260810-153954"
  "117"
  "117.000"
  null
  "Bartosz Ulik"
  "2026-08-10 15:39:54"
  null
  null
  null
  null
  null
  2774
  null
  null
  null
  null
  null
]
0.21 ms
(8.61%)
2
"START TRANSACTION"
Parameters:
[]
0.21 ms
(8.41%)
1
UPDATE warehouse_items SET position = ?, updated_at = ? WHERE id = ?
Parameters:
[
  "C.4.1.1"
  "2026-08-10 15:39:54"
  2774
]
0.17 ms
(7.10%)
1
SELECT COUNT(*) FROM (
                SELECT full_code FROM (
                    SELECT CONCAT(z.code, '.', a.code, '.', s.code, '.', p.code) as full_code
                    FROM storage_position p
                    JOIN storage_section s ON p.section_id = s.id
                    JOIN storage_area a ON s.area_id = a.id
                    JOIN storage_zone z ON a.zone_id = z.id
                    WHERE z.warehouse_id = ?
                    UNION ALL
                    SELECT CONCAT(z.code, '.', a.code, '.', s.code) as full_code
                    FROM storage_section s
                    JOIN storage_area a ON s.area_id = a.id
                    JOIN storage_zone z ON a.zone_id = z.id
                    WHERE z.warehouse_id = ?
                    UNION ALL
                    SELECT CONCAT(z.code, '.', a.code) as full_code
                    FROM storage_area a
                    JOIN storage_zone z ON a.zone_id = z.id
                    WHERE z.warehouse_id = ?
                ) codes
                WHERE full_code = ?
            ) cnt
Parameters:
[
  3
  3
  3
  "C.4.1.1"
]
0.14 ms
(5.58%)
1
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.position AS position_7, t0.user_group AS user_group_8, t0.email AS email_9, t0.created_at AS created_at_10, t0.created_by_name AS created_by_name_11, t0.is_active AS is_active_12 FROM users t0 WHERE t0.id = ?
Parameters:
[
  3
]
0.11 ms
(4.47%)
1
"ROLLBACK"
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.

Managed Entities

default entity manager

Class Amount of managed objects

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Company No errors.
App\Entity\Warehouse No errors.
App\Entity\WarehouseCategory No errors.
App\Entity\WarehouseItem No errors.
App\Entity\WarehouseUnit No errors.
App\Entity\WarehouseMovement No errors.
App\Entity\WarehouseItemValue No errors.
App\Entity\WarehouseItemConverter No errors.
App\Entity\Project No errors.
App\Entity\Employee No errors.
App\Entity\WarehouseReceipt
  • The field App\Entity\WarehouseReceipt#movements is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\WarehouseMovement#receipt does not contain the required 'inversedBy: "movements"' attribute.
App\Entity\ProjectCategory No errors.
App\Entity\EntityChangeLog No errors.
App\Entity\CompanyRate No errors.
App\Entity\StorageZone No errors.
App\Entity\WarehouseCategoryField No errors.
App\Entity\WarehouseItemConverterOperation No errors.
App\Entity\Client No errors.
App\Entity\ProjectSchedule No errors.
App\Entity\ProjectAttachment No errors.
App\Entity\TechCard No errors.
App\Entity\ProjectMaterial No errors.
App\Entity\ProjectExtraCost No errors.
App\Entity\ProjectCalculation No errors.
App\Entity\ProjectEmployee No errors.
App\Entity\ProjectOrder No errors.
App\Entity\ProjectTask No errors.
App\Entity\EmployeeQualification No errors.
App\Entity\EmployeeDocument No errors.
App\Entity\EmployeeDeduction No errors.
App\Entity\StorageArea No errors.
App\Entity\TechCardOperation No errors.
App\Entity\WorkSystem No errors.
App\Entity\ProjectTaskNote No errors.
App\Entity\Delivery No errors.
App\Entity\StorageSpot No errors.
App\Entity\WarehouseIssueItem No errors.
App\Entity\TechCardMaintenance No errors.
App\Entity\StoragePosition No errors.
App\Entity\MonthlyReportNote No errors.
App\Entity\MonthlyReportSubmission No errors.
App\Entity\MonthlyReportEntry No errors.
App\Entity\WarehouseInventoryItem No errors.
App\Entity\TicketNote No errors.
App\Entity\StorageSection No errors.
App\Entity\Ticket No errors.
App\Entity\WarehouseIssue No errors.
App\Entity\WarehouseInventory No errors.
App\Entity\TimeReport No errors.
App\Entity\TicketItem No errors.
App\Entity\TimeReportLog No errors.
Vich\UploaderBundle\Entity\File No errors.